mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +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 {
|
typedef struct {
|
||||||
float alpha;
|
float alpha;
|
||||||
float y_prev;
|
float dc_estimate;
|
||||||
float x_prev;
|
|
||||||
} TiltCorrectionFilter;
|
} TiltCorrectionFilter;
|
||||||
|
|
||||||
void tilt_init(TiltCorrectionFilter* filter, float alpha);
|
void tilt_init(TiltCorrectionFilter* filter, float alpha);
|
||||||
|
|||||||
Reference in New Issue
Block a user