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
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par Richard Weisang, le il y a 21 années et 2 mois.
Voir les messages de 3 - 1 à 3 (sur un total de 3)
-
AuteurMessages
-
27.02.2004 à 19:07 #34228Richard WeisangMaî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?
27.02.2004 à 19:15 #34226Richard WeisangMaître des clésI 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 à 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. -
AuteurMessages
Voir les messages de 3 - 1 à 3 (sur un total de 3)
- Vous devez être connecté pour répondre à ce sujet.