Re: [Discuss-gnuradio] Change in 3.7 with buffers

2014-11-11 Thread Martin Braun
On 11/11/2014 05:27 AM, Luke Berndt wrote: Sorry - I seem to keep running into weird corner cases with my program. I am having an issue were I am trying to run multiple graphs off the same source, and decoding different channels digital audio to wav files. It worked great under 3.6, but with

Re: [Discuss-gnuradio] gr-pyserial

2014-11-11 Thread Marcus Müller
Well, the whole functionality from the python/ file into the corresponding new block On November 11, 2014 1:39:36 PM CET, Julián Andrés Quenardelle julian.quenarde...@gmail.com wrote: Hey Marcus! i want to ask you wich part should i copypaste for the code? i solved the gr_modtool problem by

Re: [Discuss-gnuradio] gr-pyserial

2014-11-11 Thread Marcus Müller
Julian, again: please always reply to the list; we're always eager to help, but understand that we usually are not willing to offer free debugging if it happens for you in private. Also, how do you think should I guess what goes wrong if you write I'm getting an error? I'd like to refer

[Discuss-gnuradio] URSP noise

2014-11-11 Thread Lucas Lopez
hi everyone. i was working with the USRP1. I'm testing a MOD/DEMOD DBPSK. I have only one USRP, so, i connected TX_A( from daughterboard LFTX-LF) to RX_A ( from daughterborad LFRX-LF) with a coaxil. All system works well without URSP but when i taste with the USRP i get so much noise and the

Re: [Discuss-gnuradio] URSP noise

2014-11-11 Thread Dan CaJacob
Thanks, Marcus. You're absolutely right. I didn't read carefully enough. Very Respectfully, Dan CaJacob On Tue, Nov 11, 2014 at 11:33 AM, mle...@ripnet.com wrote: Dan: That's generally good advice, with the single exception of the BASIC/LF card family--they don't have any gain--they're

Re: [Discuss-gnuradio] URSP noise

2014-11-11 Thread mleech
Dan: That's generally good advice, with the single exception of the BASIC/LF card family--they don't have any gain--they're just ADC/DAC buffers, so it's generally safe to loop them directly. On 2014-11-11 11:27, Dan CaJacob wrote: Hi Lucas, You say you connected TXA to RXA directly

Re: [Discuss-gnuradio] URSP noise

2014-11-11 Thread Dan CaJacob
Hi Lucas, You say you connected TXA to RXA directly via a cox cable? Did you put an attenuator inline? I am afraid you may have damaged your RX side by transmitting directly into it without protection. Most USRPs can be damaged with input power greater than -10 dBm. Disconnect that cable

[Discuss-gnuradio] Signal Source Coherence

2014-11-11 Thread Liwei
Hello list, Please refer to the attached flowgraph. In it I use two methods to generate 3 tones of equal amplitude. The first method simply uses 3 signal sources to generate the required tones directly and sums them together. The second method multiplies two signal sources to generate the

Re: [Discuss-gnuradio] Signal Source Coherence

2014-11-11 Thread Marcus Müller
Hi Liwei, they *should* be coherent, because GNU Radio has no relationship to real wall-clock time and just outputs mathematically calculated numbers, just like matlab does. Depending on the number of samples we talk about when you say over seconds, this might simply be a matter of numerical

[Discuss-gnuradio] [GRCWG] Next call on Nov 18

2014-11-11 Thread Sebastian Koslowski
Hey, the GRCWG is meeting on Nov 18, 6pm UTC. Here is the wiki page for the call: http://gnuradio.org/redmine/projects/gnuradio/wiki/Call20141118 Sebastian -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Sebastian Koslowski Research Associate

[Discuss-gnuradio] OFDM and FEC

2014-11-11 Thread Iain Young, G7III
Hi Folks, I am attempting to get some FEC working with my GRC OFDM Transmitter and Receiver, which I created by modifying the example versions. You can see the flowgraphs at: http://hal.g7iii.net/GRC/OFDM/ofdm_rx_fcd.grc - GRC FCD RX Flowgraph http://hal.g7iii.net/GRC/OFDM/ofdm_rx_fcd.grc.png -

Re: [Discuss-gnuradio] CPU Affinity vs Hier Blocks

2014-11-11 Thread Iain Young, G7III
Hi Tom, On 10/11/14 19:39, You wrote: No, right now, when the hier_block affinity value is set, it forces all blocks within it to that value for the processor affinity. The individual settings on blocks do not supersede this setting. Part of the reason is how this stuff is managed inside of

Re: [Discuss-gnuradio] Change in 3.7 with buffers

2014-11-11 Thread Luke Berndt
I tried to build everything out as a GRC graph. I don’t think it has anything to do with the wav file sink. I recorded the raw signal and everything is working fine until it gets to the vocoder block, DSD. It handles decoding fine when there is only one instance, but when there are multiple

Re: [Discuss-gnuradio] QT GUI on low resolution display

2014-11-11 Thread Jim Larsen
Thank you for your comments Tom. I can make the QT GUI Slider height smaller by changing the Python statement from: Qwt.QwtSlider(None, Qt.Qt.Horizontal, Qwt.QwtSlider.BottomScale, Qwt.QwtSlider.BgSlot) to: Qwt.QwtSlider(None, Qt.Qt.Horizontal, Qwt.QwtSlider.NoScale, Qwt.QwtSlider.BgSlot) That may

Re: [Discuss-gnuradio] FIR filter Interpolation vs Resampler

2014-11-11 Thread Carlos Alberto Ruiz Naranjo
Ok, thank you ;) 2014-11-10 12:26 GMT+01:00 Marcus Müller marcus.muel...@ettus.com: Hi Carlos, this might get a little too theoretical to discuss it on the mailing list, thus I'd like to point you at the Readme [1] file referenced by the doxygen page, as I think it explains mu as