Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Rick Parrish
David I. Emery wrote: Is this a DVSI licensed and publically available closed source module or something "unofficial" or not generally available to the world at large ? It has obviously long been possible to recode some reverse engineered DSP chip based IMBE implemenation into C++ source code f

[Discuss-gnuradio] Re:audio source/sink sample rate

2008-03-19 Thread vsrk sarma
> On Tue, Mar 18, 2008 at 10:00:32AM +0530, vsrk sarma wrote: > > Is it possible to change default sample rate for audio files? > > Most examples in gnuradio examples seemto set sample rate at 32000. > > Also default audio source/sink is from gr-audio-alsa despite > configure,make > > & install wit

[Discuss-gnuradio] D-Star (was Re: DV Dongle - AMBE USB Device)

2008-03-19 Thread Dave hartzell
Hi All, I spent some time looking at the D-Star spec, which is supposedly "open". Unfortunately, the published DOC (yes, singular) out there are far from complete. Fortunately, Moe, Pieter and Robin did some work analyzing D-Star and posted their results... Doing D-Star with the USRP looks easi

Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread David I. Emery
On Wed, Mar 19, 2008 at 07:38:13PM -0500, Rick Parrish wrote: > Jeff Brower wrote: > >If you're looking at low bitrate codecs for GNU radio, why use a > >hardware (dongle)dependent solution? You might look at MELPe, which > >provides 600, 1200, and 2400 bps,and can be implemented as a software >

Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Rick Parrish
Jeff Brower wrote: If you're looking at low bitrate codecs for GNU radio, why use a hardware (dongle)dependent solution? You might look at MELPe, which provides 600, 1200, and 2400 bps,and can be implemented as a software solution. MELPe is a US/NATO standard (STANAG4591). Common applications

Re: [Discuss-gnuradio] Question about Benchmark_rx.py file code

2008-03-19 Thread Tom Rondeau
Eric Blossom wrote: On Wed, Mar 19, 2008 at 06:02:17PM -0400, [EMAIL PROTECTED] wrote: The application occasionally crashes on line 66 in the benchmark file, the line is "(pktno,) = struct.unpack('!H', payload[0:2])".? The error I get is that struct.unpack should be passed a string of at le

[Discuss-gnuradio] APCO Project 25 CAI

2008-03-19 Thread Eric Cottrell
Hello, After looking at this document it appears that writing a APCO P25 CAI decoder is a good way to learn error correcting codes because it uses many varieties of different types. http://www.p25.com/resources/P25TrainingGuide.pdf I just hope the Vocoder Error Correcting Code description on Pa

Re: [Discuss-gnuradio] Question about Benchmark_rx.py file code

2008-03-19 Thread Eric Blossom
On Wed, Mar 19, 2008 at 06:02:17PM -0400, [EMAIL PROTECTED] wrote: > Hi I'm trying to troubleshoot a piece of code that was handed to > me.? The basic application uses GNU radio and a USRP in transmitting > digital signals and the application uses the following file provided > in GNU radio "benchm

[Discuss-gnuradio] Question about Benchmark_rx.py file code

2008-03-19 Thread alfayez
Hi I'm trying to troubleshoot a piece of code that was handed to me.? The basic application uses GNU radio and a USRP in transmitting digital signals and the application uses the following file provided in GNU radio "benchmark_rx.py" which can be found in the following directory "gnuradio/trunk

Re: [Discuss-gnuradio] Mac OS X Build problem

2008-03-19 Thread Jonathan P Jacky
Here's another data point. I am using OS X 10.4.10 on a PPC Mac with Python 2.3.5, the one that comes with OS X 10.4. I have built GNU Radio from trunk recently with no problems. In order to avoid difficulties I have heard about on this list and elsewhere, I have not installed another Python.

Re: [Discuss-gnuradio] better docs for GRC

2008-03-19 Thread Eric Blossom
On Wed, Mar 19, 2008 at 03:03:46PM -0400, Josh Blum wrote: > Hey, > > I am interesting in creating some kind of auto-generated docs for grc. Sounds like a great idea. > Currently, each block has a custom description or a description copy/pasted > from the html doxygen stuff. > > While some cust

[Discuss-gnuradio] better docs for GRC

2008-03-19 Thread Josh Blum
Hey, I am interesting in creating some kind of auto-generated docs for grc. Currently, each block has a custom description or a description copy/pasted from the html doxygen stuff. While some custom descriptions are necessary, it would be nice to be able to grab this other information about

Re: [Discuss-gnuradio] How to insert a matlab file into GNURadio in python

2008-03-19 Thread George Nychis
Jose Emilio Gervilla Rega wrote: Hello, I've made a code in matlab for GNURadio but I don't know how to insert this code in the files programmed in python in GNURadio. Can anyone tell me how to do it?I've seen there are some files done in matlab but I couldn't figure out how they have been

Re: [Discuss-gnuradio] How to insert a matlab file into GNURadio in python

2008-03-19 Thread Eric Blossom
On Wed, Mar 19, 2008 at 06:50:22PM +0100, Jose Emilio Gervilla Rega wrote: > > Hello, > > I've made a code in matlab for GNURadio but I don't know how to > insert this code in the files programmed in python in GNURadio. Can > anyone tell me how to do it?I've seen there are some files done in > m

[Discuss-gnuradio] How to insert a matlab file into GNURadio in python

2008-03-19 Thread Jose Emilio Gervilla Rega
Hello, I've made a code in matlab for GNURadio but I don't know how to insert this code in the files programmed in python in GNURadio. Can anyone tell me how to do it?I've seen there are some files done in matlab but I couldn't figure out how they have been inserted. Thank you very much! __

RE: [Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread JackyYang
Dear sir: It is work!! Thank you very much. But, why I can't see graph? I have installed GNU Radio Companion, is it run on GRC? >JackyYang wrote: >> When I run example 1:Dial Tone Output. >> > >I get error message: >> >>Traceback (most recent call last): >> >> File "am.py", line 20, in >>

RE: [Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread JackyYang
Could be a number of problems: + The module "mc4020" is wasn't compiled / installed in the first place; How could I install it?(My system is Ubnutu7.10, and I am step by step see this page http://www.gnuradio.org/trac/wiki/UbuntuInstall) + PYTHONPATH isn't correct to find it; I am sure I can run

Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Jeff Brower
Jared- > speex is nice. I've used it as well as the AMBE2000/2020. I wasn't in love > with > the AMBE. We ended up doing lots of hacking to make the DVSI AMBE 2000/2020 > pair > of DSPs work in our application. Specs were light and idiosyncrasies were > numerous. What was the lowest bitrate

RE: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Jared Jensen
speex is nice. I've used it as well as the AMBE2000/2020. I wasn't in love with the AMBE. We ended up doing lots of hacking to make the DVSI AMBE 2000/2020 pair of DSPs work in our application. Specs were light and idiosyncrasies were numerous. j0j > Date: Wed, 19 Mar 2008 09:02:46 -0700

Re: [Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread George Nychis
JackyYang wrote: When I run example 1:Dial Tone Output. I get error message: Traceback (most recent call last): File "am.py", line 20, in fg = build_graph () File "am.py", line 10, in build_graph fg = gr.flow_graph () AttributeError: 'module' object has no attribute 'flow_gr

Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Eric Blossom
On Wed, Mar 19, 2008 at 07:02:08AM -0600, Jeff Brower wrote: > Rick- > > > > I am also thinking of writing a APCO P25 Voice to AMBE2000 frame > > > converter and see > > > if the device can decode P25 as well. This may be a general IMBE and > > > AMBE codec. > > > > > > > I hope so. I looked at

Re: [Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread Michael Dickens
On Mar 19, 2008, at 11:47 AM, JackyYang wrote: I need someone help me, why I can’t run example from this page: http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html When I run example 1:Dial Tone Output. I get error message: Traceback (most recent call last): File "am.py", line 20,

[Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread JackyYang
Hi: I need someone help me, why I can't run example from this page: http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html When I run example 1:Dial Tone Output. I get error message: Traceback (most recent call last): File "am.py", line 20, in fg = build_graph () Fi

Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Eric Cottrell
- Start Original Message - Sent: Wed, 19 Mar 2008 07:02:08 -0600 From: Jeff Brower <[EMAIL PROTECTED]> To: Rick Parrish <[EMAIL PROTECTED]> Subject: Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device > Rick- > > > > I am also thinking of writing a APCO P25 Voice to AMBE2000 frame > > > c

Re: [Discuss-gnuradio] Mac OS X Build problem

2008-03-19 Thread Michael Dickens
Qi - It looks like you're mixing Python 2.3 and 2.4. That's not wise, since there have been significant differences between decimal releases of Python. Also, it's possible that Python 2.3 is too old. I think Python 2.5 is recommended, but 2.4 works for the most part. I would highly recom

Re: [Discuss-gnuradio] DV Dongle - AMBE USB Device

2008-03-19 Thread Jeff Brower
Rick- > > I am also thinking of writing a APCO P25 Voice to AMBE2000 frame converter > > and see > > if the device can decode P25 as well. This may be a general IMBE and > > AMBE codec. > > > > I hope so. I looked at this a while back. What concerned me most was the > AMBE2000/2020 documentatio

Re: [Discuss-gnuradio] value error

2008-03-19 Thread Tom Rondeau
Crespi Floriana wrote: Hi, I made the updating of the program, but the problem persists. PN sync doesn't have problem. You have an idea of thing I could do for resolving the problem. Thank you a lot for your help. Are you saying the system works when you use the PN synchronization block o

Re: [Discuss-gnuradio] value error

2008-03-19 Thread Crespi Floriana
Hi, I made the updating of the program, but the problem persists. PN sync doesn't have problem. You have an idea of thing I could do for resolving the problem. Thank you a lot for your help. Scrive Eric Blossom <[EMAIL PROTECTED]>: > On Tue, Mar 18, 2008 at 05:54:37PM +0100, Crespi Floriana wr