Re: [Discuss-gnuradio] SDR/USRP devices

2015-08-18 Thread Marcus Müller
the features are not important for me now Then you can literally buy a rock. It has pretty bad reception, and all receivers built with rocks have a 50% bit error rate. (just kidding) SDR peripherals are technical equipment. There has to be *some* specification of what you need. Like Bandwidth.

[Discuss-gnuradio] Problem with QPSK receiver

2015-08-18 Thread Wenhao Xiong
Hi all, First time posting here, so hello everyone:) I am trying to build this pair of GNUradio flow graph for QPSK signal transmitting and receiving over the air through USRP. Now the transmitter side is straight forward, only a random number generator and QPSK modulator plus a multiplier. The

[Discuss-gnuradio] RX/TX transceiver

2015-08-18 Thread Marius Cachelin
Hi All, I have some issues when using UHD sink and source blocks in same flow graph. When I transmit data with UHD sink, I use tx_sob and tx_eob. I don't get any underflow error. But, the problem is that I can see all data sent by the TX path, in the RX path. I don't understand how this can be

Re: [Discuss-gnuradio] 3.7.8 build problem 'cannot find -lcblas'

2015-08-18 Thread Barry Jackson
Ping? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Experience with Ubuntu 15.04 and Gnuradio 3.7.8

2015-08-18 Thread Chris Kuethe
GNURadio 3.7.8 works well on ubuntu 15.04. I used PyBOMBS to install it. On Mon, Aug 17, 2015 at 11:54 AM, Neel Pandeya neel.pand...@ettus.com wrote: Hello John: Ubuntu 15.04 uses the new GCC 5. I haven't yet tried building UHD and GNU Radio with it myself, but maybe there are issues??

Re: [Discuss-gnuradio] How to change PSK roll-off during runtime (or an arbitrary parameter)

2015-08-18 Thread Martin Braun
Matthias, I can see how this would be a pretty cool demo. Off the top off my head, some thoughts: - The RRC is implemented as a FIR in C++ (a pfb_arb_resampler_ccf, to be precise). But this doesn't have a method to update the taps :/ - An update-able filter would be interesting, though. If you

Re: [Discuss-gnuradio] SDR/USRP devices

2015-08-18 Thread Jeff Long
Hi Pedro, Buy a RTL dongle, since they're almost free. If it doesn't do what you want, then you'll know more about what you want. Jeff On 08/17/2015 03:09 PM, Marcus Müller wrote: the features are not important for me now Then you can literally buy a rock. It has pretty bad reception, and

[Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-18 Thread Schuyler St. Leger
I am trying to build GNU Radio for Android and am having issues with the build process. I first tried building GNU Radio for Android on Mac OS X 10.10.4. I was able to follow the directions successfully until I had to build gr-grand. When I tried to build gr-grand I got this error (see error 1).

[Discuss-gnuradio] ofdm mod error

2015-08-18 Thread Patrcia Wonder
Hi! I'm using gnuradio on ZedBoard and was trying a simple OFDM Mod system just like in this video https://www.youtube.com/watch?v=LZDWfnrxo6c the flowgraph just looks like this... random sourceshort to floatofdm modthrottlewx gui fft sink and this comes up... Generating:

[Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-18 Thread Schuyler St. Leger
I am trying to build GNU Radio for Android and am having issues with the build process. I first tried building GNU Radio for Android on Mac OS X 10.10.4. I was able to follow the directions successfully until I had to build gr-grand. When I tried to build gr-grand I got this error (see error 1).

[Discuss-gnuradio] Enveloping a transmit amplifier

2015-08-18 Thread devin kelly
Hello, I'm transmitting a fairly bursty, irregularly timed signal. I attach a stream tag to the sample that has the start of the burst (tx_sob). I also have a PA that I can turn on and off that's inbetween my USRP B210 and antenna. I'd like to be able to turn the PA on and off synchronously,

[Discuss-gnuradio] Implementing a FIR Filter

2015-08-18 Thread Richard Bell
Hi all, Would someone please recommend a good starting point in C++ source code that demonstrates how one uses the kernel::fir_filter. I started following the pfb_clock_sync method of implementing it, but then realized this had been customized a bit for the polyphase approach. I'm not doing

Re: [Discuss-gnuradio] 3.7.8 build problem 'cannot find -lcblas'

2015-08-18 Thread Philip Balister
Install blas, lapack or something that supplies the missing library. Philip On 08/18/2015 12:54 AM, Barry Jackson wrote: Ping? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Implementing a FIR Filter

2015-08-18 Thread Jeff Long
Rich, hilbert_fc.cc and filter_delay_fc both use kernel::fir_filter in a relatively easy to understand way. Jeff On 08/18/2015 04:26 PM, Richard Bell wrote: Hi all, Would someone please recommend a good starting point in C++ source code that demonstrates how one uses the

Re: [Discuss-gnuradio] Follow up: Failure to build GNU Radio on various Ubuntu builds

2015-08-18 Thread mleech
I have had similar problems with cheap USB cables that work for low-speed devices, but utterly fail for higher-speed transfers. You might as well update to at least Ubuntu 14.04 or even 15.04, Gnu Radio (via build-gnuradio) is known to work in that environment. On 2015-08-18 10:42, Mark

[Discuss-gnuradio] Follow up: Failure to build GNU Radio on various Ubuntu builds

2015-08-18 Thread Mark
I managed to resolve a problem with the install. Commands, find_usrp_devices and uhd_usrp_probe failed to get my B100 to respond with the model and daughter board and FPGA information. Yet at other times it would work, albeit very briefly. Whilst trying to keep this follow up mail brief,

Re: [Discuss-gnuradio] RX/TX transceiver

2015-08-18 Thread mleech
There's enough leakage between the TX and RX paths (inevitable) that your RX will see your TX side transmissions. On 2015-08-18 03:26, Marius Cachelin wrote: Hi All, I have some issues when using UHD sink and source blocks in same flow graph. When I transmit data with UHD sink, I use

Re: [Discuss-gnuradio] Gradual loss of amplitude as flowgraph runs

2015-08-18 Thread Matt Ettus
Take a look at the phase rotator in the frequency translating FIR filter. Is it done with sine/cos lookups or is it a rotating phasor? Rotating phasors can lose amplitude due to finite precision effects. Matt On Fri, Aug 14, 2015 at 1:57 PM, John Ackermann N8UR j...@febo.com wrote: Still

Re: [Discuss-gnuradio] ofdm mod error

2015-08-18 Thread Martin Braun
Patrcia, try the new OFDM blocks. I suggest starting with the example ofdm_loopback.grc and working from there to see how things work, Cheers, Martin On 17.08.2015 22:39, Patrcia Wonder wrote: Hi! I'm using gnuradio on ZedBoard and was trying a simple OFDM Mod system just like in this video