This commit is contained in:
2025-04-19 13:04:07 +02:00
parent 702ee8922b
commit 4564bbf737
8 changed files with 107 additions and 45 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
typedef struct
{
int i;
int sample_rate;
double sample;
int i;
int sample_rate;
double sample;
} MPXPowerMeasurement;
float dbr_to_deviation(float dbr);