How to implement a Decision Device

조회 수: 2 (최근 30일)
kale
kale 2023년 1월 13일
편집: kale 2023년 1월 13일
Hi!
I am implementing this linear equaliser in matlab which equalises a 4-PSK containing ISI.
However, I cannot figure out how to implement the "decision device" block (circled in red in the figure).
It decides its output based on whether the amplitude of the quantized pulse and the noise, exceeds a pre-determined value or not ..
but I do not understand how to write it in code.
I am thinking for example to define the ideal decision levels of the 4-PSK decision_levels = [1+1i, 1-1i, -1+1i, -1-1i]; and then compare them with y(k) with a couple of if-else.
Ideas? Suggestions?
Is there already a matlab function that does this?
Thanks!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Periodic Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by