产生均值为0,方差为0.1服从高斯分布的白噪声

2019独角兽企业重金招聘Python工程师标准>>> html clear; u=randn(1,50000); u=u*sqrt(0.1); power_u=var(u); subplot(211) plot(u(1:200)); grid on xlabel('n') ylabel('x(n)') subplot(212) hist(u,50); grid on ylabel('histog
相关文章
相关标签/搜索