Topic
full spectrum
- This topic has 2 replies and 2 voices and was last updated 11 years, 9 months ago ago by Matthias Le Lanno.
-
AuthorPosts
-
07.08.2013 at 17:08 #33557Matthias Le LannoParticipant
Hello,
Could you tell me if FlexPro9 is able to calculate full spectrum FFT? That means a FFT of complex numbers X+iY where X and Y are two lists of data. The full spectrums gives the forward and backward frequencies.
Thanks,
Matthias.07.08.2013 at 17:08 #33559Matthias Le LannoParticipantHello,
Could you tell me if FlexPro9 is able to calculate full spectrum FFT? That means a FFT of complex numbers X+iY where X and Y are two lists of data. The full spectrums gives the forward and backward frequencies.
Thanks,
Matthias.08.08.2013 at 09:01 #33558Bernhard KantzParticipantFor this you can use the FPScript function [b]FFTn[/b]. If you have two datasets with the real part and the imaginary part, you can use the complex number operator [b](real component, imaginary component)[/b] to combine the values into a complex dataset.
Example:
[code]
FFTn((X, Y))
[/code] -
AuthorPosts
- You must be logged in to reply to this topic.