Skip to content

Commit

Permalink
Db - Decrease default floor to -150dB.
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Mar 14, 2024
1 parent 5989669 commit c6143ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdrbase/util/db.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit c6143ca

Please sign in to comment.