It just under/overflows. Basically hangs without updating the fft.

----Original Message Follows----
From: Eric Blossom <[EMAIL PROTECTED]>
To: Clark Pope <[EMAIL PROTECTED]>
CC: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] byte-wide ADC transfers
Date: Mon, 13 Feb 2006 14:22:39 -0800

On Sun, Feb 12, 2006 at 10:36:24PM -0500, Clark Pope wrote:
> I was able to get it work if I comment out the call to make_format and hard
> coding the format:
>
>        if options.width_8:
>            width = 8
>            shift = 8
>            #format = self.u.make_format(width, shift)
>            format = 0x288
>          print "format =", hex(format)
>            r = self.u.set_format(format)
>            print "set_format =", r
>
>
> However, it still doesn't work at the 16 MHz data rate even though 8 Mhz
> 16-bit data rate does work?

When you say "doesn't work" what do you mean?

Eric

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to