📄 results.m
字号:
%results.m%Niranjan Damera-Venkataa0=[-9.8608 -23.8060];b0=[-23.8060 -9.8608];a1=[-22.1834 -41.0461];b1=[-24.9044 -0.2474];i=linspace(0,1,100); figure;plot(i,stepresp(i,a1,b1,[],[],1),'r');hold on;plot(i,stepresp(i,a0,b0,[],[],1));hold off;xlabel('Time t(sec)');ylabel('Amplitude');title('Step Response of optimized filter and initial guess');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -