Andrew Rose wrote:
> I've got a background project to try to get GNU Radio working with the
> native Windows tool chain (see
> http://www.gnuradio.org/trac/wiki/WindowsNativeInstall). As a
> side-effect of using a different compiler, I get different
> warnings/errors.
>
> Here's something I found
On 2/25/08, Tobias Gresch <[EMAIL PROTECTED]> wrote:
> > Thanks Don. That fixed it. Any chance that change can be added to the
> > trunk or will it screw things up for all the non-MingW users?
>
> I tested the fix here on my Ubuntu Gutsy install and even though it also
> works
> without the fix
On 2/22/08, Tim Meehan <[EMAIL PROTECTED]> wrote:
> gnuradiocore/src/lib/filter (in trunk) contains three apparently identical
> implementations of single pole iir filter
These and related filters were incomplete; they have been removed from
the trunk as cruft.
--
Johnathan Corgan
Corgan Enter
On Tue, Feb 26, 2008 at 12:02:31PM -0500, Kshitij Kumar Singh wrote:
>
>
> > I think you are misunderstanding how gr.message_sink works. Since
> > it's possible to set the item size small (e.g., gr.sizeof_float), it
> > returns as many samples as it can in a message. It does however
> > provide
> I think you are misunderstanding how gr.message_sink works. Since
> it's possible to set the item size small (e.g., gr.sizeof_float), it
> returns as many samples as it can in a message. It does however
> provide you information about what it did in the arg1 and arg2 field.
>
> // build a
On Tue, Feb 26, 2008 at 10:12:44AM -0500, Kshitij Kumar Singh wrote:
> I am having a little problem working with messages. I want to transmit
> an entire binary file using messages over and over again. Eg., msg1
> transmits file x, msg2 again transmits file x
> and so forth. My problem is that I'm
On Tue, Feb 26, 2008 at 08:53:26AM -0500, Philip Balister wrote:
> On Mon, Feb 25, 2008 at 4:54 PM, Eric Blossom <[EMAIL PROTECTED]> wrote:
> >
> > On Sun, Feb 24, 2008 at 05:54:08AM -0500, Philip Balister wrote:
>
> > The core doesn't have much floating point in it.
>
> What do you mean by core
I am having a little problem working with messages. I want to transmit
an entire binary file using messages over and over again. Eg., msg1
transmits file x, msg2 again transmits file x
and so forth. My problem is that I'm unable to find a way to loop over
the file again and again. I tried using tx_
On Mon, Feb 25, 2008 at 4:54 PM, Eric Blossom <[EMAIL PROTECTED]> wrote:
>
> On Sun, Feb 24, 2008 at 05:54:08AM -0500, Philip Balister wrote:
> The core doesn't have much floating point in it.
What do you mean by core? The gnuradio-core directory src/lib
directory contains directories that conta