Introduction - If you have any usage issues, please Google them yourself
STM32F10-based FIR filters
Parameters:
hx [Max]: system functions, Max is the order of the system function, or the number of coefficients, defined as the Short type
xn [M]: input parameters
yn [N]: output parameter
the relationship between Max ,M, N is :M+ Max-1 = N