Re: [Discuss-gnuradio] Using GNU Radio without running Python

2019-10-18 Thread Michael Dickens
Hi Molly - Looks / sounds like you're using GR37 ... yes? If you move to using GR38, you can generate C++ code directly from GRC. You can do so on a your host computer, then copy the resulting C++ code to your target computer & compile it there -- assuming of course that you have GR38 and any

[Discuss-gnuradio] Using GNU Radio without running Python

2019-10-18 Thread Molly Erskine
Hello all! I am working on a project where I wish to generate sound wave samples to then pass these samples out to another program that will generate audio. I would like to be able to use the GRC to specify the shape and frequency of the sound wave, but have the output be accessible from an

Re: [Discuss-gnuradio] Using GNU Radio on the Raspberry Pi

2019-03-04 Thread Marcus D. Leech
On 03/04/2019 06:47 PM, Glen I Langston wrote: Hello We’re using several Raspberry Pi 3B + computers mounted inside weather proof boxes with amplifiers to run Radio Telescopes. The Pi 3B+ can almost keep up with 6 MHz bandwidth (12 MHz samples). An odroid XU4 can keep up with all samples

[Discuss-gnuradio] Using GNU Radio on the Raspberry Pi (was:(no subject))

2019-03-04 Thread Marcus Müller
Dear Faisal, we're more than one person ;) Anyway, yes. There's multiple people who did that. Please make sure to use meaningful subject lines, and describe the problem you're trying to solve in your email straight away! Best regards, Marcus On Tue, 2019-03-05 at 02:04 +0400, faisal wrote: >

Re: [Discuss-gnuradio] Using GNU Radio to accumulate FFT samples over a constant time duration before writing to disk

2017-09-08 Thread Terrance Pat
Oops, I sent the incorrect flight_recorder.grc flow graph without the integration block. Here's the one I referred in the email. Thanks, -- Terrance On Fri, Sep 8, 2017 at 12:04 PM, Terrance Pat wrote: > Hi everyone, > > I am working on a project that requires the use of

Re: [Discuss-gnuradio] Using GNU Radio Framework in my application

2015-06-28 Thread Marcus Müller
Hi Jalil, unless you install Qt on it and attach a screen to it, it will be hard to use a Qt application on your E310. Basically, the E310 is just a linux computer on an embedded device, which means you can do the same as on your fully fledged Linux PC -- the question is if you should: The E310

Re: [Discuss-gnuradio] Using GNU Radio Framework in my application

2015-06-28 Thread Marcus Müller
Hi Jalil, please always make sure to reply to the mailing list rather than to individual persons :) The application is not GUI based, it just utilizes the Signal/Slot architecture of Qt framework. That can be quite handy, but still requires Qt to be on the target platform. Maybe Philip can

[Discuss-gnuradio] Using GNU Radio Framework in my application

2015-06-27 Thread Jalil Modares
Dear All: I need to have a RF link between two E310. My application is written is C++/ using Qt framework. I already made the GRC diagram, but grc generates python codes. Is there any source to help me integrate that code to my application. Thanks, jmod

Re: [Discuss-gnuradio] using gnu radio

2012-11-14 Thread Martin Braun (CEL)
On Tue, Nov 13, 2012 at 12:46:20PM -0800, Biniyam Zewede wrote: I am doing my senior design project on cooperative spectrum sensing. I have already done the theortical design and matlab simulation for the system. Now, I want to implement this on a hardware. I want to use gnu radio and usrp.

[Discuss-gnuradio] using gnu radio

2012-11-13 Thread Biniyam Zewede
Hello all,   I am doing my senior design project on cooperative spectrum sensing. I have already done the theortical design and matlab simulation for the system. Now, I want to implement this on a hardware. I want to use gnu radio and usrp. Does anyone know a good place to start? or any

[Discuss-gnuradio] Using GNU Radio without actual hardware and simulated inputs

2010-06-18 Thread Elvis Dowson
Hi, Is it possible to simulate the RF signal input part using a digitized waveform file, and use GNU Radio to process the signal? Best regards, Elvis Dowson ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

Re: [Discuss-gnuradio] Using GNU Radio without actual hardware and simulated inputs

2010-06-18 Thread Jeffrey Lambert
On 6/18/2010 12:37 PM, Elvis Dowson wrote: Hi, Is it possible to simulate the RF signal input part using a digitized waveform file, and use GNU Radio to process the signal? Yes. There are also built in functions to generate a signal if you don't have a pre-recorded one. Or if you

Re: [Discuss-gnuradio] Using GNU Radio without actual hardware and simulated inputs

2010-06-18 Thread Jason Uher
On Fri, Jun 18, 2010 at 1:11 PM, Jeffrey Lambert je...@k1vzx.com wrote: On 6/18/2010 12:37 PM, Elvis Dowson wrote: Hi,         Is it possible to simulate the RF signal input part using a digitized waveform file, and use GNU Radio to process the signal? Yes.  There are also built in functions

[Discuss-gnuradio] using GNU radio to generate audio signals

2010-06-08 Thread Brad Buran
In our research lab we generate a variety of audio signals to study auditory perception. These signals include pure tones (ramped on/off by cosine squared envelopes), amplitude-modulated noise, sequences of signals (noise followed by a tone, etc.), band-limited noise, etc. Once we generate the

Re: [Discuss-gnuradio] using GNU radio to generate audio signals

2010-06-08 Thread Tom Rondeau
On Tue, Jun 8, 2010 at 2:59 PM, Brad Buran bbu...@cns.nyu.edu wrote: In our research lab we generate a variety of audio signals to study auditory perception.  These signals include pure tones (ramped on/off by cosine squared envelopes), amplitude-modulated noise, sequences of signals (noise

[Discuss-gnuradio] Using GNU Radio without a USRP

2009-09-02 Thread Fernando Rodrigues de Souza Neto
Hi all, Well, first of all, sorry to bother you guys with this, maybe this is not the place for this question/discussion. I'm new in the GNU Radio world and I'm trying to get GNU Radio working with a non-USRP FPGA board, in particular the Stratix II GX Transceiver SI Board, (this one

Re: [Discuss-gnuradio] Using GNU Radio without a USRP

2009-09-02 Thread Brian Padalino
On Wed, Sep 2, 2009 at 3:24 PM, Fernando Rodrigues de Souza Netof...@cin.ufpe.br wrote: Hi all, Well, first of all, sorry to bother you guys with this, maybe this is not the place for this question/discussion. I'm new in the GNU Radio world and I'm trying to get GNU Radio working with a

RE: [Discuss-gnuradio] Using gnu-radio for ARM NEON

2008-10-17 Thread Bob McGwier
To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using gnu-radio for ARM NEON On Tue, Sep 30, 2008 at 9:24 PM, John Gilmore [EMAIL PROTECTED] wrote: Do you mind adding NEON to this list? NEON is a SIMD unit on ARM Cortex-A8 processors. Information on NEON instructions is at http

Re: [Discuss-gnuradio] Using gnu-radio for ARM NEON

2008-10-14 Thread Philip Balister
On Tue, Sep 30, 2008 at 9:24 PM, John Gilmore [EMAIL PROTECTED] wrote: Do you mind adding NEON to this list? NEON is a SIMD unit on ARM Cortex-A8 processors. Information on NEON instructions is at http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204h/Bcfjicf j.html. Sorry it

Re: [Discuss-gnuradio] Using gnu-radio for ARM NEON

2008-10-14 Thread Eric A. Cottrell
Philip Balister wrote: Bottom line: companies are still funny about doucmentation for high end products, but attitudes are changing very slowly. Philip Hello, Sometimes it seems the chip makers are really in the documentation business. I was interested in the Marvell 88F5182 SoC as it was

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-30 Thread Eric Blossom
On Mon, Sep 29, 2008 at 03:13:09PM -0700, Inderaj Bains wrote: Thanks Eric, Yes I want to use SIMD. Since I want to spend most time improving performance, it would be nice if I can start off from something functioning or put together something quickly. How much effort would it be to get a GSM

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-30 Thread Philip Balister
On Tue, Sep 30, 2008 at 1:48 PM, Eric Blossom [EMAIL PROTECTED] wrote: On Mon, Sep 29, 2008 at 03:13:09PM -0700, Inderaj Bains wrote: Thanks Eric, Yes I want to use SIMD. Since I want to spend most time improving performance, it would be nice if I can start off from something functioning or

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-30 Thread Eric Blossom
On Tue, Sep 30, 2008 at 02:03:14PM -0400, Philip Balister wrote: This is great. What we've been thinking about is building a library of SIMD accelerated primitives, along the lines of Intel's Integrated Performance Primitives. The crucial differences would be: free software (GPLv3);

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-30 Thread Philip Balister
On Tue, Sep 30, 2008 at 2:43 PM, Eric Blossom [EMAIL PROTECTED] wrote: On Tue, Sep 30, 2008 at 02:03:14PM -0400, Philip Balister wrote: This is great. What we've been thinking about is building a library of SIMD accelerated primitives, along the lines of Intel's Integrated Performance

RE: [Discuss-gnuradio] Using gnu-radio for project

2008-09-30 Thread Bob McGwier
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Balister Sent: Tuesday, September 30, 2008 2:03 PM To: Eric Blossom; Inderaj Bains; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using gnu-radio for project On Tue, Sep 30, 2008 at 1:48 PM, Eric Blossom [EMAIL PROTECTED

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-30 Thread Eric Blossom
On Tue, Sep 30, 2008 at 02:50:50PM -0400, Philip Balister wrote: On Tue, Sep 30, 2008 at 2:43 PM, Eric Blossom [EMAIL PROTECTED] wrote: On Tue, Sep 30, 2008 at 02:03:14PM -0400, Philip Balister wrote: This is great. What we've been thinking about is building a library of SIMD accelerated

Re: [Discuss-gnuradio] Using gnu-radio for ARM NEON

2008-09-30 Thread John Gilmore
Do you mind adding NEON to this list? NEON is a SIMD unit on ARM Cortex-A8 processors. Information on NEON instructions is at http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0204h/Bcfjicf j.html. Sorry it si the superseded link, I'm too lazy to find the current one :) This

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-29 Thread Eric Blossom
On Sat, Sep 27, 2008 at 03:37:34PM -0700, Inderaj Bains wrote: Dear Friends, For a school project, I am looking to speed up a software radio. I downloaded and built gnu-radio and dial-tone works. Ideally, I'd like to start with a functioning GSM (others?) radio which runs in software and

Re: [Discuss-gnuradio] Using gnu-radio for project

2008-09-29 Thread Inderaj Bains
Thanks Eric, Yes I want to use SIMD. Since I want to spend most time improving performance, it would be nice if I can start off from something functioning or put together something quickly. How much effort would it be to get a GSM (other?) all software system together (except A/D I guess). Maybe I