• Neon DSP optimize for AI
    Can the Neon DSP be used to optimize the AI algorithm? Does ARM provide an open source implementation ?
  • CMSIS-NN together with CMSIS-DSP
    Hi everyone, I'd like to know if cmsis-nn can be used in conjunction with cmsis-dsp. This is because I need to read biometric signals and then process them using a NN. Or do I have to use two microcontrollers...
  • CMSIS-DSP Cubic Spline Interpolation
    Hello. I try to use arm_spline_f32 function in my PC, Qt. The function works, but output is incorrect. Input/output data: My realization: void MainWindow :: interpolation ( const QVector ...
  • Which CMSIS-DSP parts are used by CMSIS-NN
    Which parts of CMSIS-DSP are used for CMSIS-NN? I'm asking because I want to disable as much options as possible of the CMSIS-DSP.
  • Arm-Math, DSP function
    I am not sure if this is the right forum, if not, please tell me what forum will be more appropriate. I want to use DSP libraries. I use arm-math library. and run this function: void startFFT (void...