필터 지우기
필터 지우기

how to add cyclic prefix..I want codings to add it

조회 수: 1 (최근 30일)
Janet
Janet 2012년 2월 27일
댓글: Dipsikha Roy 2021년 2월 3일
Cyclic prefix=15
  댓글 수: 3
Janet
Janet 2012년 2월 27일
i gave qpsk signal as input and then took ifft..now i should add cp of length 15
%Generate random data
len=128;
m=4;
msg1=randint(len,1,m);
msg2=randint(len,1,m);
% figure(1)
% stem(msg1);
% stem(msg2);
% grid on;
% xlabel('data points')
% ylabel('transmitted data phase representation')
% title('Transmitted Data "O"')
% QPSK modulation
qpsk_modulated_data1=pskmod(msg1,m);
qpsk_modulated_data2=pskmod(msg2,m);
% scatterplot(qpsk_modulated_data1);
% title('qpsk modulated transmitted data1');
% scatterplot(qpsk_modulated_data2);
% title('qpsk modulated transmitted data2');
%IFFT
x1=ifft(qpsk_modulated_data1);
x2=ifft(qpsk_modulated_data2);
Dipsikha Roy
Dipsikha Roy 2021년 2월 3일
could u finally added cyclic prefix?

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

답변 (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