CalcDB: set floor to -120dB

This commit is contained in:
f4exb 2017-08-23 01:20:52 +02:00
parent 49523b1bbd
commit 0b80971455
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
class CalcDb
{
public:
static double dbPower(double magsq, double floor = 1e-10);
static double dbPower(double magsq, double floor = 1e-12);
static double powerFromdB(double powerdB);
};