discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] byte-wide ADC transfers


From: Clark Pope
Subject: Re: [Discuss-gnuradio] byte-wide ADC transfers
Date: Mon, 13 Feb 2006 20:28:07 -0500

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

----Original Message Follows----
From: Eric Blossom <address@hidden>
To: Clark Pope <address@hidden>
CC: address@hidden
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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]