LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

concanate 2d waveform array

Hi everyone.I want to concanate 2d waveform array?How to concanate these 2d waveform arrays.(Waveform y array size =60000)

 

 aa.PNG

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
0 Kudos
Message 1 of 5
(2,506 Views)

You can do by the following way but holding 60000 data is not advisable as it may slow down the performance of your system.

 

Concatenate_waveform.png

 

Concatenate_waveform - FP.png

 

You may get even better solution this. Good luck

-----

The best solution is the one you find it by yourself
Message 2 of 5
(2,500 Views)

Not three waveform arrays ?  for N piece waveform

 

Wave1

Wave2

Wave3

.

.

.

WaveN

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
0 Kudos
Message 3 of 5
(2,493 Views)

Himmet,

 

Here is how I went about dynamically appending waveforms. I took what P Anand wrote and modified it to stop on a condition. You should be able to take this and modify it to stop when you want. If you already have your data from outside the loop then switch the while loop to a for loop and input the number of segments into the N terminal.

 

Dynamic waveforms appending.JPG

Kyle Hartley
Senior Embedded Software Engineer

0 Kudos
Message 4 of 5
(2,459 Views)

@Himmet wrote:

Not three waveform arrays ?  for N piece waveform

 

Wave1

Wave2

Wave3

.

.

.

WaveN


 

Please tell what you want in the end.

 

P. Anand's solution is valid but apperently not what you desire.

 

Show what you want and we may be able to assist.

 

Until I know what you really want I will not try guessing.

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(2,451 Views)