[Discuss-gnuradio] Getting Started Help (MATLAB like vector indexing) [GNU Radio Companion]

2018-08-27 Thread Ali Dormiani
Hello SDR community, I need some guidance into how vector manipulation works in GNU radio companion. Suppose I have the following MATLAB/Octave code: Nf = 128; Nt = 2^10; F = zeros(Nt/2+1,1); idxs= (1:round(Nt/Nf)/2:Nt/2)+1 phi = 2*pi*rand(Nf,1);

[Discuss-gnuradio] Getting Started: How to record Spectrum (was: Re: Discuss-gnuradio Digest, Vol 138, Issue 39)

2014-05-28 Thread Marcus Müller
Hi GSMandvoip, When replying, please edit your Subject line so it is more specific than Re: Contents of Discuss-gnuradio digest... Do this, please. I've changed it for you, but you should have done that yourself. If you want to learn about GNU Radio and how to use it with hardware, follow the

Re: [Discuss-gnuradio] Getting started and documentation beyond dialtone.py ?

2010-11-29 Thread Martin Braun
I guess I can throw in a couple of pennies here... Here at KIT we have a couple of students hacking GR-related projects, and most of them get something running within reasonable time, provided they've had some kind of previous programming experience. Here's some of the advice I give them: On

Re: [Discuss-gnuradio] Getting started and documentation beyond dialtone.py ?

2010-11-29 Thread Marcus D. Leech
On 11/29/2010 03:24 AM, Martin Braun wrote: FWIW, a lot of people think GNU Radio is hard. Personally, I find the hardest bit is understanding signal processing. And no tool in the world can make that simple. If you really know how the DSP works, getting GNU Radio to do thy biddings is

Re: [Discuss-gnuradio] Getting started and documentation beyond dialtone.py ?

2010-11-27 Thread Tom Rondeau
On Fri, Nov 26, 2010 at 4:02 PM, madengr rfe...@everestkc.net wrote: I finally purchased a USRP2.  I have many years of RF/Microwave hardware experience but totally new to Python programming, not to mention C++.  I know some C for microcontrollers, a little Verilog on Xilinx hardware, and

Re: [Discuss-gnuradio] Getting started and documentation beyond dialtone.py ?

2010-11-27 Thread Steve Mcmahon
3) I saw there was an actual gnuradio book, but looks like it was never published.  I'd be willing to buy this in PDF or ebook format; is it avaiable? Is this the book you're talking about? Let me know if you can find a copy. I would definitely buy it if I could find it.

Re: [Discuss-gnuradio] Getting started and documentation beyond dialtone.py ?

2010-11-27 Thread madengr
I'll take a look at the OOP chapter. I was playing with Objective C for a while so have a little of OOP figured out, but just the basics. The USRP2 is a nice piece of hardware. There is a danger, on the WBX, of the LNA blowing out the second stage amp if greater than -10 dBm is applied (and

[Discuss-gnuradio] Getting started and documentation beyond dialtone.py ?

2010-11-26 Thread madengr
I finally purchased a USRP2. I have many years of RF/Microwave hardware experience but totally new to Python programming, not to mention C++. I know some C for microcontrollers, a little Verilog on Xilinx hardware, and some DSP theory. I have read Lyon's book and have taken his class, along

Re: [Discuss-gnuradio] getting started decoding ssb

2008-11-20 Thread Dimitris Symeonidis
i forgot the link: http://lists.gnu.org/archive/html/discuss-gnuradio/2008-08/msg00222.html Dimitris Symeonidis If you think you're too small to make a difference, try sleeping with a mosquito! - Amnesty International On Thu, Nov 20, 2008 at 10:03, Dimitris Symeonidis [EMAIL PROTECTED]wrote:

[Discuss-gnuradio] getting started decoding ssb

2008-11-19 Thread Nathaniel Haggard
To get started I'm trying to decode ssb from samples here http://www.kd7lmo.net/ground_gnuradio_ota.html. http://www.kd7lmo.net/gnuradio/ssb_rcv_file.py gives the following error: python ssb_rcv_file.py hf_7200khz_256_complex.dat 5 2500 L Traceback (most recent call last): File

Re: [Discuss-gnuradio] Getting started with the USRP/RFX2400 and underflows

2008-07-08 Thread Jason Uher
On Tue, Jul 8, 2008 at 3:03 AM, Martin Braun [EMAIL PROTECTED] wrote: On Mon, Jul 07, 2008 at 04:32:47PM -0500, Jason Uher wrote: #Connect the sink to a SIN source src0 = gr.sig_source_c (48000, gr.GR_SIN_WAVE, 350, 0.5) fg.connect (src0, ut) This doesn't seem right. You're creating a

[Discuss-gnuradio] Getting started with the USRP/RFX2400 and underflows

2008-07-07 Thread Jason Uher
I am currently trying to get some basic code working to test that my shiny new USRP is working correctly. I have been going over the code/examples/list archives for a few weeks on and off, but most of the code examples are for the basic RX/TX boards, and I only have two RFX2400's. My testing

[Discuss-gnuradio] Getting Started

2007-05-20 Thread Mark Rader
Hi I have GNUradion up and running with the USRP board. I have two daughter cards installed. One is the DBSRX, the second is the RFX1800, and I have a 3rd dauther board the TVRX that is not installed. I can get the thing to respond, but I get an error on most of the python scripts. USRP Open

Re: [Discuss-gnuradio] Getting Started

2007-05-20 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Rader wrote: Hi I have GNUradion up and running with the USRP board. I have two daughter cards installed. One is the DBSRX, the second is the RFX1800, and I have a 3rd dauther board the TVRX that is not installed. I can get the thing to