vali ghanbarzadeh
Followers: 0 Following: 0
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...
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...
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