-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Signalreihe mit FourierSpectrum analysieren
- This topic has 2 replies, 2 voices, and was last updated 16 years, 8 months ago by Michael Peitz.
-
AuthorPosts
-
March 12, 2008 at 2:09 am #12489Michael PeitzMember
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?
March 12, 2008 at 2:09 am #8155Michael PeitzMemberWenn 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?
March 19, 2008 at 1:47 am #8785Bernhard 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.