Search
Duplicate

통신 채널과 노이즈

간단소개
통신 채널 종류와 기본 용어 정리
팔만코딩경 컨트리뷰터
ContributorNotionAccount
주제 / 분류
IoT
Scrap
태그
통신
9 more properties

통신 과정 : bit source → symbol mapper → channel → decision → demapper

symbol mapper 종류

QAM(복소수) : QPSK(4QAM), 16QAM..
PAM(실수) : BPSK(2PAM), 4PAM..

channel 종류

AWGN (additive white guassian noise)
wireless (fading)

용어 정리

SEP (symbol error probability) → SER
BEP (bit error probability) → BER (bit error rate) : 에러 비트 / 전체 비트
SNR (signal to noise ration) : signal power / noise power
추정 (channel estimation) : r = s*h + n → r/h = s + n
(h 에 따른 에러 막기 위해 사용, SNR 유지 n 크기 변화)

1. AWGN 채널

노이즈만 존재

2. Wireless 채널

n, h 존재 → s (송신신호) * h + n = r (수신신호)
modulator (carrier)
Re : cos 곱하기
Im : sin 곱하기
demodulator
Re : 2cos 곱하기
Im : 2sin 곱하기