FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

How to add X values to imported ASCII data

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34228
    Richard Weisang
    Keymaster

    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?

    #34226
    Richard Weisang
    Keymaster

    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?

    #34227
    Bernhard Kantz
    Participant

    You 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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.