Re: [Discuss-gnuradio] Is there any way to obtain the binary output from audio source

2009-08-12 Thread Milo Wong
Thank you so much for the detail reasoning which helped me a lot for understanding. Thank you all! Sincerely, Milo On Wed, Aug 12, 2009 at 11:27 AM, Johnathan Corgan < jcor...@corganenterprises.com> wrote: > On Wed, 2009-08-12 at 10:00 -0700, Milo Wong wrote: > > > I was wondering if there is

Re: [Discuss-gnuradio] Is there any way to obtain the binary output from audio source

2009-08-12 Thread Johnathan Corgan
On Wed, 2009-08-12 at 10:00 -0700, Milo Wong wrote: > I was wondering if there is anyway to obtain the binary output from > audio source in GRC. I need this bits information as modulating signal > for ASK. Since sound card digitized our analog voice signal to binary > information in 16bits (suppos

Re: [Discuss-gnuradio] Is there any way to obtain the binary output from audio source

2009-08-12 Thread Eric Blossom
On Wed, Aug 12, 2009 at 10:00:20AM -0700, Milo Wong wrote: > Hi all, > > I was wondering if there is anyway to obtain the binary output from audio > source in GRC. I need this bits information as modulating signal for ASK. > Since sound card digitized our analog voice signal to binary information

Re: [Discuss-gnuradio] Is there any way to obtain the binary output from audio source

2009-08-12 Thread Jonathan Coveney
Do you just mean having the actual samples? Take a look at usrp_rx_cfile.py. It uses gr.filesource_sink (or whatever it's called), with a bunch of settings. From your description, it should be exactly what you want. 2009/8/12 Milo Wong > Hi all, > > I was wondering if there is anyway to obtain t

[Discuss-gnuradio] Is there any way to obtain the binary output from audio source

2009-08-12 Thread Milo Wong
Hi all, I was wondering if there is anyway to obtain the binary output from audio source in GRC. I need this bits information as modulating signal for ASK. Since sound card digitized our analog voice signal to binary information in 16bits (suppose the sound card is 16bits), so I think it should be