Re: [Discuss-gnuradio] Continous PSK/ FSK transmitter with discrete data

2018-03-13 Thread Dan CaJacob
Sure, but it is an example of doing it in software with minimal latency. You could do the same with HDLC Flags for idle symbols. That's quite common. On Tue, Mar 13, 2018, 3:07 AM Mehmet Ozcelebi wrote: > I am aware of your example, you use ccsds idle frame insert as a

Re: [Discuss-gnuradio] Continous PSK/ FSK transmitter with discrete data

2018-03-13 Thread Mehmet Ozcelebi
I am aware of your example, you use ccsds idle frame insert as a mechanism to achieve continous modulation. However, that is a pretty specific implementation. 2018-03-13 6:22 GMT+03:00 Dan CaJacob : > I've got a pretty complicated example at https://github.com/dcajacob >

Re: [Discuss-gnuradio] Continous PSK/ FSK transmitter with discrete data

2018-03-12 Thread Dan CaJacob
I've got a pretty complicated example at https://github.com/dcajacob/gr-ccsds However, it could be simplified by removing the convolutional encoding. On Mon, Mar 12, 2018 at 10:15 AM Mehmet Ozcelebi wrote: > Dear All, > I have been playing with the blocks shown in "

[Discuss-gnuradio] Continous PSK/ FSK transmitter with discrete data

2018-03-12 Thread Mehmet Ozcelebi
Dear All, I have been playing with the blocks shown in " Guided Tutorial PSK Demodulation" and want to implement my own Transmitter/ Receiver pair. First I tried to replace the "Random Source" or "File Source" blocks with a "Socket PDU-TCP Server". I observed that modulation happens only when I