0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

can compress?

This commit is contained in:
2025-12-30 22:17:04 +01:00
parent b0d7d2fdbe
commit fb5c8f46ef
2 changed files with 20 additions and 3 deletions

View File

@@ -23,6 +23,8 @@ typedef struct
float gain;
double avg_power;
double alpha;
uint8_t can_compress : 1;
uint8_t second_counter;
} BS412Compressor;
float dbr_to_deviation(float dbr);