Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Why the CMSIS DSP Matrix Multiplication outputs 0 after few iterations?

    Hi.

    I am using the CMSIS DSP library for multiplying two matrices on the keil mcb 1800 board using MCU Xpresso IDE. I am using the external SDRAM of 16 MB for storing the result.

    Matrix "xmat" is 1604*8 and omega_transpose is of size 8*100.....Thus the…