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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user