Topic
Comparison of two or more datasets in different files
Startseite ' Community ' Allgemein ' Comparison of two or more datasets in different files
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 16 Jahren, 10 Monaten von Anonym aktualisiert.
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
-
AutorBeiträge
-
15.07.2008 um 19:46 Uhr #33889AnonymGast
I have imported different files with identical channels. How can I compare comfortable one channel of two data sets without using fixed names for the data set?
15.07.2008 um 19:46 Uhr #33891AnonymGastI have imported different files with identical channels. How can I compare comfortable one channel of two data sets without using fixed names for the data set?
16.07.2008 um 00:21 Uhr #33890Bernhard KantzTeilnehmerYou can either write a VBA macro or create a user-defined FPScript function.
Example: “Formula Compare”
[code]
Arguments data1, data2
Maximum(data2-data1) < 1E-15
[/code]
Now you can create a second formula to compare two data sets:
[code]
Compare(Signal, Signal2)
[/code] -
AutorBeiträge
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.