FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Assistance FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Assistance FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

How to add X values to imported ASCII data

Page d'accueil ' Communauté ' Généralités ' Comment ajouter des valeurs X aux données ASCII importées

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #34228
    Richard Weisang
    Maître des clés

    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
    Maître des clés

    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.

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.