Hello,
I have a problem to read a fifo. I acquire sound at 20Khz on a compactrio (NI 9263). I have configured a Fifo target to host of size 2047. So normally, with a sampling of 20 KHz, my fifo must be full after about 100ms. I have attached a picture of my fpga VI.
So, in my RT VI, I read the data every 50 ms to prevent to have a full fifo. I transform the 16 bits integers into double and then want to plot the data in a waveform chart. But nothing is plot and I don't understand why. I also attached a picture of the RT VI.
Second question: In my fpga VI, I also generate a uniform white noise whith the "white noise generator". I want to generate a white noise of 0.5 V amplitude. So because the range of the NI 9263 is +/- 10 V and is coded on 16 bit, the step is 20/(2^16)=0.3051mV. So I set the amplitude to 0.5/0.3051mV=1638 to have a 0.5V at the ouptut. But when I mesure the output on an oscilloscope of always have a uniform white noise signal of +/-10V. Why?
I Hope somebody can help me.