Topic
Signalreihe mit FourierSpectrum analysieren
- This topic has 2 replies and 2 voices and was last updated 17 years, 2 months ago ago by Michael Peitz.
-
AuthorPosts
-
12.03.2008 at 02:09 #33234Michael PeitzParticipant
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?
12.03.2008 at 02:09 #33236Michael PeitzParticipantWenn 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?
19.03.2008 at 01:47 #33235Bernhard KantzParticipantFlexPro’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
-
AuthorPosts
- You must be logged in to reply to this topic.