Concatenate wave
tutor
Is there a way to concatenate a big amount of waves automatically. Let's say concat all waves in the root folder that start with aa*.
If I try to do it by hand I get the error saying that the command in the command line is too long (400 characters) or something like this. I need to put approx. 150 waves in a matrix to create a Waterfall plot.
Thank you so much for help.
T
Sure. You need to use the other form of the concatenate operation, which is
Concatenate waveListStr, destWave
So, in your case:
Concatenate WaveList("aa*", ";", ""), outWave
June 25, 2010 at 09:03 am - Permalink