Forum FlexPro – Discuss your topic!

Comparison of two or more datasets in different files

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

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12602
    Anonym
    Gast

    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?

    #8265
    Anonym
    Gast

    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?

    #8971
    Bernhard KantzBernhard Kantz
    Teilnehmer

    You can either write a VBA macro or create a user-defined FPScript function.

    Example: “Formula Compare”

    
    Arguments data1, data2
    Maximum(data2-data1) < 1E-15
    

    Now you can create a second formula to compare two data sets:

    
    Compare(Signal, Signal2)
    

    support@weisang.com

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.