[Discuss-gnuradio] Introduction for GSoC participation

2019-02-05 Thread Arpit Gupta
Hi, I am Arpit Gupta, an Electronics and Communication undergraduate at Indian Institute of Technology Roorkee, India. I am highly interested in contributing to GNU Radio as my GSoC project. I am done with setting up the project and have gone through the guided tutorial on GNURadioCompanion. Right

Re: [Discuss-gnuradio] B205 mini on Windows 10? USB Driver not found

2019-02-05 Thread Tom McDermott
Thank you !That solved the problem. Steps needed: 1. Plug the B205 into the computer (the step that decides installs the driver uses that the figure out which specific USB driver to select). 2. Run the device manager as administrator 3. Updae the driver, and search... browse... 4. For me i

Re: [Discuss-gnuradio] B205 mini on Windows 10? USB Driver not found

2019-02-05 Thread Geof Nieboer
UHD drivers are installed with the GnuRadio windows installer. However, the system may not have located them automatically and so it's installed a different driver instead that it thinks is compatible. There are couple UHD utilities in the installation as well... I think they are under Gnuradio-3

[Discuss-gnuradio] B205 mini on Windows 10? USB Driver not found

2019-02-05 Thread Tom McDermott
I have installed the latest Windows version of Gnuradio from the MSI installer on the gnuradio website. It has UHD source and sink blocks. Gnuradio Companion seems to work fine except for UHD device detection. Have plugged a B205mini into USB3 connector on the computer. The B205 lights up and Devi

[Discuss-gnuradio] Proper input size for fir_filter_ccf

2019-02-05 Thread William Speirs
I'm struggling to get the C++ fir_filter_ccf code to work correctly. My C++ code is pretty straightforward, and the same inputs work perfectly in Python: // matches the taps produced in the Python code vector taps = firdes::low_pass(1.0, 1000, 10, 1, (gr::filter::firdes::win_type)0, 0)

[Discuss-gnuradio] Modifying the Python code

2019-02-05 Thread Rensi Mathew
I have created a simple grc with source->throttle ->FFT sink/File sink the corresponding python file is:- #!/usr/bin/env python2 # -*- coding: utf-8 -*- ## # GNU Radio Python Flow Graph # Title: Rsm 01 02 2019 # Generated: Fri Feb 1 16:54:42 20