Borrar filtros
Borrar filtros

Pls help me write codings to remove CP

3 visualizaciones (últimos 30 días)
Janet
Janet el 1 de Mzo. de 2012
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);

Respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by