discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: encode and modulation


From: Nick Foster
Subject: Re: encode and modulation
Date: Wed, 3 Feb 2021 10:01:16 -0800

Among other things, the GMSK Mod block expects packed bytes. Remove the Map block and add an Unpacked to Packed block in its place. The filter parameters on the receiver are also incorrect and will filter out most of your signal.

In general, every time you make a change you must view the baseband spectrum and time domain signal (at least) to confirm that the change you expect is the change you see.

Nick
 

On Wed, Feb 3, 2021 at 7:26 AM kaihua cheng <kaihua008@gmail.com> wrote:
Hello, I want to build a transceiver by using CCSDS and GMSK.  I have no problem with running CCSDS alone.  But once I add GMSK, the decoding is completely off.  can someone help me with it?  below is the attachment!  thank you

reply via email to

[Prev in Thread] Current Thread [Next in Thread]