> Thanks for your detailed answer. I am so sorry, I can not understand
> it. So can you do a C like program in a formula node to get the index
> of the 0.707maxvalue. Thanks.
You can write C-like functions in the formula node, but only if you can
pay attention to the syntax details. That is why people keep telling
you to use the simple built-in nodes, because they don't the low-level
syntax.
If you want to find the value that is .707 of max, you can probably use
the Threshold 1D Array, but beware that the threshold expects for the
value to start below, then go above.
If you have a recent version of LV, the formula supports for loops. If
you are getting a message about arrays, either dimension the array
inside the formula, or make t
he array be both an intput and output variable.
Again, for more details, it may be necessary for you to post your VI or
be more precise about the problem you are having.
Greg McKaskle