フィルターのクリア

Generating Uncorrelated fading channel coefficients using complex gaussian distribution ~CN(0,1)

6 ビュー (過去 30 日間)
Kavya
Kavya 2023 年 7 月 20 日
編集済み: Kavya 2023 年 7 月 20 日
I donot have communication toolbox for this. I want to generate channel state information or channel coefficients randomly from complex gaussian distribution. The values of my channel coefficients must be uncorrelated to each other. How shall I implement this?(like the rayleigh fading model)
I have implemented a function which gives me complex numbers as channel coefficient matrix. But I want my channels to be uncorrelated to each other. How can i fix this?
function result =channel(R,T)
rp=1/sqrt(2)*randn(R,T);
imgp=1/sqrt(2)*randn(R,T);
result=rp+1j*imgp;
end
%function to generate complex gaussian distributed channel coefficients
%~CN(0,1)
%the channel coefficients must be uncorrelated
%it is a fading channel model

回答 (0 件)

カテゴリ

Help Center および File ExchangeLink-Level Simulation についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by