This is a fixed-point FIR filtering routine written in ARM assembly. We also provide an online tool that takes a Matlab coefficient file as input and generates a source file, header file, and example ...
posted byJordan Rhee on Nov 30 2010 Comments (0) |
This is a fixed-point IIR filtering routine written in ARM assembly. We also provide an online tool that takes a Matlab coefficient file as input and generates a source file, header file, and example ...
posted byJordan Rhee on Nov 30 2010 Comments (0) |
In some adaptive filters, say, normalized least mean squares adaptive filter (NLMS) and multidelay block frequency domain adaptive filter (MDF), update to the filter coefficients is normalized f...
posted byShuhua Zhang on Aug 11 2011 Comments (4) |
Occasionally, we have to do nonlinear computations on fixed-point DSPs. If they are required only once, say, during initialization, then floating-point emulation is a good option. However, when they h...
posted byShuhua Zhang on Aug 9 2011 Comments (0) |