well, I closed the one version, and then started the other, but actually, this is not the real problem.
How "big" my project is? I have about 50 files, some with only one channel, others with up to five, and the size is between 30 and 200 megabytes (depending on the number of channels and the length of the recording time).
Most of the files are ok, that is, they a good signal-to-noise ratio, but some, like the example above, are really noisy. I am not sure, what the source of this noise is, as the recordings were done about 5 years ago.
Now I look through the old recordings and want to find out how many peaks there are, and if they are clustered or dependend on each other in the one or other way. So I scroll through the files and write down the start and stop times, and then I calculate the time between two successive peaks (with Lotus 1-2-3).
Vincent helped me with the vi which smoothes the signal in the noisy files, but the script cannot read the large files, I get an error message. But I can circumvent this by cutting the files into small pieces and analyzing them one after the other.
So, it is not a really big project. But I think I will buy a book about Labview programming, might help me later, next project...