0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

more optimizations

This commit is contained in:
2026-02-19 17:32:29 +01:00
parent fc66e2a467
commit ca4098f8b1
2 changed files with 13 additions and 20 deletions

View File

@@ -22,10 +22,12 @@ typedef struct
float max_gain;
float gain;
double avg_power;
double alpha;
float alpha;
uint8_t can_compress : 1;
uint8_t second_counter;
float last_output;
float avg_deviation;
float modulation_power;
} BS412Compressor;
// float dbr_to_deviation(float dbr);