Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-05-01 Thread Alex Zhang
Veghihat, Hope this can help you http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2012-October/005376.html On Mon, Apr 29, 2013 at 8:24 AM, vegihat vegihat wrote: > Well as you advice me, i set the --lo-offset=1M , for the following > command > > uhd_rx_cfile -a serial=4759a751 -N

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-29 Thread vegihat vegihat
Well as you advice me, i set the --lo-offset=1M , for the following command uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.53G --samp-rate=2M --lo-offset=1M noise.dat -v However the peak is still there. I give below the output of uhd_rx_cfile.py. As you can see the Rx DDC frequency is

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-27 Thread Alex Zhang
I remember that some DC is manually added into the frequency point which can be divided by 5Mhz or 10Mhz? Besides the DC at the your central freq, be aware of that if the lo offset setting makes your bandwidth cover these frequency point, you still can see the peaks. Hope I am not wrong, at least I

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread Marcus D. Leech
On 04/26/2013 02:27 PM, vegihat vegihat wrote: if i have understand i need to use the --lo-offset of uhd_rx_cfile i have gave various values to --lo-offset and only one value has moved the DC offset (--lo-offset=1G) and the plotfft gives many small spikes (maybe this is caused to aliasing, bu

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread vegihat vegihat
if i have understand i need to use the --lo-offset of uhd_rx_cfile i have gave various values to --lo-offset and only one value has moved the DC offset (--lo-offset=1G) and the plotfft gives many small spikes (maybe this is caused to aliasing, but i am not sure) which is the rule (value of --lo-

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread Marcus D. Leech
On 04/26/2013 12:56 PM, Marcus D. Leech wrote: On 04/26/2013 12:52 PM, vegihat vegihat wrote: i use the following command to capture some samples of noise uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.48G --samp-rate=2M noise.dat then using matlab i read the samples y=read_complex_binary (

Re: [Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread Marcus D. Leech
On 04/26/2013 12:52 PM, vegihat vegihat wrote: i use the following command to capture some samples of noise uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.48G --samp-rate=2M noise.dat then using matlab i read the samples y=read_complex_binary ('noise.dat'); and i do plotfft plotfft(y,20

[Discuss-gnuradio] peak near center freq for noise signal, how to fix it

2013-04-26 Thread vegihat vegihat
i use the following command to capture some samples of noise uhd_rx_cfile -a serial=4759a751 -N 10 -f 2.48G --samp-rate=2M noise.dat then using matlab i read the samples y=read_complex_binary ('noise.dat'); and i do plotfft plotfft(y,200) the plot shows a peak near the center. I don't