基于MATLAB的语言文件名:Rsum1all.m clear,close all %无随机取,取1到9个连续整周波扰动,在十个整周波上,(含噪),200个测试集,全部模型w=100*pi; %t=1:1/1040:1.2; t=0:1/6400:0.2;%取1028 2^10=1024 t1=0.071; t2=0.142; %pure sin %figure(1); % subplot(5,1,1); u01=sin(w*t); u0=awgn(u01,25); % plot(t,u0);