Re: [Discuss-gnuradio] binary data transmission

2012-02-06 Thread Tom Rondeau
On Sun, Feb 5, 2012 at 8:29 AM, anju babu wrote: > > I'm doing my M.Tech project in gnuradio and i'm using gnuradio > companion.My project is underwater communication system.in that i have to > transmit the data from a file source after frequency modulation .My file > source output type is byte.I

[Discuss-gnuradio] binary data transmission

2012-02-05 Thread anju babu
I'm doing my M.Tech project in gnuradio and i'm using gnuradio companion.My project is underwater communication system.in that i have to transmit the data from a file source after frequency modulation .My file source output type is byte.I have to transmit my data in binary format for eg.if 1 is wr

Re: [Discuss-gnuradio] Binary data transmission

2007-06-29 Thread bellzii
hey patrik, Tom's reply : http://www.nabble.com/Transmitting-a-binary-%27ones-and-zeroes%27-file-for-Bit-Error-Analysis-tf3990983.html http://www.nabble.com/Transmitting-a-binary-%27ones-and-zeroes%27-file-for-Bit-Error-Analysis-tf3990983.html might help you can use gr_vector_source as your d

[Discuss-gnuradio] Binary data transmission

2007-06-28 Thread pratik hetamsaria
hi, Can anybody please tell me how to transmit binary data from GNU Radio. I have been able to transmit and receive audio files using rx_voice.py and tx_voice.py but not been able to send binary data. Is there already some code written for it or i would have to make up my own?? I would jus li