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