mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
change bs412 measurement logic
This commit is contained in:
@@ -8,10 +8,8 @@ typedef struct
|
||||
float sample;
|
||||
} MPXPowerMeasurement;
|
||||
|
||||
void init_modulation_power_measure(MPXPowerMeasurement *mpx, int sample_rate);
|
||||
|
||||
float measure_mpx(MPXPowerMeasurement *mpx, int deviation);
|
||||
|
||||
float dbr_to_deviation(float dbr);
|
||||
|
||||
float deviation_to_dbr(float deviation);
|
||||
|
||||
void init_modulation_power_measure(MPXPowerMeasurement *mpx, int sample_rate);
|
||||
float measure_mpx(MPXPowerMeasurement *mpx, int deviation);
|
||||
Reference in New Issue
Block a user