Re: [Discuss-gnuradio] FSK transmitter tutorial

2018-03-21 Thread Murray Thomson
Thank you all for your help. It's a good starting point for what I need. On 21 March 2018 at 00:38, Ron Economos wrote: > I have a RTTY flow graph that you may find useful as a starting point. > It's transmit only (I was just using it to test the RTTY decoder on the > ICOM IC-7300 ham transceive

Re: [Discuss-gnuradio] FSK transmitter tutorial

2018-03-20 Thread Ron Economos
I have a RTTY flow graph that you may find useful as a starting point. It's transmit only (I was just using it to test the RTTY decoder on the ICOM IC-7300 ham transceiver). http://www.w6rz.net/rtty.grc And a program to generate a baudot test file from a text file. http://www.w6rz.net/baudot.

Re: [Discuss-gnuradio] FSK transmitter tutorial

2018-03-20 Thread Dan CaJacob
Check out the FSK : Digital section of https://wiki.gnuradio.org/index.php/SignalProcessing Shows you how to set up some variables you'll need. Freq modulator and quadrature demodulator are important. So is filtering. On Tue, Mar 20, 2018 at 7:49 AM Murray Thomson wrote: > Hi, > > I would like t

[Discuss-gnuradio] FSK transmitter tutorial

2018-03-20 Thread Murray Thomson
Hi, I would like to build an FSK modulator/demodulator. I'm using file sink/sources for the moment. I need to be able to specify the two frequencies, baud rate and sample rate (ideally at runtime). I started with the gr-tutorial for qpsk, hoping to replace the modulation/demodulation with gfsk blo