Forum FlexPro – Discuss your topic!

How to add X values to imported ASCII data

Home > Community > General > How to add X values to imported ASCII data

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12692
    Richard WeisangRichard Weisang
    Administrator

    I am importing data from an ASCII file without X channel, but I know the sampling rate. How can I get this into my data sets?

    #8355
    Richard WeisangRichard Weisang
    Administrator

    I am importing data from an ASCII file without X channel, but I know the sampling rate. How can I get this into my data sets?

    #9128
    Bernhard KantzBernhard Kantz
    Teilnehmer

    You should create a formula named “_Sig” with the following content:

    
    Arguments y, samplingrate 
    Signal(y, 1. / samplingrate)
    

    You can now convert your data sets into signals by selecting them in the FlexPro Explorer and simply dragging and dropping them onto the name of the above formula. FlexPro then asks for a value for the sampling rate.

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