Pls help me write codings to remove CP

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 件)

タグ

タグが未入力です。

質問済み:

2012 年 3 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by