Re: [Discuss-gnuradio] how to make 8 bits sample works

2011-01-06 Thread James Jordan
I have fix the problem which is my application bug. On Fri, Jan 7, 2011 at 4:55 AM, Nick Foster wrote: > On Thu, 2011-01-06 at 15:08 +0800, James Jordan wrote: > > Hi all, I want to let my application work on 8 bit sample mode. > > I have test and checked that 8 bit resolution sample can meet m

Re: [Discuss-gnuradio] how to make 8 bits sample works

2011-01-06 Thread Nick Foster
On Thu, 2011-01-06 at 15:08 +0800, James Jordan wrote: > Hi all, I want to let my application work on 8 bit sample mode. > I have test and checked that 8 bit resolution sample can meet my > application's accurate need. > I test my application that run it on 16 bit sample and shift the read > data r

[Discuss-gnuradio] how to make 8 bits sample works

2011-01-05 Thread James Jordan
Hi all, I want to let my application work on 8 bit sample mode. I have test and checked that 8 bit resolution sample can meet my application's accurate need. I test my application that run it on 16 bit sample and shift the read data right 8 bits then shift left 8 bits. My application works fine. Bu