01-24-2016 04:52 PM
Hello if any of you knows can DIAdem perform operations in the calculator on single variables of the channel. I need to average values of the variables introduced into the channel to temporary disruption had a smaller impact on the final result of my calculations
Eg . The variable x1 for the first channel doing calculations ( x1 + x2 ) / 2 in the second x1 + x2 + x3 / 3 and so on to last variable
Thanks for help
01-25-2016 08:57 AM
Hi darek,
You can get the numerator you're looking for with the ChnSum() function. You can get the denominator you're looking for with the ChnLinGen() function. You can divide the two channels with ChnDiv() function. This will be the fastest way to perform that analysis, and you don't need the Calculator to do it. You can delete/overwrite the numerator and denominator channels so that you only have the result channel you want. You can do all this either purely interactively with the ANALYSIS dialogs or purely programmatically with the functions I mentioned.
Ask if you need additional help,
Brad Turpin
DIAdem Product Support Engineer
National Instruments