Re: [Discuss-gnuradio] usrp2 reference clock

2009-03-23 Thread Matt Ettus
Jin Zhang wrote: Hi, I'm a new comer to usrp2. If we want to use a reference 10MHz clock instead of 100MHz, is there any hardware modification needed? Now I only change the fpga_master_clock_freq in usrp2_impl.cc from *freq = 1L to *freq = 1000L. I tried to send digital signal in

[Discuss-gnuradio] Error whle performing make check for gnuradio-3.2

2009-03-23 Thread Somya Ajmera
Hi all, I am facing th following error while performing make check for gnu radio 3.2: make[4]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/tests' make[3]: Leaving directory `/home/somya/gnuradio-3.2rc1/gnuradio-core/src/tests' Making check in python make[3]: Entering director

[Discuss-gnuradio] GNU Radio and Channel Estimation

2009-03-23 Thread Somya Ajmera
Hi All, I had started my Master's Project in which i need to work towards Channel Estimation using GNU radio as Platform. Can any one please guide me and let me know about any work been done in this field on GNU radio. Any help is really appreciated. Thanks & Regards, Somya Ajmera New Em

Re: Re[Discuss-gnuradio] ceiving packets using 2 daughterboads in 2 framer sink didn't work correctly.

2009-03-23 Thread Ling Huang
Thands for answering my question http://www.nabble.com/Receiving-packets-using-2-daughterboads-in-2-framer-sink-didn%27t-work-correctly.-tp22658504p22672600.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Brief question involving optfir.low_pass()

2009-03-23 Thread Kieran Brownlees
optfir.low_pass() returns the coefficients for the desired filter, use the python len() method to get the number of taps. Kieran On Tue, Mar 24, 2009 at 11:08 AM, Francesco B. wrote: > > Is there any way to determine the order of the filter that > optfir.low_pass() > is generating in any given

[Discuss-gnuradio] (no subject)

2009-03-23 Thread harshal jadhav
hi everybody.. i want to do a project on GNU RADIO based RFID reader . i need information about any advancement has been done in this field and what are the paths alongwith advancement is required. Regards, Harshal Jadhav ___ Discuss-gnuradio mailing li

[Discuss-gnuradio] Brief question involving optfir.low_pass()

2009-03-23 Thread Francesco B.
Is there any way to determine the order of the filter that optfir.low_pass() is generating in any given case? It works properly, but knowing the order would be beneficial to my group's documentation. -- View this message in context: http://www.nabble.com/Brief-question-involving-optfir.low_pass%

Re: [Discuss-gnuradio] howto make

2009-03-23 Thread William Harding
Doing this presents another problem. When I run "make" I get an error that indicates that "PYTHON" is undefined in my Makefile.am (line 56). This is because the aclocal.m4 file generated by just running ./configure after removing the old aclocal.m4 file does not contain this the AM_PATH_PYTHON(..

Re: [Discuss-gnuradio] USRP Input Calibration / CIC Filter Response

2009-03-23 Thread Eric Blossom
On Mon, Mar 23, 2009 at 10:44:21AM -0700, Eric Blossom wrote: > On Mon, Mar 23, 2009 at 12:58:17PM -0400, Erich Stuntebeck wrote: > > The daughterboard gain was set to the mid-point. > > > > I don't have the range of the time domain samples as I did the FFT > > processing in real-time and discard

[Discuss-gnuradio] SDR Summer Internship

2009-03-23 Thread Kevin Rudd
Hello all, We are looking for a student or recent graduate who is familiar with GNU Radio and the USRP for a summer internship at the Naval Research Laboratory in Washington DC. We will be prototyping a unique multi-user communication system. If anyone is interested, shoot me an email with your

[Discuss-gnuradio] Command Line Arguments for usrp transmission and reception

2009-03-23 Thread Ahmed Majeed Khan
Hi, I posted my question a couple of days ago but could not get any response, probably because it was an over-datailed mail. Here, I am just posting a part of it, Is there any problem if I do call benchmark_rx.py and benchmark_tx.py with following command line arguments? $ python ./benchmark

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, us

[Discuss-gnuradio] Re: help on xlating frequency

2009-03-23 Thread Markus Feldmann
Paul Mathews schrieb: See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, us

Re: [Discuss-gnuradio] USRP Input Calibration / CIC Filter Response

2009-03-23 Thread Eric Blossom
On Mon, Mar 23, 2009 at 12:58:17PM -0400, Erich Stuntebeck wrote: > The daughterboard gain was set to the mid-point. > > I don't have the range of the time domain samples as I did the FFT > processing in real-time and discarded the raw data. The data was > collected using a script I wrote to li

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-23 Thread Eric Blossom
On Mon, Mar 23, 2009 at 08:00:52AM -0700, kaleem ahmad wrote: > > Hi, > > I have one more confusion about this sampling rate of USRP. > > At FPGA level it is 64MSps and when we decimate (D = 4...256), the sampling > rate is reduced to 64MSps/D. Now I am confused that if the actual sampling > ra

Re: Re[Discuss-gnuradio] ceiving packets using 2 daughterboads in 2 framer sink didn't work correctly.

2009-03-23 Thread Eric Blossom
On Mon, Mar 23, 2009 at 04:39:14AM -0700, Ling Huang wrote: > > Hi, I have posted my question a few days ago, but no one answer my question. > Maybe I didn't make my question clear. If there are any puzzle of my > statements, please let me know. > > Here is my staff, > I use rfx400 and rfx2400 mu

RE: [Discuss-gnuradio] help on xlating frequency

2009-03-23 Thread Paul Mathews
See 'usrp_am_mw_rcv.py' for an example. Look for the code relating to these lines in particular: if self.use_IF: # Turn If to baseband and filter. self.chan_filt = gr.freq_xlating_fir_filter_ccf (chanfilt_decim, chan_filt_coeffs, self.IF_freq, usrp_rate) Paul Mathews

[Discuss-gnuradio] Re: documentation of the gnuradio python modules

2009-03-23 Thread Markus Feldmann
Martin Braun schrieb: On Mon, Mar 23, 2009 at 12:42:04PM +, feldmaus wrote: Hi All, i only want to say,it would be nice to have a clearer and more comprehensive gnuradio python modules documentation with examples. This would solve many basic problems ! Hi Markus, as explained in http:/

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-23 Thread Brian Padalino
On Mon, Mar 23, 2009 at 11:04 AM, kaleem ahmad wrote: > > Thanks Brian, > > By cycle time I mean that a transmitter (e.g. FSK, ZigBee or any other) is > transmitting something (I am not interested what is being transmitted) after > fixed time intervals let say 50ms. Now this transmitter will conti

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-23 Thread kaleem ahmad
Thanks Brian, By cycle time I mean that a transmitter (e.g. FSK, ZigBee or any other) is transmitting something (I am not interested what is being transmitted) after fixed time intervals let say 50ms. Now this transmitter will continue transmitting data after every 50ms. This 50ms is the cycle ti

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-23 Thread kaleem ahmad
Hi, I have one more confusion about this sampling rate of USRP. At FPGA level it is 64MSps and when we decimate (D = 4...256), the sampling rate is reduced to 64MSps/D. Now I am confused that if the actual sampling rate of USRP is changed from 64MSps to the new decimated sampling rate or the US

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-23 Thread Brian Padalino
On Mon, Mar 23, 2009 at 10:20 AM, kaleem ahmad wrote: > > Thanks for all these replies, > >  The problem is my investigation about cycle time is not restricted to FSK, > I just gave the example of FSK system. I would like to calculate the cycle > time of any system (ZigBee, FSK, CSS etc) present i

Re: [Discuss-gnuradio] setup taps in grc

2009-03-23 Thread Josh Blum
feldmaus wrote: Hi All, i played around with an frequency translating filter and noticed that there is no possibilty to create some taps with or in grc. Or am I wrong ? yes, read the wiki page. http://gnuradio.org/trac/wiki/GNURadioCompanion Regards Markus __

Re: [Discuss-gnuradio] documentation of the gnuradio python modules

2009-03-23 Thread Martin Braun
On Mon, Mar 23, 2009 at 12:42:04PM +, feldmaus wrote: > Hi All, > > i only want to say,it would be nice to have a clearer and > more comprehensive gnuradio python modules documentation with > examples. > > This would solve many basic problems ! > Hi Markus, as explained in http://gnuradio.

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-23 Thread kaleem ahmad
Thanks for all these replies, The problem is my investigation about cycle time is not restricted to FSK, I just gave the example of FSK system. I would like to calculate the cycle time of any system (ZigBee, FSK, CSS etc) present in the area. My target is to sense as much systems as possible and

[Discuss-gnuradio] help on xlating frequency

2009-03-23 Thread feldmaus
Hi All, i tried out to delete some antialiasing and the middle signal of the FFT-Plot. Therefor i use this filter: ### VARIABLE ### #At adc_rate=64MS/s and decim=64 we get an usrp_rate of 1 MS/s self.decim=64 self.usrp_rate=1e6 ### FILTER ### self.firdes_filt_coeffs = gr.firdes.low_pass(1,

[Discuss-gnuradio] documentation of the gnuradio python modules

2009-03-23 Thread feldmaus
Hi All, i only want to say,it would be nice to have a clearer and more comprehensive gnuradio python modules documentation with examples. This would solve many basic problems ! The documentation at, https://radioware.nd.edu/documentation/a-dictionary-of-the-gnu-radio-blocks seems to b a good beg

Re[Discuss-gnuradio] ceiving packets using 2 daughterboads in 2 framer sink didn't work correctly.

2009-03-23 Thread Ling Huang
Hi, I have posted my question a few days ago, but no one answer my question. Maybe I didn't make my question clear. If there are any puzzle of my statements, please let me know. Here is my staff, I use rfx400 and rfx2400 multi daughterboads on one USRP to receive or transmit at the same time.I mo

[Discuss-gnuradio] How to use gr.message_sink and gr.message_source

2009-03-23 Thread Sajjad Sarwar
Hi, I am new to gnuradio and trying to understand how gr.message_sink and gr.message_source work. I want to convert a byte stream (read from a file) into a message of 50 bytes and store it in a queue. Then i want to retrieve that message, convert it back to byte stream and write it to another file

[Discuss-gnuradio] Re: [USRP2]Receiving a DC voltage

2009-03-23 Thread Dbek Bbb
Johnathan Corgan wrote: > On Tue, Mar 17, 2009 at 5:26 AM, dbeken wrote: > >> last time I didn?t get a solution for my problem of interpolating and >> decimating using a sinusoidal signal. Now i went even easier. I connected a >> DC Power Supply (with 0.01A max limit) to my LFRX daughterboard. Th

[Discuss-gnuradio] Re: [USRP2]Receiving a DC voltage

2009-03-23 Thread Dbek Bbb
Karthik wrote: > On Tue, Mar 17, 2009 at 9:37 AM, Johnathan Corgan < > jcor...@corganenterprises.com> wrote: > >> what >> > can I do to see a signal? >> >> Make sure you don't have AC coupling turned on in your scope block. >> >> Johnathan >> > > For receiving DC signals, you need to disable the

[Discuss-gnuradio] setup taps in grc

2009-03-23 Thread feldmaus
Hi All, i played around with an frequency translating filter and noticed that there is no possibilty to create some taps with or in grc. Or am I wrong ? Regards Markus ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/