kopia lustrzana https://github.com/f4exb/sdrangel
Db - Decrease default floor to -150dB.
rodzic
5989669583
commit
c6143ca456
|
|
@ -26,7 +26,7 @@
|
||||||
class SDRBASE_API CalcDb
|
class SDRBASE_API CalcDb
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static double dbPower(double magsq, double floor = 1e-12);
|
static double dbPower(double magsq, double floor = 1e-15); // Floor at -150dB
|
||||||
static double powerFromdB(double powerdB);
|
static double powerFromdB(double powerdB);
|
||||||
static double frexp10(double arg, int *exp);
|
static double frexp10(double arg, int *exp);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue