Re: [Discuss-gnuradio] Get error 3 when trying to connect to RTL-SDR

2017-09-28 Thread Cinaed Simson
Try installing the enclosed file rtl-sdr.rules in /etc/udev/rules.d/ as root. Then as root, type udevadm trigger udevadm control --reload If that doesn't work, then reboot it. -- Cinaed On 09/28/2017 02:29 PM, Ed Troy wrote: > Hi, > > I tried that, but I am still getting an error as

Re: [Discuss-gnuradio] Get error 3 when trying to connect to RTL-SDR

2017-09-28 Thread Ed Troy
Hi, I tried that, but I am still getting an error as shown below: edtroy@ubuntu:~/prefix/default$ gnuradio-companion <<< Welcome to GNU Radio Companion 3.7.12git-269-g8aa965c6 >>> Block paths:     /home/edtroy/prefix/default/share/gnuradio/grc/blocks Loading: "/home/edtroy/prefix/default/src/

Re: [Discuss-gnuradio] Specify taps for 'FFT_Filter' using function call to 'GLFSR Source'

2017-09-28 Thread Cinaed Simson
On 09/28/2017 01:21 PM, Cinaed Simson wrote: > On 09/27/2017 12:07 AM, Marcus Müller wrote: >> Hi Cinaed, >> >> interestingly, period() gives me 0b(degree ones) all the time, so I'm >> not sure we don't see a bug there. > > I looped over degree in range(1,33) > > src=digital.glfsr_source_f(degr

Re: [Discuss-gnuradio] Specify taps for 'FFT_Filter' using function call to 'GLFSR Source'

2017-09-28 Thread Cinaed Simson
On 09/27/2017 12:07 AM, Marcus Müller wrote: > Hi Cinaed, > > interestingly, period() gives me 0b(degree ones) all the time, so I'm > not sure we don't see a bug there. I looped over degree in range(1,33) src=digital.glfsr_source_f(degree,True,mask,seed) src=digital.glfsr_source_b(degree,Tru

Re: [Discuss-gnuradio] Get error 3 when trying to connect to RTL-SDR

2017-09-28 Thread Federico 'Larroca' La Rocca
Hi, I think you've forgotten to blacklist the dvbt driver. In Ubuntu, you have to add the following line to /etc/modprobe.d/blacklist.conf: blacklist dvb_usb_rtl28xxu. best Federico 2017-09-28 17:11 GMT-03:00 Ed Troy : > I am trying to run a simple fm receiver example using a RTL-SDR dongle. It >

[Discuss-gnuradio] Get error 3 when trying to connect to RTL-SDR

2017-09-28 Thread Ed Troy
I am trying to run a simple fm receiver example using a RTL-SDR dongle. It is connected. But, when I run, I get the following errors: gr-osmosdr v0.1.4-98-gc653754d (0.1.5git) gnuradio 3.7.12git-269-g8aa965c6 built-in source types: file osmosdr fcd rtl rtl_tcp uhd hackrf bladerf rfspace airspy

[Discuss-gnuradio] 2018 GENI experimenter contest - for those running experiments with GR on SDR testbeds

2017-09-28 Thread Fraida Fund
Hi all, For those of you doing novel experiments on SDR-equipped testbeds connected to GENI (ORBIT or WITest ), the 2018 GENI Experimenter Contest detailed below may be

[Discuss-gnuradio] Hacktoberfest on Github

2017-09-28 Thread Martin Braun
Hi all, Github and one of their partners (Disclaimer: neither of which I'm endorsing with this email) are organizing a pretty nifty event called Hacktoberfest. As far as I can tell, all you need to do is submit PRs to open source projects, and hey, why not submit something to GNU Radio! And it eve

Re: [Discuss-gnuradio] Can't find "usrp simple source" in pybombs install of gnuradio-companion

2017-09-28 Thread Marcus Müller
Hi Ed, I haven't heard of that block so far. So, maybe, it's really just a creation of that one author. In any case, I wouldn't know what you'd need it for. Best regards, Marcus On 09/28/2017 10:18 AM, Ed Troy wrote: > I am trying to set up a gnuradio-companion system on a Ubuntu 17.04 > machi

[Discuss-gnuradio] Can't find "usrp simple source" in pybombs install of gnuradio-companion

2017-09-28 Thread Ed Troy
I am trying to set up a gnuradio-companion system on a Ubuntu 17.04 machine that is within VMWare. I seem to be almost there, but when I import an example, it all looks good except there is one missing block. It is "usrp_simple_source". How can I add this to gnuradio-companion? I have installed

[Discuss-gnuradio] More Options for Working with Sample Data Sets

2017-09-28 Thread Ghost Op
I've been updating a number of modules following up on the GRCon working sessions around working with large and sample data sets. Yesterday I pushed another update to the new gr-sql module on github that incorporates HackRF and rtlsdr 8-bit streams to either convert with the command-line or direct

Re: [Discuss-gnuradio] [USRP-users] Audio Control loop testing

2017-09-28 Thread Marcus Müller
Hi Benny > > For a) & b) will use the sound card clock and using micro seconds timer. ... that's not a solution, that's the original problem I state. You don't *get* the sound card clock anywhere in software. If you did, there would be no problem. Respectfully, Marcus On 09/27/2017 10:15 AM

Re: [Discuss-gnuradio] Timer-Chronometer

2017-09-28 Thread Marcus Müller
Hi Ali, You're getting into hand-waving territory there – I'd recommend you'd not use your PC time as an indicator of when flow graph operation started. Instead, you should count how many items your source has already produced, and divide that number by the sampling rate. This is one of the /very

Re: [Discuss-gnuradio] Sample rate block in GNU radio

2017-09-28 Thread Marcus Müller
Hi Abhilash, is this question related to the email you've replied to? If not, please don't use the "reply" functionality in your mail client. In any case, your question is sadly pretty unclear; "repeat option" of /what/? Best regards, Marcus On 09/27/2017 09:46 PM, abhilash b wrote: > Hello a