12-12-2014 02:26 AM
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…
12-12-2014 03:26 AM
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
12-12-2014 08:35 AM
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