Re: [Discuss-gnuradio] [QPSK modulation and demodulation using PSK mod and demod blocks]

2017-02-07 Thread Martin Braun
On 02/07/2017 01:55 PM, Minh Pham wrote: > Dear Martin Braun, > > Thank you very much for such quick response, I really appreciate that. I > wish to clarify several things: > - By "Differential modulation", do you mean that in my case, I should use > Differential Quadrature Phase Shift Keying (DQ

Re: [Discuss-gnuradio] Radio Astronomy GSoC 2017 group possible?

2017-02-07 Thread Marcus D. Leech
On 02/07/2017 05:40 PM, Glen I Langston wrote: Hi Marcus, I just found the problem. My device only has one channel. I deleted all the 2nd channel stuff and the spectro_radiometer is working great. I’ve got to find where the data is going, but I like the many features you’ve added. Cheers Gl

Re: [Discuss-gnuradio] Radio Astronomy GSoC 2017 group possible?

2017-02-07 Thread Marcus D. Leech
On 02/07/2017 05:40 PM, Glen I Langston wrote: Hi Marcus, I just found the problem. My device only has one channel. I deleted all the 2nd channel stuff and the spectro_radiometer is working great. I’ve got to find where the data is going, but I like the many features you’ve added. Cheers Gl

Re: [Discuss-gnuradio] [QPSK modulation and demodulation using PSK mod and demod blocks]

2017-02-07 Thread Minh Pham
Dear Martin Braun, Thank you very much for such quick response, I really appreciate that. I wish to clarify several things: - By "Differential modulation", do you mean that in my case, I should use Differential Quadrature Phase Shift Keying (DQPSK)? - For the more sophisticated option, can you g

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-07 Thread Martin Braun
Thursday is the org application deadline, not the student application deadline. So, plenty of time. As for a project idea, I'd be careful about scope and relevance. You've suggested a statistical toolbox, and the HTML GRC. I would pick one, and then flesh out the project idea. Both projects you've

Re: [Discuss-gnuradio] Radio Astronomy GSoC 2017 group possible?

2017-02-07 Thread Marcus D. Leech
On 02/07/2017 05:03 PM, Glen I Langston wrote: Hi Marcus, Thanks for your very quick response! I will look at the links you’ve pointed me towards.Maybe much of what amateur radio astronomers need is already available. I agree that we don’t necessarily want “post-processing” code in GNU rad

Re: [Discuss-gnuradio] Radio Astronomy GSoC 2017 group possible?

2017-02-07 Thread Martin Braun
Glen, as the GSoC guy I have a couple of comments. But first of all, I'm glad there's interest from more radio astronomers in GNU Radio -- as Marcus points out, there's already a couple of RAs using GNU Radio, and you'll find a bunch of nice experiments out there. On 02/07/2017 01:20 PM, Glen I L

Re: [Discuss-gnuradio] Radio Astronomy GSoC 2017 group possible?

2017-02-07 Thread Glen I Langston
Hi Marcus, Thanks for your very quick response! I will look at the links you’ve pointed me towards.Maybe much of what amateur radio astronomers need is already available. I agree that we don’t necessarily want “post-processing” code in GNU radio. But it would be good to include a few proces

Re: [Discuss-gnuradio] [QPSK modulation and demodulation using PSK mod and demod blocks]

2017-02-07 Thread Martin Braun
Looks like you're not resolving the pi/2 ambiguity. To do that, you either need something more sophisticated, or differential modulation. -- M On 02/07/2017 11:42 AM, Minh Pham wrote: > Dear all, > > My name is Minh T. Pham, and I'm completely new to GNURadio. I want to learn > more about QPSK m

[Discuss-gnuradio] [QPSK modulation and demodulation using PSK mod and demod blocks]

2017-02-07 Thread Minh Pham
Dear all, My name is Minh T. Pham, and I'm completely new to GNURadio. I want to learn more about QPSK modulation and demodulation using GNURadio, so I started reading through and follow the "GNURadio Guided Tutorials". In Tutorial 7: PSK Symbol recovery, the model utilizes Constellation modulator

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-07 Thread Tellrell White
I'm running the live_signal_detection. I replaced the rtlsdr_source block with a signal source block. When I run the flowgraph I get     "attributerror: Module object has no attribute 'signal_detector_cvf" I tried deleting and reinstalling all the dependencies before installing gr-inspector

Re: [Discuss-gnuradio] ERROR BladeRF: No supported devices found to pick from

2017-02-07 Thread pabl0 .
Thank you Marcus :) It's solved. Have a nice day Pablo 2017-02-07 16:47 GMT+01:00 Marcus Müller : > Hi Pablo, > > Google says your error message appears on > https://github.com/Nuand/bladeRF/wiki/Troubleshooting > > Best regards, > Marcus > > On 02/07/2017 04:37 PM, pabl0 . wrote: > > Hi, > > I

Re: [Discuss-gnuradio] ERROR BladeRF: No supported devices found to pick from

2017-02-07 Thread Marcus Müller
Hi Pablo, Google says your error message appears on https://github.com/Nuand/bladeRF/wiki/Troubleshooting Best regards, Marcus On 02/07/2017 04:37 PM, pabl0 . wrote: > Hi, > > I remove all osmocom files and reinstall gr-osmosdr with libbladerf > (previously installed) but now I have other error:

Re: [Discuss-gnuradio] ERROR BladeRF: No supported devices found to pick from

2017-02-07 Thread pabl0 .
Hi, I remove all osmocom files and reinstall gr-osmosdr with libbladerf (previously installed) but now I have other error: FATAL: [bladeRF source] Failed to open bladeRF device libusb:instance=0 Any ideas what there may be wrong? Regards, Pablo 2017-02-06 21:37 GMT+01:00 pabl0 . : > Thank y

Re: [Discuss-gnuradio] Google Summer of Code -- Ideas List!

2017-02-07 Thread Marcus Müller
Hi Kartik, ha! Sorry for mixing this up. Yes, in that case, you'd be the GSoC participant, not the mentor :) I've pinged the right people. Hopefully we can get your account going. Best regards, Marcus On 02/06/2017 08:55 PM, Kartik Patel wrote: > Hi Marcus, > > I was interested in implementin

Re: [Discuss-gnuradio] intermittent pulse detection

2017-02-07 Thread Marcus Müller
Hi Dirk, Well, if you have a let's say 2 kHz uncertainty in the frequency of your pulse, I'd really start very simple. Looking at your plots, I think we can sufficiently suppress the noise simply by low-pass filtering: * Use a Low Pass filter (real taps) with a cutoff of 1 kHz – that will let eve

Re: [Discuss-gnuradio] Gr-Inspector Install error

2017-02-07 Thread Christopher Richardson
Hi Tellrell, Which flow graph are you running? Cheers Chris ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] intermittent pulse detection

2017-02-07 Thread Dirk Gorissen
Hi Dan, This is something I fully do on the side (evenings, weekends) in order to help an animal rescue charity. So very much a fun / volunteering effort and I hope to build something they can use in anger. For my dayjob I work in software/robotics but radio is still very new terrain for me. Chee