photo

vali ghanbarzadeh


Last seen: 11 maanden ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1
  • Explorer

View badges

Feeds

View by

Answered
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...

meer dan 4 jaar ago | 0

Answered
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...

meer dan 4 jaar ago | 0