필터 지우기
필터 지우기

Pls help me write codings to remove CP

조회 수: 3 (최근 30일)
Janet
Janet 2012년 3월 1일
I got code to add cp
message = randint(1,M,4); %Assuming QPSK symbols
length_cyclic = 15;
starting =M - length_cyclic + 1;
cyclic_prefix = message(starting : end);
prefixed = horzcat(cyclic_prefix,message);
  댓글 수: 1
Janet
Janet 2012년 3월 1일
I want to remove in receiver side

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by