• CMSIS DSP Convolution example ??HELP??
    I am new to the CMSIS DSP libraries and was going through the convolution example www.keil.com/.../arm_convolution_example_f32_8c-example.html. I understand the flow and my only confusion is the output...
  • cmsis dsp
    Note: This was originally posted on 6th March 2013 at http://forums.arm.com i am trying to add cmsis dsp library in ngx audio example lpc4330 explorer board. i include arm_math.h it gives error i dont...
  • CMSIS, DSP
    Hi, I am trying to design the butterworth filter using CMSIS library in cortex-M4 processor.. i know how to do it in MATLAB(and even fdatool), but i don't know anything about CMSIS library.. i saw the...
  • How to use CMSIS DSP Software Library
    Hi I want to know how to find the parameters of IIR and FIR filter functions parameters like uint16_t numStages float32_t * pState float32_t * pkCoeffs float32_t * pvCoeffs ...
  • CMSIS DSP Correlation
    Hello, I'm working on a real-time treatment using a correlation on ARM Cortex-M4 (kinetis k60), so the duration of the treatment is important for me. So I tried several size of input parameters and  different...