Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

regular change of frequency and writting data to file

Hi!
I would like to change frequency of output signal in every (for example)1s and save data in other file for each frequency.

My vi do it, but saved data is mistaken.Could you tell me, what do I do wrong?

 

Regards,
Iza

Download All
0 Kudos
Message 1 of 2
(2,422 Views)

You are putting 3 elements into your FIFO every iteration in the FPGA.  Your host code is assuming 1 signal for the actual read.

 

So your FPGA is sampling at 200kHz.  So in 1 second, you will have 200kHz*3 channels = 600000 elements in your FIFO every second.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,374 Views)