mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
Update iir.h
This commit is contained in:
@@ -16,6 +16,7 @@ float apply_preemphasis(ResistorCapacitor *filter, float sample);
|
||||
typedef struct {
|
||||
float alpha;
|
||||
float dc_estimate;
|
||||
float gain;
|
||||
} TiltCorrectionFilter;
|
||||
|
||||
void tilt_init(TiltCorrectionFilter* filter, float alpha);
|
||||
|
||||
Reference in New Issue
Block a user