Hi all,
I made gnuradio compile on windows using mingw (no cygwin needed)
It works with the standard win32 binary distributions of python24-win32
python-numeric-win32, swig-win32, wxpython-win32 and python win32api
I still needed to build cppunit,fftw and boost myself (I added the built
cppunit a
This is so great!
--- Meenal <[EMAIL PROTECTED]> wrote:
> Hello all,
> We have successfully deployed a GnuRadio based IP
> network using a TAP/TUN
> interface between two machines connected with a loop
> back cable. GnuRadio
> is used as the physical layer. We use a slotted
> ALOHA based MAC
I'm writing some simple bit-oriented blocks, the first is a block
interleaver. It would be nice if I could write a fairly generic block
interleaver, and the user would specify the number of rows and columns
of bits when it is instantiated. But I'm having these issues:
1. For such a conceptually