/* * 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: 07-Oct-2010 12:20:08 * */ /* * Discrete-Time FIR Filter (real) * ------------------------------- * Filter Structure : Direct-Form FIR * Filter Length : 49 * Stable : Yes * Linear Phase : Yes (Type 1) */ /* 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 IFFL 49 int IFF[49] = { 122, 183, 448, -482, -1031, -100, -104, -650, 306, 366, -168, 1061, 904, -18, 1357, 602, -1110, 585, -968, -3707, -451, -2979, -8275, 4915, 17940, 4915, -8275, -2979, -451, -3707, -968, 585, -1110, 602, 1357, -18, 904, 1061, -168, 366, 306, -650, -104, -100, -1031, -482, 448, 183, 122 };