搜索资源列表
Rayleigh2
- Rayleigh语言编程,实现其信道仿真,能比较好的出现仿真图象.在采用P=100,M=10000,fm=150Hz,fs=3kps,bias=0.00000001条件下函数Rayleigh_fading()所产生的瑞利衰落信道仿真。-Rayleigh programming language, to achieve its channel simulation. there can be a relatively good image simulation. the introduction
circle.m
- function circle(cx, cy, r, linetype) N = 150 x = zeros(1,N+1) y = zeros(1,N+1) for n=1:N+1 x(n) = cx + r*cos(2*pi*n/N) y(n) = cy + r*sin(2*pi*n/N) end hold on plot(x, y, linetype) hold off -function circle(cx, cy, r, lin