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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user