Hello Atiqur,
The "PSK Demod" that you added into your flowgraph is deprecated, and is no longer supported. It is kept there for the backward-compatibility, but it is not guaranteed to work and will be removed in future. Also, that block does the synchronization and the equalization by itself, so you must remove the preceeding synchronization and equalization blocks if you actually want to use that (you shouldn't, though). Try other blocks, like a Constellation Decoder or a custom Python block.
Channel Model is used to "degrade" the signal (for simulation purposes). It will apply a FIR filter to the incoming signals to simulate the multipath environment. The taps are the filter taps used for that purpose. It is just a sequence of a few random non-zero numbers to simulate the multipath effect, and shouldn't really affect the functionality of the synchronizer and the equalizer blocks. A good equalizer will cancel out the effect of those channel taps.
Regards,
Kyeong Su Shin
보낸 날짜: 2019년 6월 28일 금요일 오후 9:32:46
받는 사람: discuss-gnuradio@gnu.org
제목: [Discuss-gnuradio] PSK modulation and demodulation from gnu radio tutorial.
No comments:
Post a Comment