[Discuss-gnuradio] gr_firdes cutoff frequency

2011-12-11 Thread Songsong Gee
I'm looking benchmark program and now found use of gr.firdes.low_pass: chan_coeffs = gr.firdes.low_pass (1.0, # gain sw_decim * self.samples_per_symbol(), # sampling rate 1.0,

Re: [Discuss-gnuradio] CW between bursts

2011-12-11 Thread Nowlan, Sean
Thanks for your response. Please see below. Sean From: discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org [discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org] on behalf of Marcus D. Leech [mle...@ripnet.com] Sent: Monday, December 12, 2011 12:

Re: [Discuss-gnuradio] CW between bursts

2011-12-11 Thread Nowlan, Sean
I'm using RFX900. Does it employ the same mechanism to be disabled between bursts? I thought it gets disabled after an end-of-burst packet. (Perhaps I'm doing something wrong with my burst code, but I'm pretty sure I send an EOB packet) Thanks, Sean Fro

Re: [Discuss-gnuradio] CW between bursts

2011-12-11 Thread Marcus D. Leech
On 11/12/11 11:26 PM, Nowlan, Sean wrote: > I'm not sure whether this is a GNU radio or USRP issue, so I'm posting > to both lists. I played around with GNU radio's stream tagging feature > and managed to implement something that does timed bursts (partially > by taking a lead from tag_source_demo.

Re: [Discuss-gnuradio] CW between bursts

2011-12-11 Thread Josh Blum
On 12/11/2011 08:26 PM, Nowlan, Sean wrote: > I'm not sure whether this is a GNU radio or USRP issue, so I'm > posting to both lists. I played around with GNU radio's stream > tagging feature and managed to implement something that does timed > bursts (partially by taking a lead from tag_source_d

[Discuss-gnuradio] CW between bursts

2011-12-11 Thread Nowlan, Sean
I'm not sure whether this is a GNU radio or USRP issue, so I'm posting to both lists. I played around with GNU radio's stream tagging feature and managed to implement something that does timed bursts (partially by taking a lead from tag_source_demo.h, etc. in gr-uhd/examples). I'm observing a c

[Discuss-gnuradio] USRPN210 Calibration Problem

2011-12-11 Thread Dan CaJacob
This question is directed to Josh Blum, but if anyone can comment, it would be welcome: I tried the calibration apps this evening on a B100 and a Rev3 N210. See http://files.ettus.com/uhd_docs/manual/html/calibration.html The B100 worked like a champ and all three calibration procedures comp

[Discuss-gnuradio] Peak detection

2011-12-11 Thread Vanessa Gardellin
Dear all, I finally figure out how to receive packet using OFDM and Alamouti but unfortunately looks like I cannot detect all the peaks. 10% of the packets that I receive are right. I think that I experience a phase rotation, i.e. instead of receiving -1, I receive +1 for some preamble symbols and

Re: [Discuss-gnuradio] Segmentation fault in wav file sink

2011-12-11 Thread Matt Mills
If there is no samples flowing into the wav file sink block would work() be called? (IE, if there is a closed valve in front of the wav_file sink) On Sun, Dec 11, 2011 at 12:31 PM, Marcus D. Leech wrote: > ** > I think that what I'd do is cause the close() method to simply set a flag > that say

Re: [Discuss-gnuradio] Segmentation fault in wav file sink

2011-12-11 Thread Marcus D. Leech
On 12/11/2011 03:18 AM, Matt Mills wrote: All, The attached script crashes with a segmentation fault (or with the I/O error text in the code). My C++ knowledge is lacking however I believe this is because work() and close() are both being called simultaneously from different threads. The clos

Re: [Discuss-gnuradio] underrun occurs when frequency changing

2011-12-11 Thread Marcus D. Leech
On 12/09/2011 03:42 PM, Yan Nie wrote: Dear all, I am trying to transmit a sequence at various frequencies on USRP N200 with LFTX. When I use the uhd.single_usrp_source.set_center_freq() to change the frequency then insert the the sequence as a message in the msgq buffer in another thread ot

[Discuss-gnuradio] Updated to simple_ra on CGRAN

2011-12-11 Thread Marcus D. Leech
I've updated 'simple_ra' on CGRAN to support FCD. But since I don't have an FCD, I can't really test it. The FCD variant of the startup script is called 'simple_ra_fcd'. You'll need to build/install gr-fcd prior to installing simple_ra -- Principal Investigator Shirleys Bay Radio Astronomy

[Discuss-gnuradio] Segmentation fault in wav file sink

2011-12-11 Thread Matt Mills
All, The attached script crashes with a segmentation fault (or with the I/O error text in the code). My C++ knowledge is lacking however I believe this is because work() and close() are both being called simultaneously from different threads. The close() call is being made while the execution of w