필터 지우기
필터 지우기

Gaussian with non unit variance

조회 수: 1 (최근 30일)
Negar
Negar 2011년 4월 1일
Hi , how can I define a zero-mean gaussian noise with non-unit variance? I know that this command: x= randn(1,100); gives me the normal distribution(zero mean and unit variance), but how to define it for variance equal to f.ex 0.36 ??
tnx a lot...

채택된 답변

Jos (10584)
Jos (10584) 2011년 4월 1일
Multiply the noise by the square root of the desired variance:
sqrt(MyVar) * randn(...)

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by