• GNU Scientific Library vs CMSIS Library Time and Space complexity
    Hello,          I have been using CMSIS library for implementation of DSP functions in ARM, however, CMSIS have very limited DSP functions. Although GNU has many DSP functions which CMSIS do not, It only...
  • where are the C++  libraries for linux app?
    I have an Altera Cyclone V SoC DevKit that came with the ARM DS-5 tools.  I have been running the Hello World C linux app examples that came with the tools.  I want to run a similar C++ linux app example...
  • AEABI Library: Floating Point functions
    How is floating point overflow handled in aeabi library functions such as __aeabi_fadd? Does the function return a pre-defined value? Or does it update any registers?
  • Timing simulation with ARM standard library
    I have an issue for timing simulation with ARM standard library (especially full adder). There are 3 inputs (A,B,CI), 2 outputs (CO,S) for the full adder and it looks like missing specify statements for...
  • CMSIS DSP Library FIR filter in realtime application
    Hello, I am new to DSP things and I just built my first test project. This is a low pass filter with an order of 31, so 32 coefficients. Also I have an input buffer of 32 values that I designed as a...