mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 22:21:11 +02:00
Rename SpecPowerMeter as SpecPowerCalculation
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <cstddef>
|
||||
#include "../SampleFormat.h"
|
||||
|
||||
class SpecPowerMeter
|
||||
class SpecPowerCalculation
|
||||
{
|
||||
const size_t mSigLen;
|
||||
|
||||
@@ -25,8 +25,8 @@ class SpecPowerMeter
|
||||
float CalcBinPower(float* sig_f_r, float* sig_f_i, int loBin, int hiBin);
|
||||
int Freq2Bin(float fc);
|
||||
public:
|
||||
SpecPowerMeter(size_t sigLen);
|
||||
~SpecPowerMeter();
|
||||
SpecPowerCalculation(size_t sigLen);
|
||||
~SpecPowerCalculation();
|
||||
|
||||
float CalcPower(float* sig, float fc, float bw);
|
||||
};
|
||||
|
Reference in New Issue
Block a user