フィルターのクリア

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 Center および File ExchangeQPSK についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by