Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
Janet
Janet il 27 Feb 2012
Commentato: Dipsikha Roy il 3 Feb 2021
Cyclic prefix=15
  3 Commenti
Janet
Janet il 27 Feb 2012
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 il 3 Feb 2021
could u finally added cyclic prefix?

Accedi per commentare.

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by