/*
 * Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
 * Generated by MATLAB(R) 25.1 and Signal Processing Toolbox 25.1.
 * Generated on: 29-Oct-2025 09:27:40
 */

/*
 * Discrete-Time FIR Filter (real)
 * -------------------------------
 * Filter Structure  : Direct-Form FIR
 * Filter Length     : 52
 * Stable            : Yes
 * Linear Phase      : Yes (Type 2)
 */

/* General type conversion for MATLAB generated C-code  */
#include "tmwtypes.h"
/* 
 * Expected path to tmwtypes.h 
 * C:\Program Files\MATLAB\R2025a\extern\include\tmwtypes.h 
 */
const int BL = 52;
const real64_T B[52] = {
  -2.972442545474e-05,-8.009587574387e-05,-2.879158000553e-05, 0.000233134630377,
   0.000536821631525,0.0003836718290581,-0.0005707887820344,-0.001783893869959,
   -0.00178294273991,0.0005376803837906, 0.004091151774441, 0.005372245397835,
   0.001220592444333,-0.007052508657419, -0.01246552300842,-0.007193563203132,
   0.008981775680453,  0.02433091852158,  0.02170324530127, -0.00601316577189,
   -0.04339124912818, -0.05617112691168,  -0.0132722991018,   0.0869018597599,
       0.20694050652,   0.2886020691811,   0.2886020691811,     0.20694050652,
     0.0869018597599,  -0.0132722991018, -0.05617112691168, -0.04339124912818,
   -0.00601316577189,  0.02170324530127,  0.02433091852158, 0.008981775680453,
  -0.007193563203132, -0.01246552300842,-0.007052508657419, 0.001220592444333,
   0.005372245397835, 0.004091151774441,0.0005376803837906, -0.00178294273991,
  -0.001783893869959,-0.0005707887820344,0.0003836718290581, 0.000536821631525,
   0.000233134630377,-2.879158000553e-05,-8.009587574387e-05,-2.972442545474e-05
};
