LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Temporary buffering

Hi,

 

I am requiring data from FPGA throw RT to HOST with 1.652 kHz. In the HOST I want to see the frequency domain of my data "online". Therefore I need to take FFT. FFT need ammount of sample for processing. Is there any method where I can buffer for example 1652 sample calculate the FFT, plot and then take the next 1652 sample and so on... 

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

Hi Fin,

 

use an array (and a shift register) to store your samples in the RT host…

 

Your question is rather generic, so you get a generic answer.

For more detailed help you should provide more information about your problem - posting your VI(s) would be a good start…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,063 Views)