Forum FlexPro – Discuss your topic!

full spectrum

Home > Community > FPScript > full spectrum

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12826

    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.

    #8483

    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.

    #9297
    Bernhard KantzBernhard Kantz
    Teilnehmer

    For this you can use the FPScript function FFTn. If you have two datasets with the real part and the imaginary part, you can use the complex number operator (real component, imaginary component) to combine the values into a complex dataset.

    Example:

    
    FFTn((X, Y))
    

    Support@weisang.com

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