GFSK modulation/demodulation with GNU Radio and USRP

前端 未结 2 573
一个人的身影
一个人的身影 2021-01-01 08:31

Im currently creating a satellite ground station which will be used to control our cubesat in coming months. The modulation scheme used is GFSK and the baud rate is 9600. I

2条回答
  •  时光取名叫无心
    2021-01-01 08:46

    I was finally able to solve the problem. All I did was re-implementing the GFSK demod in GRC. If you go into source of gfsk.py, you will find out that the blocks used are Quadrature Demod --> M&M Clock recovery --> Binary slicer which can easily be connected in GRC directly. As Marcus suggested in my other thread, GFSK demodulation with Xlating filter in GNU Radio , I replaced the M&M Clock recovery block with PFB block. My flowgraph is shown below.

提交回复
热议问题