/* * 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: 04-Nov-2010 06:23:39 * */ /* * Discrete-Time FIR Filter (real) * ------------------------------- * Filter Structure : Direct-Form FIR * Filter Length : 11 * Stable : Yes * Linear Phase : Yes (Type 3) */ /* 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 11 int B[11] = { 1965, -846, -5787, 8342, 6226, 0, -6226, -8342, 5787, 846, -1965 };