Re: [Discuss-gnuradio] GNU Radio on embedded systems

2008-02-26 Thread Philip Balister
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 contain

[Discuss-gnuradio] Continuos data transmission using messages ...

2008-02-26 Thread Kshitij Kumar Singh
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

Re: [Discuss-gnuradio] GNU Radio on embedded systems

2008-02-26 Thread Eric Blossom
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? From

Re: [Discuss-gnuradio] Continuos data transmission using messages ...

2008-02-26 Thread Eric Blossom
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 you

Re: [Discuss-gnuradio] single_pole_rec, single_pole_avg, and single_pole_iir

2008-02-26 Thread Johnathan Corgan
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

Re: Re: [Discuss-gnuradio] Waterfallsink

2008-02-26 Thread Johnathan Corgan
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 it