|
LMMS
|
Macros | |
| #define | DPRINTF(x) |
| #define | chebtype double |
Functions | |
| iir_stage_t * | init_iir_stage (int mode, int nstages, int na, int nb) |
| void | combine_iir_stages (int mode, iir_stage_t *gt, iir_stage_t *first, iir_stage_t *second, int upf, int ups) |
| void | free_iir_stage (iir_stage_t *gt) |
| void | calc_2polebandpass (iirf_t *iirf, iir_stage_t *gt, float fc, float bw, long sample_rate) |
| int | chebyshev_stage (iir_stage_t *gt, int n) |
| int | chebyshev (iirf_t *iirf, iir_stage_t *gt, int n, int mode, float fc, float pr) |
| #define chebtype double |
| #define DPRINTF | ( | x | ) |
| void calc_2polebandpass | ( | iirf_t * | iirf, |
| iir_stage_t * | gt, | ||
| float | fc, | ||
| float | bw, | ||
| long | sample_rate ) |
| int chebyshev | ( | iirf_t * | iirf, |
| iir_stage_t * | gt, | ||
| int | n, | ||
| int | mode, | ||
| float | fc, | ||
| float | pr ) |
| int chebyshev_stage | ( | iir_stage_t * | gt, |
| int | n ) |
| void combine_iir_stages | ( | int | mode, |
| iir_stage_t * | gt, | ||
| iir_stage_t * | first, | ||
| iir_stage_t * | second, | ||
| int | upf, | ||
| int | ups ) |
| void free_iir_stage | ( | iir_stage_t * | gt | ) |
| iir_stage_t * init_iir_stage | ( | int | mode, |
| int | nstages, | ||
| int | na, | ||
| int | nb ) |