[Discuss-gnuradio] Simple energy detector

2013-07-30 Thread dilip thapa
Hi, I need grc/script with energy detector. Algorithm is very simple sense in each 2 sec In each interval check the power (energy level) for given frequency If the energy level is greater than threshold return 1 else return 0 Please help me, I’m stuck on this. I have checked usrp_spectrum_sense

[Discuss-gnuradio] creating block using gr_modtool.py

2013-08-06 Thread dilip thapa
Hi, I am working with gnuradio 3.3.0 and now trying to create new block using gr_modtool.py. I am able to do following : cmake make sudo make install sudo ldconfig after editing header file of bin and lib with .cc file. Then while using newly created block with GRC I got following error de

Re: [Discuss-gnuradio] creating block using gr_modtool.py

2013-08-06 Thread dilip thapa
link for detail post: http://stackoverflow.com/questions/18092242/def-init-self-args-kwargs-raise-attributeerrorno-constructor-define Sent from Windows Mail From: dilip thapa Sent: ‎Wednesday‎, ‎August‎ ‎7‎, ‎2013 ‎6‎:‎16‎ ‎AM To: discuss-gnuradio@gnu.org Hi, I am working with

[Discuss-gnuradio] best transmitter/receiver setup for large coverage

2013-08-15 Thread dilip thapa
Hi, I am using usrp2 and gnuradio 3.3.0. I want to use benchmark_tx.py as transmitter and benchmark_rx.py as receiver. so that multiple receiver at distance of around 1 KM should get good signal strength. So could you please let me know the best options for tx and rx waveform, so I coul

Re: [Discuss-gnuradio] [USRP-users] best transmitter/receiver setup for large coverage

2013-08-15 Thread dilip thapa
...@lists.ettus.com 1 km is a long distance, so the lower frequency, the less pathloss. Use maximum tx gain and rx gain. And the distance may highly depend on the environment. Is there buildings, trees, or just a blank space? Lin 2013/8/15 dilip thapa Hi, I am using usrp2 and gnuradio 3.3.0. I

Re: [Discuss-gnuradio] [USRP-users] best transmitter/receiver setup for large coverage

2013-08-15 Thread dilip thapa
USRP2 daughterboard based on the Motorola RFIC4. I didn't find "specifications on the "custom daughterboard"" in the FAQ. Lin 2013/8/15 dilip thapa Lin, actually it is under the building please check here CORNET. ~Dilip Date: Thu, 15 Aug 2013 19:49:38 +0800 Subje

Re: [Discuss-gnuradio] [USRP-users] best transmitter/receiver setup for large coverage

2013-08-15 Thread dilip thapa
"custom daughterboard"" in the FAQ. Lin 2013/8/15 dilip thapa Lin, actually it is u

[Discuss-gnuradio] How does probe level works

2013-08-18 Thread dilip thapa
Hi, I am trying to detect the presence of primary user by energy detection. And after searching I was advised to use probe block to do the sense. (gr.probe_avg_mag_sqrd_f). Can anyone explain how this works. How level() method gives the energy level. ~Dilip

[Discuss-gnuradio] mathematics behind probe.level()

2013-08-29 Thread dilip thapa
Hi, I want to do energy detection of received signal, And after searching I was advised to use probe block to do the sense. (gr.probe_avg_mag_sqrd_f). Can anyone explain how this works. How level() method gives the energy level. I need mathematic behind this function. Is this calculates based

Re: [Discuss-gnuradio] mathematics behind probe.level()

2013-08-29 Thread dilip thapa
them. Review Ohms law to see that this is true. on Aug 29, 2013, dilip thapa wrote: Hi, I want to do energy detection of received signal, And after searching I was advised to use probe block to do the sense. (gr.probe_avg_mag_sqrd_f). Can anyone explain how this works. How leve