[Discuss-gnuradio] FEC & iteration in gnuradio

2005-07-13 Thread Beck, Andrew Thomas - BECAT001
Title: FEC & iteration in gnuradio Hi, I'm new to gnuradio & am integrating some trellis based FEC algorithms I have. I've designed a class structure that will allow me to do this in a fairly straight forward manner. I wanted to run this by somebody familiar with the project before I start ha

Re: [Discuss-gnuradio] working version of gnuradio for windows (mingw) available including audio-sink and wxgui

2005-07-13 Thread Martin Dvh
This work is under way. We still need to fix libpython linking under MinGW before 2.6. This shouldn't be a big issue, Martin may have it already working. I do have the complete build working under windows (I am already using it) What libpython linking problem do you have? (Maybe you told me bef

[Discuss-gnuradio] Re: TvRx info

2005-07-13 Thread Matt Ettus
> Are there any application notes which give more > information on what's inside, e.g. a functional block diagram? None that I know of. You can think of it as a dual conversion receiver, with RF and IF gain controls. > Does the TVRX module take the real IF output (converted to 5.75 MHz) into >

[Discuss-gnuradio] what's going on in gr_float_to_complex?

2005-07-13 Thread Sachi
Hi, guys I've generated a BPSK signal (float), and want to send it by the USRP. But the USRP sink only has two types: _c and _i. So is gr_float_to_complex the correct block I should use before sending the signal to the USRP sink? Thanks Sachi

Re: [Discuss-gnuradio] working version of gnuradio for windows (mingw) available including audio-sink and wxgui

2005-07-13 Thread Eric Blossom
On Thu, Jul 14, 2005 at 01:23:46AM +0200, Stephane Fillod wrote: > On Wed, Jun 29, 2005 at 05:38:28AM -0700, Eric Blossom wrote: > > In the bigger picture, we need to revisit the strategy for > > searching for libpython. This is currently breaking the build on > > x86-64 and OS/X. My biggest com

Re: [Discuss-gnuradio] Re: gr_python.m4

2005-07-13 Thread Eric Blossom
On Thu, Jul 14, 2005 at 01:04:55AM +0200, Stephane Fillod wrote: > On Sun, Jul 10, 2005 at 05:24:59PM -0700, Eric Blossom wrote: > > > So, then the question becomes, "what's the easiest way to build GNU > > Radio for a windows target?" > > I would say natively. Since I'm a developer and not a Win

[Discuss-gnuradio] Re: gr_python.m4

2005-07-13 Thread Stephane Fillod
On Sun, Jul 10, 2005 at 05:24:59PM -0700, Eric Blossom wrote: > On Mon, Jul 11, 2005 at 01:38:43AM +0200, Stephane Fillod wrote: > > > I checked in a new version of gr_python.m4 that uses distutils to > > > determine the include path for Python.h. I tested it on GNU/Linx and > > > OS/X and it work

Re: [Discuss-gnuradio] working version of gnuradio for windows (mingw) available including audio-sink and wxgui

2005-07-13 Thread Stephane Fillod
On Wed, Jun 29, 2005 at 05:38:28AM -0700, Eric Blossom wrote: > In the bigger picture, we need to revisit the strategy for > searching for libpython. This is currently breaking the build on > x86-64 and OS/X. My biggest complaint is that we have introduced a > mostly-unneeded dependency that has

Re: [Discuss-gnuradio] GR_SWIG_BLOCK_MAGIC

2005-07-13 Thread Eric Blossom
On Wed, Jul 13, 2005 at 02:16:31PM -0700, Rajaprabhu T.L. wrote: > > I have been spending time trying to understand the > "How to write to signal processing block" file. > > I have some questions: > > 1)What does GR_SWIG_BLOCK_MAGIC function do? Black magic, of course ;) %define GR_SWIG_BL

Re: [Discuss-gnuradio] Audio data types

2005-07-13 Thread Eric Blossom
On Wed, Jul 13, 2005 at 02:42:52PM -0600, David R. Palchak wrote: > Is there currently anything like an audio.source_s() block > that produces 16-bit samples at a specified rate? If not, > how might one go about implementing such a block using the > existing audio code? > > Thanks, > David Palcha

[Discuss-gnuradio] GR_SWIG_BLOCK_MAGIC

2005-07-13 Thread Rajaprabhu T.L.
I have been spending time trying to understand the "How to write to signal processing block" file. I have some questions: 1)What does GR_SWIG_BLOCK_MAGIC function do? 2) When you call howto.square_ff() from a python module, can someone explain me the control flow between various functions in di

Re: [Discuss-gnuradio] What the hack!

2005-07-13 Thread Urs Schaufelberger
Of course, Eric is being modest because he won't only "be there" but actually give two presentations, one about passive radar using software radio. Looking forward to it! =) See you there Urs On Wed, Jul 13, 2005 at 01:48:36PM -0700, Eric Blossom wrote: > FYI, > > I'll be at "What the Hack", t

[Discuss-gnuradio] Audio data types

2005-07-13 Thread David R. Palchak
Is there currently anything like an audio.source_s() block that produces 16-bit samples at a specified rate? If not, how might one go about implementing such a block using the existing audio code? Thanks, David Palchak ___ Discuss-gnuradio mailing

[Discuss-gnuradio] What the hack!

2005-07-13 Thread Eric Blossom
FYI, I'll be at "What the Hack", the outdoor hacker conference taking place in the Netherlands July 28 through 31. http://whatthehack.org These are tremendous fun. Lots of great people, ideas and projects. If you can make it, I highly recommend it. Eric --

[Discuss-gnuradio] SF Bay Area work days

2005-07-13 Thread Eric Blossom
Matt & I will be physically co-located and working on GNU Radio starting tomorrow (Thursday 7/14) and continuing for some days. We'll be in Mountain View. If there are any of you in the bay area who are working on GNU Radio, or using GNU Radio, or want to contribute and are interested in some fac

Re: [Discuss-gnuradio] Multimon (POCSAG/AX.25/DTMF/ZVEI) decoder 0.1b

2005-07-13 Thread Eric Blossom
On Wed, Jul 13, 2005 at 11:19:45AM +0200, Urs Schaufelberger wrote: > Yes, I'm currently in the process of cleaning up the code, this is one of the > things I'll have to look into. > > One of the main problems I'm currently having is that I've haven't > wrapped all of multimon's original C code i

Re: [Discuss-gnuradio] Multimon (POCSAG/AX.25/DTMF/ZVEI) decoder 0.1b

2005-07-13 Thread Urs Schaufelberger
Yes, I'm currently in the process of cleaning up the code, this is one of the things I'll have to look into. One of the main problems I'm currently having is that I've haven't wrapped all of multimon's original C code into a C++ class, a lot of stuff are still global functions and variables whi