I´m in desperate need of some help.
I have an analog input and I need to pick out the maximum value with �array min/max�.
The signal remaines zero from t0 to t1, then it goes positiv (up and down in more or less a radom way) from t1 to t2 and then down to zero again from t2 to t3(and so on..). The problem is that you can´t predict how long each time interval will be.
What do I do to put those positiv values in an array, send them through �array min/max.vi� to get the max-value, when I dont now:
1) when the signal turns positiv
2) how long it will stay positiv
3) how long the �zero intervals are
Please help me.