07-02-2018 04:51 AM
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...
07-02-2018 04:58 AM
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…