LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate blood pressure signal periodically

Hi simo,

 

Is it correct what I've done with the shift register?

- Well, I would append your data into a 1D array using the concatenate mode of BuildArray.

- As you use the DDT it's not entirely clear which kind of data you will receive…

- Now you need to get the subset of your data from one heartbeat to the next…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 11 of 13
(864 Views)

I've set now the convertion from dynamic data to output "Single waveform".

So now I receive the waveform, I get the waveform component Y, 1D array. 

Y returns the amplitude data of the waveform.

When I concatenate using the shift register it became 2D array automaticly.

How can I append the data into a 1D array like you say?

 

Regards

 

Screen Shot 2014-12-12 at 10.23.15.png

0 Kudos
Message 12 of 13
(848 Views)

Hey simo,

 

You can try two parellel "while" loops for your application. You can pass variable value from one loop to another for calculation. Try this.

 

Regards,

 

DCKAN


Best Regards,
DCKAN

"We make a Living by what we get. We make a Life by what we give."
Message 13 of 13
(822 Views)