Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Hi Marcus, Thanks for your explanation. Then how should I solve this problem? Should I install gnuradio first and then install rtl-sdr and gr-osmosdr? Also, if the problem is what you said, then why don't other people encounter this problem? Could you tell me how to install gnuradi

Re: [Discuss-gnuradio] Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
I can fetch rtl-sdr and gr-osmosdr, but failed to build them. I rerun the build-gnuradio script with --verbose and get the following error: make[2]:***No rule to make target '../docs/doxygen/filter_generated', needed by 'docs/doxygen/xml'. Stop. make[1]:***[docs/doxygen/CMakeFiles/doxygen_target.d

Re: [Discuss-gnuradio] Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Ralph A. Schmid, dk5ras
Do you already have the gnuradio and uhd folders? Then just do this: cd gnuradio git pull mkdir build (may give back an error that it already exists, then just go on) cd build cmake .. make sudo make install sudo ldconfig cd cd uhd cd host cmake .. make sudo make install cd

[Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Hi, Ralph, When I enter the directory gnuradio/build and execute the command "make", the following error occured: make[2]:***No rule to make target '../docs/doxygen/filter_generated', needed by 'docs/doxygen/xml'. Stop. make[1]:***[docs/doxygen/CMakeFiles/doxygen_target.dir/all] Error 2 make:

Re: [Discuss-gnuradio] Output SPS in pfb_clock_sync

2013-04-07 Thread Sreeraj Rajendran
>>So is there any other use of this output SPS? osps (default=1): The osps is the number of output samples per symbol. By default, the algorithm produces 1 sample per symbol, sampled at the exact sample value. This osps value was added to better work with equalizers, which do a better job of

[Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Hi, Ralph, When I enter the gnuradio/build and run the command "cmake ...", an warning "Found a known bad version of Boost (v104601). Disabling" occurred. I'm not sure whether this warning will affect the fllowing commad "make". ___ Discuss-

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Hi, Ralph, When I enter the gnuradio/build and run the command ”cmake ...”, an warning “*Found a known bad version of Boost* (v104601). Disabling” occurred. I’m not sure whether this warning will affect the fllowing commad “make”. ___ Dis

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Thanks, Thomas. I run the command "cmake" with *-DENABLE_BAD_BOOST=True. It seems that the problem has been solved. But I didn't upgrade the version of Boost. Must I upgrade the version of Boost? Thanks.* On Sun, Apr 7, 2013 at 6:53 PM, Thomas Rondeau wrote: > Yes, that's the problem. You'll wa

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Sid Boyce
A tip passed on via this list got over that problem "cmake -DENABLE_BAD_BOOST=ON". 73 ... Sid. On 07/04/13 11:02, Jincheng Zhang wrote: Hi, Ralph, When I enter the gnuradio/build and run the command "cmake ...", an warning "/*Found a known bad version of Boost*/(v104601). Disabling" occur

[Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Jincheng Zhang
Hi, all, I use the usrp_spectrum_sense.py to sweep the TV band from 470MHz to 806MHz. But when I use self.connect(self.u, s2v, fft, c2mag, log, stats), the FFT bin values I got are all zero. Also, what's the magnitude of FFT bin value? Thanks. -- Best regards, Jincheng Zhang ___

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Marcus D. Leech
A tip passed on via this list got over that problem "cmake -DENABLE_BAD_BOOST=ON". 73 ... Sid. I uploaded a version of build-gnuradio yesterday that turns on -DENABLE_BAD_BOOST=ON to get most people past the compile. But the resulting Gnu Radio build will have some issues because of bugs in

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Hi, Sid, I run the command "cmake" with -DENABLE_BAD_BOOST=True. It seems that the problem has been solved. But I didn't upgrade the version of Boost. Must I upgrade the version of Boost? Thanks. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Jincheng Zhang
Hi, Marcus, Thanks for your reply. Then how should I upgrade the version of Boost? It seems that the Boost version cannot be upgraded in Ubuntu. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/dis

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Marcus D. Leech
Hi, Marcus, Thanks for your reply. Then how should I upgrade the version of Boost? It seems that the Boost version cannot be upgraded in Ubuntu. You could upgrade your system to Ubuntu 12.04 -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.o

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Jincheng Zhang
I want to use usrp_spectrum_sense.py to sweep the Hong Kong TV band which ranges from 470MHz to 806MHz and get every channel's power in dB. Each channel's frequency band is 8MHz. Now I'm using USRP2 with TVRX2 daughter board. I have installed the latest gnuraio and uhd. But when I use the usrp_spe

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Mike Jameson
Hi Jincheng, Try setting the UHD sample rate to 25e6 and the number of fft bins to 25 which will give you 1e6 Hz per bin. Adding up the magnitude of 8 bins (1MHz * 8 = 8MHz) will therefore give you the wanted channel power in decimal format (magnitude). In case you are confused, I recently updat

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Jincheng Zhang
Thanks Mike. I'm a little confused. The parameters are listed as follows: sample-rate: channel-bandwidth: freq_step: fft_size: You mean that I should set sample-rate be 25e6, channel-bandwidth be 8e6, freq_step be 8e6 and fft_size be 25? If we set the fft-size be 25, then which 8 bins I should s

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Mike Jameson
Hi, For your application, please experiment with the following command: ./usrp_spectrum_sense.py -A TX/RX --fft-size=25 --samp-rate=25e6 --gain=15 --dwell-delay=0.25 --tune-delay=0.25 --channel-bandwidth=8e6 470e6 800e6 Note that 'freq_step' should remain unchanged at '0.75 * usrp_rate' in the s

[Discuss-gnuradio] 回复: Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread perfume0...@gmail.com
Thanks, Mike. Then how should I calculate the power for each channel? We have analog and digital channels. 已通过MOTOBLUR™连接 -原始信息- 来自: Mike Jameson 收件人: Jincheng Zhang 抄送: "discuss-gnuradio@gnu.org" 已发送: 2013-04-07, 周日, 16:39:05 格林尼治标准时间+ 主题: Re: [Discuss-gnuradio] usrp_spectrum_s

Re: [Discuss-gnuradio] Fwd: Building rtl-sdr...gr-osmosdr build apparently failed(Ubuntu 11.10)

2013-04-07 Thread Sid Boyce
On 07/04/13 15:43, Jincheng Zhang wrote: Hi, Sid, I run the command "cmake" with /-DENABLE_BAD_BOOST=True. It seems that the problem has been solved. But I didn't upgrade the version of Boost. Must I upgrade the version of Boost? Thanks./ /I just counted 52 installed boost packages on Ubunt

[Discuss-gnuradio] Access to bug tracker

2013-04-07 Thread Stefan Helmert
Hello, I found a bug in gnuradio and want to report this bug. Please give me write access to the bug tracker. Thanks Stefan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Access to bug tracker

2013-04-07 Thread Johnathan Corgan
On Sun, Apr 7, 2013 at 1:21 PM, Stefan Helmert wrote: > I found a bug in gnuradio and want to report this bug. Please give me write > access to the bug tracker. This is done. -- Johnathan Corgan Corgan Labs - SDR Training and Development Services http://corganlabs.com ___

[Discuss-gnuradio] Redmine, GNU Radio Wiki and LaTeX

2013-04-07 Thread Brian Padalino
I tried looking but I couldn't find a way to inline LaTeX equations on the GNU Radio wiki or if there was some plugin required that wasn't installed? Something like mathjax support would be great if we could have it, but I am completely out of my element here. Suggestions? Ideas? Am I just bein

[Discuss-gnuradio] Adding a custom modulation

2013-04-07 Thread 连非儿
Hi. I am testing my custom modulation scheme ppm.py. I followed this post http://lists.gnu.org/archive/html/discuss-gnuradio/2010-12/msg00265.html to register this modulation into mods/demods. I added a line import ppm in my benchmark_tx.py. I also tried placing the ppm.py file in

Re: [Discuss-gnuradio] Adding a custom modulation

2013-04-07 Thread Nathan West
On Sun, Apr 7, 2013 at 8:00 PM, 连非儿 wrote: > Hi. > > > I am testing my custom modulation scheme ppm.py. I followed this post > http://lists.gnu.org/archive/html/discuss-gnuradio/2010-12/msg00265.html > > to register this modulation into mods/demods. I added a line > > > import ppm > > > in my be

Re: [Discuss-gnuradio] Adding a custom modulation

2013-04-07 Thread LianFeier
Date: Sun, 7 Apr 2013 22:00:40 -0500 Subject: Re: [Discuss-gnuradio] Adding a custom modulation From: nathan.w...@okstate.edu To: felia...@live.cn CC: discuss-gnuradio@gnu.org On Sun, Apr 7, 2013 at 8:00 PM, 连非儿 wrote: Hi. I am testing my custom modulation scheme ppm.py. I followe

Re: [Discuss-gnuradio] usrp_spectrum_sense.py FFT bin values are all zero.

2013-04-07 Thread Jincheng Zhang
The frequency band ranges from 470MHz to 806MHz, each channel's frequency band is 8MHz, so we have 42 channels in total. Channel 1,3,5,7 are analog channels, others are digital channels. I want to set the value of parameters in usrp_spectrum_sense.py as follows: fft-size: 2048 channel-bandwidth:8