04-17-2010 07:18 AM
I am trying to design a program for measuring blood pressure. However, I came across a problem that i dont know how to fix. The waveform is coming in nicely, but the indicator is spitting out the wrong value. I want the program to show the first sign of oscillations (the pressure reading at that first peak), but instead it is showing the value of the largest peak on the slope. Attached is a screen shot of the problem area I am dealing with.
04-17-2010 09:01 AM - edited 04-17-2010 09:01 AM
Hi cta,
from what I can see in that picture your problem could be the use of the ArrayMinMax function. Here you pick the index of the largest array value.
(Then you do some RG code: make an one-element array from that max value, then pick the very first value from the one-element-array )
Of course a lot of information is hidden in the ExpressVIs...
04-17-2010 11:28 AM - edited 04-17-2010 11:32 AM
cta5016 wrote:Attached is a screen shot of the problem area I am dealing with.
04-17-2010 11:50 AM