05-07-2009 04:22 PM
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.
Solved! Go to Solution.
05-07-2009 08:48 PM - edited 05-07-2009 08:51 PM
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.