• Convert arm_bitreversal2.S file to c code

    Hi,

    I am working on porting FFT functionality from CMSIS DSP library to another architecture.
    Unfortunate I faced with problem that arm_bitreversal_32 function is implemented in assembler.

    Does any body tried to convert it to C code?

  • CMSIS DSP FIR filter for continous real signal

    Hello,

    DSP concept guys say, that it's time to use ARM Cortex-M microcontrollers for embedded DSP systems, so I looked at CMSIS library of filtering functions, and found that it is of block type.

    As you know, the most painful feature of ARM Cortex-M…

  • CMSIS DSP - FIR decimation

    Hi,

    I am trying to implement FIR decimation on PDM input. Which FIR decimator function should I use? I am now trying to implement arm_fir_decimate_fast_q15 since I need to feed the output (hopefully PCM) to 10 bit DAC. But I am not sure how I get the coefficients…

  • CMSIS DSP new functionality proposal

    CMSIS DSP is a great tool which allows Cortex-M4 devices to have a great app field range, even replacing some general purpose DSP sometimes. However I am missing some "simple" new functions that could enhance, even more, the use of it.

    For example…

  • CMSIS Matrix inverse returns singular for nonsingular matrices

    Hi

    I have been testing the CMSIS DSP matrix inverse function and am observing unexpected results. In particular, the function arm_mat_inverse_f32 returns ARM_MATH_SINGULAR for matrices that are clearly not singular. For example, a 4x4 identity matrix …

  • Using CMSIS DSP Function: arm_fir_f32 - Correct Use?

    Hi All;

    I have some questions about correct use of the CMSIS DSP library call arm_fir_32. First, I'll provide some background about what I am doing and what the setup is.

    I have a STM32F4 Discovery board, using IAR EWARM for programming. Just for…

  • How to interface CMSIS library in eclipse based IDE ?

    Hi

    I am unable to find any documentation on how to add library in eclipse based IDE. Presently I am using Freescale's CodeWarrior and I want to add the CMSIS's DSP Library in that.  Thanks in advance

    Kind Regards

    Amit Kumar

  • CFFT AND RFFT using CMSIS DSP library

    Hi,

    I am currently trying to use the CMSIS DSP library for finding the frequency bin. I have used both  CFFT and RFFT function to compute the frequency bin of input signal.

    My input data is of 128 samples which content only real part (complex part…

  • Digital Signal Processing (DSP) using LPC4088QSB - Getting Started

    ARM UNIVERSITY PROGRAMME “GETTING STARTED” MATERIALS

    END USER LICENCE AGREEMENT

    1. This Agreement is displayed for you to read prior to accessing the ”Getting Started” code and related documentation and materials (“Getting…