Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM CMSIS DSP FFT

Hi
I am using ARM CMSIS DSP FFT library.
Is there any limitations for FFT function to use at sampling rate of 2**14 and above?

Warm regards
Mehran

Parents
  • Hi again!
    One thing to add; If I increase the FFT size more than 4096, I get this error from ARM CMSIS STATUS:

    "ARM_MATH_ARGUMENT_ERROR"

    Is it the maximum value that FFT function can handle?
    Is there any other options to increase this number?

    Warm regards
    Mehran

Reply
  • Hi again!
    One thing to add; If I increase the FFT size more than 4096, I get this error from ARM CMSIS STATUS:

    "ARM_MATH_ARGUMENT_ERROR"

    Is it the maximum value that FFT function can handle?
    Is there any other options to increase this number?

    Warm regards
    Mehran

Children