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

most needed with least implementations

This commit is contained in:
Kuba
2025-08-08 22:50:10 +02:00
committed by GitHub
parent 2da62b42fd
commit af44ad2448

View File

@@ -15,8 +15,7 @@ float apply_preemphasis(ResistorCapacitor *filter, float sample);
typedef struct {
float alpha;
float y_prev;
float x_prev;
float dc_estimate;
} TiltCorrectionFilter;
void tilt_init(TiltCorrectionFilter* filter, float alpha);