This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm using C6727 DSPLIB in it's ROM equipped, when calling it's DSPF_sp_biquad()
hangs up ! calling with nx=32 .
This limitation is not noticed with library reference.
or, is it Errata issued ?
large enough like nx=192 is well working in same testing program.
Hi hiro,
This is a bug in the documentation - nx must be a multiple of 3 to work properly.
There are some IIR implementations attached (in optimized C for C672x, including biquad) that might be useful for you