#pragma once /* This file was auto-generated by Ryzerth's magic optimized FIR script. DO NOT EDIT MANUALLY!!! */ namespace dsp { namespace firdec { const unsigned int fir_32_8_len = 45; const float fir_32_8_taps[] = { -0.0000309582228f, -0.0001079580167f, -0.0002728448293f, -0.0005651806741f, -0.0010146553103f, -0.0016201042973f, -0.0023253502129f, -0.0029961993139f, -0.0034054389929f, -0.0032331082459f, -0.0020878393215f, 0.0004484139474f, 0.0047549865150f, 0.0110947837587f, 0.0195373899494f, 0.0298988087157f, 0.0417130694495f, 0.0542467727184f, 0.0665603957204f, 0.0776111715593f, 0.0863835049898f, 0.0920262381310f, 0.0939733024676f, 0.0920262381310f, 0.0863835049898f, 0.0776111715593f, 0.0665603957204f, 0.0542467727184f, 0.0417130694495f, 0.0298988087157f, 0.0195373899494f, 0.0110947837587f, 0.0047549865150f, 0.0004484139474f, -0.0020878393215f, -0.0032331082459f, -0.0034054389929f, -0.0029961993139f, -0.0023253502129f, -0.0016201042973f, -0.0010146553103f, -0.0005651806741f, -0.0002728448293f, -0.0001079580167f, -0.0000309582228f, }; } }