10-19-2008 04:11 PM
10-20-2008 05:58 PM
Hello,
The NCO of the DDC is controlled by the ni5640R Configure NCO vi which is fourth VI in sequence when you view the QPSK demod (HOST) vi. By default, a constant value of 25 MHz has been wired into this value which correlates to the IF center frequency of the PXI-5600 downconverter. In practice however you can change this to a control and modify the value to 60 MHz to achieve your needed center frequency. The decimation setting of the ni5640R ADC Configure DDC VI is where you will adjust your IQ rate, where IQ rate is equal to the timebase / decimation factor. Be aware however that your decimation values are limited to the following possibilities:
4 <= 2^N <= 32,768
Therefore, your symbol rate pf 500kbps, will be coerced by the decimation possibilities to 781,250 kbps.
By the way, the QPSK demod example I'm referring to is the one installed with the RF Fixed Point library located here, in case we are referring to different examples.
Thanks!