Hi,
I am working on a real time application which adds a new 1-d array at every 2mS, which gives resultant 2-D array. How can I convert this 2-D arry into wave form in minimum possible delay as application needs online data.
Thanks
해결되었습니다! 솔루션으로 이동.
Hi
Are you trying to acquire the analog channels data?
Does each analog channels acquire samples in 1 D array format?
If you acquire data, I want to know what is your sample rate?
Thanks
Here is one way. You need to add youer sampling frequency to the dt control and you may need to tranpose the data depending on how it is put together. The other way would be to convert the 1D arry to waveform before saing to a 2D array. Then make a 2D waveform instead.
Hi Desai
Here is another way to create waveform which you can see live during the test. I hope this fulfill your requirements.
Thanks
hi thanks for reply.
yes i m acquiring analog data in 1-D array format at100 Ksamples at 2 mS. sample rate.