필터 지우기
필터 지우기

Explaining BPSK Demodulation ?

조회 수: 1 (최근 30일)
Jason Hathaway
Jason Hathaway 2017년 2월 6일
Hi everyone,
I've a simple question (or it should be one).
I have a sequence, let's say it is u = [1 1 0]. I've modulate it using BPSK as u_BPSK = [-1 -1 1]. I've sent it through AWGN channel using the command I found on the internet.
y = u_BPSK + sqrt(N0/2)*(randn(size(u_BPSK))+i*randn(size(u_BPSK)));
where N0 is the noise power spectral density:
N0 = 1/(10^(SNRdB/10));
I just want to understand how this type of demodulation.
Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 BPSK에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by