mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
this lpf?
This commit is contained in:
+1
-1
@@ -24,5 +24,5 @@ typedef struct
|
||||
float x1, x2;
|
||||
float y1, y2;
|
||||
} Biquad;
|
||||
void init_chebyshev_lpf(Biquad* filter, float sample_rate, float cutoff_freq, float ripple_db, int order);
|
||||
void init_lpf(Biquad* filter, float sample_rate, float cutoff_freq);
|
||||
float biquad(Biquad *filter, float input);
|
||||
Reference in New Issue
Block a user