Topic
How to add X values to imported ASCII data
Startseite ' Community ' Allgemein ' How to add X values to imported ASCII data
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 21 Jahren, 2 Monaten von Richard Weisang aktualisiert.
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
-
AutorBeiträge
-
27.02.2004 um 19:07 Uhr #34228Richard WeisangAdministrator
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?
27.02.2004 um 19:15 Uhr #34226Richard WeisangAdministratorI 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?
27.02.2004 um 19:15 Uhr #34227Bernhard KantzTeilnehmerYou should create a formula named “_Sig” with the following content:
[code]
Arguments y, samplingrate
Signal(y, 1. / samplingrate)
[/code]
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. -
AutorBeiträge
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.