#pragma once /* This file was auto-generated by Ryzerth's magic optimized FIR script. DO NOT EDIT MANUALLY!!! */ namespace dsp::multirate::decim { const unsigned int fir_64_16_len = 90; const float fir_64_16_taps[] = { -0.0000120522386f, -0.0000222544605f, -0.0000415800824f, -0.0000705601980f, -0.0001117597283f, -0.0001677821532f, -0.0002410541699f, -0.0003335536910f, -0.0004464864558f, -0.0005799214861f, -0.0007324007475f, -0.0009005433028f, -0.0010786685830f, -0.0012584667286f, -0.0014287458994f, -0.0015752866570f, -0.0016808317559f, -0.0017252357928f, -0.0016857931470f, -0.0015377546562f, -0.0012550337974f, -0.0008110922394f, -0.0001799830654f, 0.0006624815809f, 0.0017374824702f, 0.0030619182176f, 0.0046471635731f, 0.0064979256976f, 0.0086112639295f, 0.0109758357695f, 0.0135714252753f, 0.0163687998961f, 0.0193299283477f, 0.0224085760310f, 0.0255512765146f, 0.0286986586848f, 0.0317870903592f, 0.0347505815535f, 0.0375228752484f, 0.0400396413686f, 0.0422406815901f, 0.0440720490748f, 0.0454879886598f, 0.0464526093979f, 0.0469412124342f, 0.0469412124342f, 0.0464526093979f, 0.0454879886598f, 0.0440720490748f, 0.0422406815901f, 0.0400396413686f, 0.0375228752484f, 0.0347505815535f, 0.0317870903592f, 0.0286986586848f, 0.0255512765146f, 0.0224085760310f, 0.0193299283477f, 0.0163687998961f, 0.0135714252753f, 0.0109758357695f, 0.0086112639295f, 0.0064979256976f, 0.0046471635731f, 0.0030619182176f, 0.0017374824702f, 0.0006624815809f, -0.0001799830654f, -0.0008110922394f, -0.0012550337974f, -0.0015377546562f, -0.0016857931470f, -0.0017252357928f, -0.0016808317559f, -0.0015752866570f, -0.0014287458994f, -0.0012584667286f, -0.0010786685830f, -0.0009005433028f, -0.0007324007475f, -0.0005799214861f, -0.0004464864558f, -0.0003335536910f, -0.0002410541699f, -0.0001677821532f, -0.0001117597283f, -0.0000705601980f, -0.0000415800824f, -0.0000222544605f, -0.0000120522386f, }; }