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