Change biquad filter to use transposed direct form 2.
This change reduces memory usage by removing half the number of delay registers. This commit also sets up some infrastructure for future work on a fixed point implementation. Both the floating and fixed point implementations will run on a 32-bit pipeline for now.
Showing
Please register or sign in to comment