Error Propagation of wave
I have a wave (wave0) that contains standard deviations of another wave. What I need to do is write a procedure that will take each data point of wave0, square them, add them, and then take the square root of their sum; resulting in a single value for the entire wave. I'm having difficulty deciding which sort of loop or statement I should be using in order to tell the program to follow this procedure. I need help in figuring out where to start with any of this. Please help.
There's maybe even an one-liner using MatrixOp.
Hope that helps.
May 21, 2014 at 05:35 pm - Permalink