Re: [Discuss-gnuradio] flowgraph for commercial FM radio TX/RX

2010-12-05 Thread Steve Mcmahon
Hello Bernardo Gonçalves: No, I have not yet obtained any other materials/flowgraphs other than what Markus Heller posted on this mail list. However, I do not have time to look into the FM radio TX/RX right now as I am very busy trying to finish something else. I will start working on it again

[Discuss-gnuradio] Flowgraph stop execution when changing sample rate of uhd_single_usrp_source

2010-12-05 Thread Alexandru Csete
Greetings, Yesterday I updated my gnuradio/next and UHD installations to: UHD_0001.20101204162446.a51fb2e v3.3.1git-322-ge92f2cb6 I noticed that when changing USRP sample rates using uhd_single_usrp_source the flowgraph will suspend execution and CPU load drops to 0. The flowgraph is still alive

[Discuss-gnuradio] how to see the captured data in file sink

2010-12-05 Thread abhijeet mate
Hi, I am new to gnu radio and I have a dat file (complex or float) captured from file sink which was directly connected USRP. Can anyone help me with how to see the data in the dat file as i was trying with octave but i dont know much about octave too. Abhijeet.

Re: [Discuss-gnuradio] how to see the captured data in file sink

2010-12-05 Thread Josh Blum
Use gnuradio-companion and connect a file source - throttle - scope or fft sink. http://gnuradio.org/redmine/wiki/1/GNURadioCompanion -Josh On 12/05/2010 02:06 PM, abhijeet mate wrote: Hi, I am new to gnu radio and I have a dat file (complex or float) captured from file sink which was

[Discuss-gnuradio] src/lib/general/gr_firdes.h: WIN_BLACKMAN_hARRIS = 5

2010-12-05 Thread Josh Blum
is this a typo or something special here ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] USRP2+RFX2400, TX only and RX only configuration

2010-12-05 Thread Malihe Ahmadi
HI, I would like to configure two USRP2+RFX2400 boards one as the TX only and the other one as RX only, so on the TX board I set: io_tx_05=1 = the enable(pin 8)of the transmitter mixer (U101) is always high, so the mixer is always active io_tx_06=0 = the TX/RX (U202) works always as TX

Re: [Discuss-gnuradio] src/lib/general/gr_firdes.h: WIN_BLACKMAN_hARRIS = 5

2010-12-05 Thread Tom Rondeau
On Sun, Dec 5, 2010 at 4:00 PM, Josh Blum j...@joshknows.com wrote: is this a typo or something special here Nope, that's not a typo, just a (possibly bad) joke. The Blackman-harris window gets the harris portion from fred harris, who always spells his name in lowercase letters. When adding

Re: [Discuss-gnuradio] Broken gr_fir_fff ?

2010-12-05 Thread madengr
Eric Blossom wrote: On Wed, Dec 01, 2010 at 08:05:51PM -0800, madengr wrote: It's unlikely that there's a problem in gr_fir_fff. What version of GNU Radio are you using? What OS, distribution and version? What hardware are you running it on? How much memory does the machine have?

[Discuss-gnuradio] expl me this

2010-12-05 Thread Marcus D. Leech
Why should: http://www.sbrac.org/files/testme.py http://www.sbrac.org/files/testme.grc Be causing Gnu Radio to attemp to allocate 16GB of virtual memory? Under what drug-induced fantasy should a straight-line FFT (admittedly a chunky FFT) buffer be ballooned out by a factor of 1000, when

Re: [Discuss-gnuradio] expl me this

2010-12-05 Thread Marcus D. Leech
On 12/05/2010 06:25 PM, Marcus D. Leech wrote: Why should: http://www.sbrac.org/files/testme.py http://www.sbrac.org/files/testme.grc Be causing Gnu Radio to attemp to allocate 16GB of virtual memory? Under what drug-induced fantasy should a straight-line FFT (admittedly a chunky FFT)

Re: [Discuss-gnuradio] Flowgraph stop execution when changing sample rate of uhd_single_usrp_source

2010-12-05 Thread Tom Rondeau
On Sun, Dec 5, 2010 at 12:22 PM, Josh Blum j...@joshknows.com wrote: On 12/05/2010 08:17 AM, Alexandru Csete wrote: Greetings, Yesterday I updated my gnuradio/next and UHD installations to: UHD_0001.20101204162446.a51fb2e v3.3.1git-322-ge92f2cb6 I noticed that when changing USRP sample

Re: [Discuss-gnuradio] Broken gr_fir_fff ?

2010-12-05 Thread Josh Blum
Can you pull the latest gnuradio next branch? I reverted some changes with the tags until we can re-group. You may have run into an issue with the work function implementation. Let me know if that resolves the issue. -Josh On 12/05/2010 05:53 PM, madengr wrote: Eric Blossom wrote: On

[Discuss-gnuradio] Mode-S/ADS-B and UAT

2010-12-05 Thread Eric Cottrell
Hello, I was emailed by a few people off list that are interested in the Mode-S/ADS-B code. I am still working on it. I got the DPD Productions antenna just before Thanksgiving, but it was too windy to put up right away. Sitting on the first floor in the middle of a wood frame house, the

Re: [Discuss-gnuradio] Mode-S/ADS-B and UAT

2010-12-05 Thread Nick Foster
On Sun, 2010-12-05 at 20:10 -0500, Eric Cottrell wrote: Hello, snip I want to do a UAT receiver and was planning a trip to Philly to look at the TIS-B/FIS-B ground segment transmissions. I got a surprise when I found out the New England area has TIS-B/FIS-B services. Someone did a demo

[Discuss-gnuradio] obtain data before FFT

2010-12-05 Thread lishan_wh
Hi, all I want to plot a figure with the samples from usrp, but I have some questions. Here is the flowgraph: usrp.source_c -- gr.streams_to_vector(gr.sizeof_gr_complex*1, 1) -- gr.complex_to_mag(1) -- gr.message_sink(gr.sizeof_float*1, self.msg_sink_msgq_out, True) Here, self.msg_sink_msgq_out

Re: [Discuss-gnuradio] obtain data before FFT

2010-12-05 Thread Tom Rondeau
2010/12/5 lishan_wh lishan...@126.com: Hi, all I want to plot a figure with the samples from usrp, but I have some questions. Here is the flowgraph: usrp.source_c -- gr.streams_to_vector(gr.sizeof_gr_complex*1, 1) -- gr.complex_to_mag(1) -- gr.message_sink(gr.sizeof_float*1,

Re: [Discuss-gnuradio] Realtime Scheduling

2010-12-05 Thread Tom Rondeau
On Sun, Dec 5, 2010 at 9:05 PM, Steve Mcmahon steve.mcmaho...@yahoo.com wrote: Hello: I am writing a flowgraph using GRC. In the Options block, there is something called Realtime Scheduling, which can be On or Off. What does this do, under the hood? When should you set it to On? When would

[Discuss-gnuradio] Trying out multi-threaded FFTW

2010-12-05 Thread Marcus D. Leech
Anyone know how I can get extra linker options passed in for FFTW3F during configure? The Gnu Radio build system is, well, fiendishly complicated, and doing the obvious: FFTW3F_LIBS='-lfftw3f_threads -lfftw3f -lm ' ./configure Provokes an error: === configuring in usrp2/firmware

[Discuss-gnuradio] flowgraph time, or getting number of samples since start of flowgraph

2010-12-05 Thread Steve Mcmahon
Hello: Does GNU Radio keep track of time, or sample count, or something similar as a flowgraph runs? How can I query the current flowgraph time, from within my flowgraph, if such a thing exists? More specifically, I have a Signal Source connected to a USRP2 Sink in order to generate a tone.

Re: [Discuss-gnuradio] flowgraph time, or getting number of samples since start of flowgraph

2010-12-05 Thread Tom Rondeau
On Sun, Dec 5, 2010 at 11:24 PM, Steve Mcmahon steve.mcmaho...@yahoo.com wrote: Hello: Does GNU Radio keep track of time, or sample count, or something similar as a flowgraph runs? How can I query the current flowgraph time, from within my flowgraph, if such a thing exists? More

[Discuss-gnuradio] Multi-threaded FFTW

2010-12-05 Thread Marcus D. Leech
I did some tests tonight using the multi-thread support in FFTW3. The changes to gri_fft.cc were relatively minor, but plugging this into the existing build environment will require a little surgery, since you need to add -lfftw3f_threads to the ld flags, and the ld flags for FFTW3F are

Re: [Discuss-gnuradio] always a spike on the FFT at the center frequency

2010-12-05 Thread adib_sairi
Matt Ettus wrote: This is due to truncation in the USRP. If you add 0.5 to the signal, it should go away. Matt Dear Matt, how and where does the truncation is done? is it in the FPGA (DDC) ? regards, Adib - Mohd Adib Sarijari Universiti Teknologi Malaysia www.fke.utm.my

[Discuss-gnuradio] getting message gr_vmcircbuf_createfilemapping: createfilemapping is not available

2010-12-05 Thread Steve Mcmahon
Hello: I'm running GNU Radio 3.3.0 with two USRP2+WBX, under openSUSE 11.2. Sometimes when I run my simple flowgraph (Signal Source -- USRP2 Sink), either from GRC or from the command line, I see the following message appear on the console: gr_vmcircbuf_createfilemapping: createfilemapping is