mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Db - Decrease default floor to -150dB.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
class SDRBASE_API CalcDb
|
||||
{
|
||||
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 frexp10(double arg, int *exp);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user