Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-09 Thread Activecat
On Mon, Jun 9, 2014 at 2:57 PM, dushyant.marathe wrote: > Hi Activecat, > > Thanks for the reply. > > I am playing wav file using windows media player. When I execute the flow > graph it writes wav file. Wav file's size increases, unless I stop the flow > graph. But when I played it using media p

Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-09 Thread Vanush Vaswani
Make sure you close the .wav file by pressing 'x' (close) button on a graphical sink, otherwise it won't write the wav file correctly. Check here: http://gnuradio.org/redmine/issues/544 Otherwise, try playing in VLC. On Mon, Jun 9, 2014 at 4:57 PM, dushyant.marathe wrote: > Hi Activecat, > > T

Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-08 Thread dushyant.marathe
Hi Activecat, Thanks for the reply. I am playing wav file using windows media player. When I execute the flow graph it writes wav file. Wav file's size increases, unless I stop the flow graph. But when I played it using media player it doesn't play any more. Also I am ensuring that amplitude is

Re: [Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-08 Thread Activecat
On Mon, Jun 9, 2014 at 1:57 PM, dushyant.marathe wrote: > Hello list, > > I am simulating Voice transmission system in GRC using 'GMSK Mod', 'GMSK > Demod' in loop without any channel in between & My flow graph configuration > is as follows: > > Wav file source -> Throttle -> Packet encoder -> GM

[Discuss-gnuradio] Writing wav file in GMSK TX, RX

2014-06-08 Thread dushyant.marathe
Hello list, I am simulating Voice transmission system in GRC using 'GMSK Mod', 'GMSK Demod' in loop without any channel in between & My flow graph configuration is as follows: Wav file source -> Throttle -> Packet encoder -> GMSK Mod -> GMSK Demod -> Packet decoder -> Wav file sink/Scope/FFT Sink