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: Eric Blossom
Subject: Re: [Discuss-gnuradio] byte-wide ADC transfers
Date: Mon, 13 Feb 2006 14:22:39 -0800
User-agent: Mutt/1.5.9i

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




reply via email to

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