필터 지우기
필터 지우기

How to do Gaussian walk perturbation?

조회 수: 3 (최근 30일)
Saed
Saed 2012년 11월 15일
Hello,
In a paper it is said the following:
"The channel is simulated ... with L=10. The channel coefficients are obtained by independently generating each of the taps according to an exponential power delay profile ... . Time variations are then obtained by perturbing the resulting coefficients by means of a zero-mean Gaussian random walk with tunable variance."
How to do the bold part in MATLAB?
I generated the channel coefficients as:
if true
h=(1/sqrt(2*(L+1))).*(randn(L+1,1)+1i.*randn(L+1,1));
end
Now I need to add time variability by means of zero-mean Gaussian random walk. How?
Thanks

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by