Alright, it's a very difficult thing and i'm stuck now for 2 days.. I just can't fix it!
I'll try to explain it as good as i can...
I've collected an EMG signal from 3 muscles. I have to multiply that signal with a previous diffined signal. This is the way to do it:
EMG: I have to substract 1024 points, delete the first and last 256 data points. The main 512 Data points have to be multiplied with the signal that has been diffined before.
The half of the 512 points have to been added with the last 256 points and been added to the main signal (remaining part after substracting the 1024 points)
I'll have to do that untill every point is multiplied with the main signal. It should give around 63.000 data points.
The problem is that I can't get all the multiplications (so the 63000 points) out the while loop to put it in a LVM wirter. I only can store 1024 because it always overwrites the previous data. I can't use a big collector because it is to slow so the computer gets stuck.
I tried to make a buffer and store it in that way (as you can see in the VI) but that won't work either..
Can someone help me plz? That would really be great! It would mean a lot to me! Even if you could just give me hints or maybe even try to fix it... but hints would be good enough!