diff options
Diffstat (limited to 'src/ssbfilt_coeff.h')
| -rw-r--r-- | src/ssbfilt_coeff.h | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/src/ssbfilt_coeff.h b/src/ssbfilt_coeff.h new file mode 100644 index 0000000..8d19f3b --- /dev/null +++ b/src/ssbfilt_coeff.h @@ -0,0 +1,110 @@ +/* 2400 Hz LPF FIR filter coeffs */ +/* Generated by make_ssbfilt Octave script */ + +#define SSBFILT_N 100 + + +#define SSBFILT_CENTRE 1500 + +float ssbfilt_coeff[]={ + 0.000077, + 0.000463, + 0.000493, + 0.000100, + -0.000451, + -0.000713, + -0.000382, + 0.000393, + 0.001013, + 0.000853, + -0.000162, + -0.001315, + -0.001550, + -0.000384, + 0.001462, + 0.002427, + 0.001369, + -0.001234, + -0.003330, + -0.002842, + 0.000386, + 0.003994, + 0.004736, + 0.001300, + -0.004057, + -0.006836, + -0.003963, + 0.003096, + 0.008764, + 0.007615, + -0.000664, + -0.009984, + -0.012111, + -0.003687, + 0.009789, + 0.017150, + 0.010450, + -0.007246, + -0.022299, + -0.020386, + 0.000889, + 0.027053, + 0.035350, + 0.012531, + -0.030900, + -0.062153, + -0.045268, + 0.033405, + 0.150957, + 0.256445, + 0.298716, + 0.256445, + 0.150957, + 0.033405, + -0.045268, + -0.062153, + -0.030900, + 0.012531, + 0.035350, + 0.027053, + 0.000889, + -0.020386, + -0.022299, + -0.007246, + 0.010450, + 0.017150, + 0.009789, + -0.003687, + -0.012111, + -0.009984, + -0.000664, + 0.007615, + 0.008764, + 0.003096, + -0.003963, + -0.006836, + -0.004057, + 0.001300, + 0.004736, + 0.003994, + 0.000386, + -0.002842, + -0.003330, + -0.001234, + 0.001369, + 0.002427, + 0.001462, + -0.000384, + -0.001550, + -0.001315, + -0.000162, + 0.000853, + 0.001013, + 0.000393, + -0.000382, + -0.000713, + -0.000451, + 0.000100, + 0.000493, + 0.000463 +};
\ No newline at end of file |
