Borrar filtros
Borrar filtros

how does AWGN and 16qam mod demod m file code look like ?

1 visualización (últimos 30 días)
ruzaimah
ruzaimah el 14 de Mzo. de 2011
here i attach my progress work to create m file.but a few i dont know how to complete this. i want to perform a constellation diagram for 16qam modulation http://www.mediafire.com/?36t505ivp5tdcsl
tq for any one who can help me..

Respuestas (1)

jessica david
jessica david el 19 de Mzo. de 2011
M = 16; % Size of alphabet x = randint(1000,1,M); % Random signal
y = qammod(x,M);
X=awgn(y,10);%add Gaussian noise
%scatterplot(X);%plot constellation diagram

Categorías

Más información sobre Propagation and Channel Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by