Zero Mean White Gaussian Noise with Covariance Matrix Given

조회 수: 25 (최근 30일)
Bakul Jangley
Bakul Jangley 2021년 7월 6일
답변: Bjorn Gustavsson 2021년 7월 6일
I need to generate a zero mean white gaussian noise (vk, 3x1) with the covariance matrix as .
This is what I did:
noise = rand(3,1);
cmatrix = cov(noise);
vk = cmatrix*noise;

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2021년 7월 6일
Check the help and documentation for mvnrnd.
HTH

카테고리

Help CenterFile Exchange에서 Detection에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by