Skip navigation

Account settings

Topic

Comparison of two or more datasets in different files

Home page Community General Comparison of two or more datasets in different files

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33889
    Anonym
    Guest

    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?

    #33891
    Anonym
    Guest

    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?

    #33890
    Bernhard Kantz
    Participant

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

    support@weisang.com

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