Effacer les filtres
Effacer les filtres

How to do Gaussian walk perturbation?

3 vues (au cours des 30 derniers jours)
Saed
Saed le 15 Nov 2012
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
  1 commentaire
Saed
Saed le 22 Nov 2012
Any help, please?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur NaNs dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by