matlab怎么实现正弦波和一个白噪声的叠加?求代码

主要是噪声的生成和叠加

t=0:.1:4*pi;
y=sin(t)+rand(1,length(t));

plot(t,y);

温馨提示:答案为网友推荐,仅供参考
相似回答