photo

vali ghanbarzadeh


Last seen: alrededor de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • First Answer
  • Revival Level 1
  • Explorer

Ver insignias

Feeds

Ver por

Respondida
simulate the log normal fading process over distance based on the auto correlation model
Xc = 20; ss = .01; y = wgn(1,200*(1/ss)); for i = 1:length(y) x(i) = y(i); for j = 1:i x(i) = x(i)+exp(-(i-j)/Xc)*y(j); e...

casi 5 años hace | 0

Respondida
simulate the log normal fading process over distance based on the auto correlation model
Xc = 20; ss = .01; y = wgn(1,200*(1/ss)); for i = 1:length(y) x(i) = y(i); for j = 1:i x(i) = x(i)+exp(-(i-j)/Xc)*y(j); e...

casi 5 años hace | 0