comm.GMSKModulator & comm.GMSKDemodulator

조회 수: 8 (최근 30일)
michael
michael 2013년 10월 2일
댓글: Jose Marcelo Duarte 2021년 1월 15일
Hello all,
When using the comm.GMSKModulator & comm.GMSKDemodulator as their standard (i.e.modulator = comm.GMSKModulator; demodulator = comm.GMSKDemodulator; ) after the demodulation, the size of the output is the same as the input to the modulator. However, there are still missing some symbols: at the beginning i have 16 zeros but at the end, there are no additional symbols which are lost. How can I get those?
  댓글 수: 2
Bismi Siraj
Bismi Siraj 2016년 9월 28일
Same problem!
Jose Marcelo Duarte
Jose Marcelo Duarte 2021년 1월 15일
The GMSK modulator has memory. Output sample value depends not only on current symbol value but also on some previous symbols too. Therefore, the GMSK modulator has a shift register memory with initial state being all zero. Therfore, dummy bits must be added at the end of the transmitt bit vector to push the last information bits through out this "shift register". The same thing is valid for the GMSK receiver.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Modulation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by