DSPRelated.com
Forums

CMSIS-DSP fixed point coefficient conversion trouble

Started by erlend 2 years ago1 replylatest reply 2 years ago134 views

Post deleted by author

[ - ]
Reply by drmikeFebruary 11, 2022

I don't know anything about the routines, but if it were me, I would print out the coefficients from each program and compare them.  One thing you might do is print out what is before the binary point and what is after as separate values, and also the complete value in hex.  If you're correct, then step through the conversion and print out the values at each step to see where it goes wrong.  Might take 20  minutes to make the program print correctly and 20 seconds to figure out what the mistake is.


Good luck!