Advertisement
Guest User

fdacoefs.h

a guest
Jul 8th, 2016
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 15.77 KB | None | 0 0
  1. /*
  2.  * Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
  3.  * Generated by MATLAB(R) 8.3 and the Signal Processing Toolbox 6.21.
  4.  * Generated on: 08-Jul-2016 10:50:00
  5.  */
  6.  
  7. /*
  8.  * Discrete-Time FIR Filter (real)
  9.  * -------------------------------
  10.  * Filter Structure  : Direct-Form FIR
  11.  * Filter Length     : 1801
  12.  * Stable            : Yes
  13.  * Linear Phase      : Yes (Type 1)
  14.  */
  15.  
  16. /* General type conversion for MATLAB generated C-code  */
  17. #include "tmwtypes.h"
  18. /*
  19.  * Expected path to tmwtypes.h
  20.  * C:\Program Files\MATLAB\R2014a\extern\include\tmwtypes.h
  21.  */
  22. /*
  23.  * Warning - Filter coefficients were truncated to fit specified data type.  
  24.  *   The resulting response may not match generated theoretical response.
  25.  *   Use the Filter Design & Analysis Tool to design accurate
  26.  *   uint16 filter coefficients.
  27.  */
  28. #define NUM_TAPS 1801
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement