Topic
full spectrum
Startseite ' Community ' FPScript ' full spectrum
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 11 Jahren, 9 Monaten von Matthias Le Lanno aktualisiert.
-
AutorBeiträge
-
07.08.2013 um 17:08 Uhr #33557Matthias Le LannoTeilnehmer
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 um 17:08 Uhr #33559Matthias Le LannoTeilnehmerHello,
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 um 09:01 Uhr #33558Bernhard KantzTeilnehmerFor 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] -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.