FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

full spectrum

Startseite ' Community ' FPScript ' full spectrum

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33557
    Matthias Le Lanno
    Teilnehmer

    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.

    #33559
    Matthias Le Lanno
    Teilnehmer

    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.

    #33558
    Bernhard Kantz
    Teilnehmer

    For 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]

    Support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.