photo

vali ghanbarzadeh


Last seen: 11 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer
  • Revival Level 1
  • Explorer

查看徽章

Feeds

排序方式:

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0