1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-06 16:05:13 -04:00

SSB demod: updated AGC

This commit is contained in:
f4exb
2017-07-25 21:21:48 +02:00
parent d15b484a4f
commit 2597883015
9 changed files with 134 additions and 16 deletions
+5
View File
@@ -28,3 +28,8 @@ double CalcDb::dbPower(double magsq, double floordB)
return floordB;
}
}
double CalcDb::powerFromdB(double powerdB)
{
return pow(10.0, powerdB / 10.0);
}