DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

square root of a channel

Solved!
Go to solution

I am trying to use Diadem and still learning to do basic calculations.

 

Given a channel containing several values. How do I calculate that will give me another channel giving corresponding square root of values in original channel..?

 

Thanks. Himanshu.

0 Kudos
Message 1 of 2
(4,552 Views)
Solution
Accepted by topic author rajoria

In the Analysis panel you can bring up the calculator and enter the following equation Ch("[1]/results" )=Sqr(Ch("[1]/baseVals" )).

 

If you are doing this in script you can use the following. 

 

Call ChnCalculate("Ch(""[1]/results"" )=Sqr(Ch(""[1]/baseVals"" ))" )

 

Hope this helps.

Message Edited by waynecj7 on 05-07-2009 08:51 PM
0 Kudos
Message 2 of 2
(4,544 Views)