mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
try to measure mpx power
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include <math.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int i;
|
||||
int sample_rate;
|
||||
float sample;
|
||||
} MPXPowerMeasurement;
|
||||
|
||||
void init_modulation_power_measure(MPXPowerMeasurement *mpx, int sample_rate);
|
||||
|
||||
float measure_mpx(MPXPowerMeasurement *mpx, int deviation);
|
||||
Reference in New Issue
Block a user