mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 00:39:17 +02:00
not sure
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <math.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int i;
|
||||
int sample_rate;
|
||||
double sample;
|
||||
} MPXPowerMeasurement;
|
||||
|
||||
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, float deviation);
|
||||
Reference in New Issue
Block a user