|
equalizer
% Signal decision
for i=1:samp/4
if x(i) > 0
x(i) = 1;
else x(i) = -1;
end
end
b = 0; % b = the number of error bits
for i=1:samp/4
if d(i)-x(i) == 0
b = b;
else
b = b + 1;
end
end 1. Purpose
2. Approach
- MMSE equalizer 의 사용 목적
- 수식을 통한 MMSE equalizer 의 구현
-
|
- 페이지 9페이지
- 가격 1,000원
- 등록일 2008.03.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|