Topic
Comparison of two or more datasets in different files
- This topic has 2 replies and 2 voices and was last updated 16 years, 10 months ago ago by Anonym.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
15.07.2008 at 19:46 #33889AnonymGuest
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 at 19:46 #33891AnonymGuestI 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 at 00:21 #33890Bernhard KantzParticipantYou 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] -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.