Topic
How to add X values to imported ASCII data
- This topic has 2 replies and 2 voices and was last updated 21 years, 2 months ago ago by Richard Weisang.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
27.02.2004 at 19:07 #34228Richard WeisangKeymaster
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 at 19:15 #34226Richard WeisangKeymasterI 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 at 19:15 #34227Bernhard KantzParticipantYou 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. -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.