Azzera filtri
Azzera filtri

PSD for block codes

2 visualizzazioni (ultimi 30 giorni)
Ken
Ken il 17 Giu 2019
Hi Matlab experts,
Can somone please assist with a matlab code that can draw the PSD of a non-binary codebook? An example codebook is as given below.
C=[0 1 2 5 4 3; 0 1 3 5 4 2; 0 4 2 5 1 3; 0 4 3 5 1 2;
5 1 2 0 4 3; 5 1 3 0 4 2; 5 4 2 0 1 3; 5 4 3 0 1 2;
1 0 2 4 5 3; 1 0 3 4 5 2; 4 0 2 1 5 3; 4 0 3 1 5 2;
1 5 2 4 0 3; 1 5 3 4 0 2; 4 5 2 1 0 3; 4 5 3 1 0 2;
2 1 0 3 4 5; 3 1 0 2 4 5; 2 4 0 3 1 5; 3 4 0 2 1 5;
2 1 5 3 4 0; 3 1 5 2 4 0; 2 4 5 3 1 0; 3 4 5 2 1 0;
2 0 1 3 5 4; 3 0 1 2 5 4; 2 0 4 3 5 1; 3 0 4 2 5 1;
2 5 1 3 0 4; 3 5 1 2 0 4; 2 5 4 3 0 1; 3 5 4 2 0 1]
Attached is the expected PSD graph of this codebook. I have a number of non-binary codebooks which I want to compare their PSDs using this method.

Risposte (0)

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by