comm.GMSKModulator & comm.GMSKDemodulator

8 visualizaciones (últimos 30 días)
michael
michael el 2 de Oct. de 2013
Comentada: Jose Marcelo Duarte el 15 de En. de 2021
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 comentarios
Bismi Siraj
Bismi Siraj el 28 de Sept. de 2016
Same problem!
Jose Marcelo Duarte
Jose Marcelo Duarte el 15 de En. de 2021
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.

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by