Borrar filtros
Borrar filtros

I am trying to write matlab code for MIMO communication in frequency selective rayleigh fading channel enviorment,using comm.mimochannel system object. For equalization I need H values. How to get values of H if H is obtained as below

2 visualizaciones (últimos 30 días)
H = comm.MIMOChannel(...
'SampleRate',1000, ...
'PathDelays',[0 1e-3], ...
'AveragePathGains',[0 -5], ...
'MaximumDopplerShift',5, ...
'SpatialCorrelation',false, ...
'NumTransmitAntennas',Nt, ...
'NumReceiveAntennas',Nr,...
'PathGainsOutputPort',true,...
'NormalizeChannelOutputs',false);

Respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by