LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how I can accommodate samples in specified values ?

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.

0 Kudos
Message 1 of 2
(2,631 Views)

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.

0 Kudos
Message 2 of 2
(2,601 Views)