/* * Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool * * Generated by MATLAB(R) 7.9 and the Signal Processing Toolbox 6.12. * * Generated on: 10-Oct-2010 01:42:39 * */ /* * Discrete-Time FIR Filter (real) * ------------------------------- * Filter Structure : Direct-Form FIR * Filter Length : 84 * Stable : Yes * Linear Phase : Yes (Type 2) */ /* General type conversion for MATLAB generated C-code */ /* * Expected path to tmwtypes.h * C:\Archivos de programa\MATLAB\R2009b\extern\include\tmwtypes.h */ /* * Warning - Filter coefficients were truncated to fit specified data type. * The resulting response may not match generated theoretical response. * Use the Filter Design & Analysis Tool to design accurate * int16 filter coefficients. */ #define BL 84 int B[84] = { 113, 121, 97, -7, -167, -316, -374, -300, -121, 68, 160, 100, -72, -237, -271, -129, 112, 295, 283, 60, -242, -415, -316, 26, 401, 543, 311, -191, -643, -706, -257, 483, 1032, 935, 87, -1107, -1865, -1420, 528, 3556, 6633, 8566, 8566, 6633, 3556, 528, -1420, -1865, -1107, 87, 935, 1032, 483, -257, -706, -643, -191, 311, 543, 401, 26, -316, -415, -242, 60, 283, 295, 112, -129, -271, -237, -72, 100, 160, 68, -121, -300, -374, -316, -167, -7, 97, 121, 113 };