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 (최근 30일)
이전 댓글 표시
H = comm.MIMOChannel(...
'SampleRate',1000, ...
'PathDelays',[0 1e-3], ...
'AveragePathGains',[0 -5], ...
'MaximumDopplerShift',5, ...
'SpatialCorrelation',false, ...
'NumTransmitAntennas',Nt, ...
'NumReceiveAntennas',Nr,...
'PathGainsOutputPort',true,...
'NormalizeChannelOutputs',false);
댓글 수: 1
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Link-Level Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!