Forum FlexPro – Discuss your topic!

Signalreihe mit FourierSpectrum analysieren

Accueil > Community > FPScript > Signalreihe mit FourierSpectrum analysieren

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12489

    Wenn die FPScript-Funktion FourierSpectrum eine Signalreihe übergeben bekommt, die nicht den Anforderungen 2^n Stützstellen (FFT) genügt, wird dann automatisch eine DFT ausgeführt?

    #8155

    Wenn die FPScript-Funktion FourierSpectrum eine Signalreihe übergeben bekommt, die nicht den Anforderungen 2^n Stützstellen (FFT) genügt, wird dann automatisch eine DFT ausgeführt?

    #8785
    Bernhard KantzBernhard Kantz
    Participant

    FlexPro’s best-exact-n FFT uses four different FFT algorithms to minimizes computation time based on the size of the input data. If the data size is a power of 2, the FFT Radix 2 algorithm is used. If not and the size is included in the prime-factor set, then the Prime Factor procedure is used. Otherwise, the Mixed Radix algorithm is used if the largest prime = 521. This produces the fastest possible exact-n FFT.

    See also FlexPro Help – FFT Algorithms

    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.