Hi I'm using the IMXRT1010 EVK, is there an application example to develop a "low latency partitioned convolution" (c code), using the available DSP library ?
I need to convolve an input stream (from codec) with a Impulse Response file and send the result to the output stream (to codec).
Thank you, Luigi
Thank you, Luigi
Solved! Go to Solution.
Hello
There is no specific example on the SDK for this operation however on the CMSIS-DSP library documentation you can find a c file for reference on this operation Convolution Example (keil.com)
Best regards,
Omar
Hello
There is no specific example on the SDK for this operation however on the CMSIS-DSP library documentation you can find a c file for reference on this operation Convolution Example (keil.com)
Best regards,
Omar