Sergey
Sergey
Can input and output arrays in filtering functions and complex math functions be same? ``` arm_fir_f32(&S, samples, samples, N); arm_biquad_cascade_df2T_f32(&S, samples, samples, N); arm_cmplx_mag_f32(samples, samples, numSamples); ``` If this is...
[Implementation using HsmEventDispatcherSTD](https://github.com/igor-krechetov/hsmcpp/blob/26c1323d1982397f172365feef847a232addba21/README.md?plain=1#L173): ```C++ #include #include #include #include enum class States { OFF, ON }; enum class Events { SWITCH }; int main(const int argc, const char**argv) { std::shared_ptr dispatcher...