• 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-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...
  • DSP Filter Designer with Automatic code generation to CMSIS-DSP
    Did you know that there are 23 billion IoT embedded devices currently deployed around the world? This figure is expected to grow to a whopping 1 trillion devices by 2050! Less known, is that 80% of...
  • DSP Filter Designer with Automatic code generation to CMSIS-DSP
    Did you know that there are 23 billion IoT embedded devices currently deployed around the world? This figure is expected to grow to a whopping 1 trillion devices by 2050! Less known, is that 80% of...
  • BiQuad DSP filter config with Q15 coefs - how to? (CMSIS-DSP)
    How do I configure BiQuad DSP filter using q15 coefs, e.g. calling arm_biquad_cascade_df1_init_q15() method? I guess, I am missing some basic concepts here. Calculated coefs (e.g. with this calculator...