PSK demodulation of a sub-carrier sent over FM

Hello,

I had experimented with simple PSK reception with GNU-Radio when the
carrier is directly phase modulated.

However I would like to know how can I demodulate a PSK transmission
which
is carried over a typical FM signal.

Kind regards,

Raydel

Raydel Abreu (CM2ESP) wrote

However I would like to know how can I demodulate a PSK transmission which
is carried over a typical FM signal.

IIRC you would just do the WBFM demod, then the PSK demod. See the
gr-rds:

Lou


View this message in context:
http://gnuradio.4.n7.nabble.com/PSK-demodulation-of-a-sub-carrier-sent-over-FM-tp50986p50991.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On 10/22/2014 11:27 PM, madengr wrote:

Raydel Abreu (CM2ESP) wrote

However I would like to know how can I demodulate a PSK
transmission which is carried over a typical FM signal.

IIRC you would just do the WBFM demod, then the PSK demod. See the
gr-rds: GitHub - bastibl/gr-rds: FM RDS/TMC Transceiver

That sounds correct. I know hams sometimes do this to get better
transmissions when using their HF gear.

M

Thank you Lou and Martin.

Will try and take a look. One more thing is there any extra to do if the
PSK signal is ±67 degrees instead of nomal 90 degrees or the PSK
demodulator just handles it as usual.

Thanks,

Raydel

2014-10-23 8:32 GMT-04:00 Martin B. [email protected]:

On 10/23/2014 03:36 PM, Raydel Abreu (CM2ESP) wrote:

Thank you Lou and Martin.

Will try and take a look. One more thing is there any extra to do if the
PSK signal is ±67 degrees instead of nomal 90 degrees or the PSK
demodulator just handles it as usual.

I’ve never seen this before, but you’ll have to play around with the
constellation objects. Look at the Python code for PSK for some
pointers.

M