12-25-2014 02:44 PM
Hi
I use VISA read functions and I want to use fft and Play functions for digital samples. in every time I have an scaller value and this can not be use for fft and play sound of that. so with recommandation of one of the users, I must accomodate samples and then give them to fft and Play sound function for good performance.
any of you has any idea that how I can accomodate data and then use them while new samples come after eachother ?
Thank you.
12-25-2014 08:38 PM
Hi, ajapyy,
If there's just one sample every time, you can consider use queue as a buffer, and query the queue number to determine whether dequeue or not.
In other way, I thought you can try FFT PyByPt.vi in the Signal Processing Toolkit.