📄 sigres.m
字号:
% SIGRES Function to plot the signal response of a complex system
%
% SIGRES (x, y) plots the magnitude of the signal response of the system
% which created Y when given X.
%
function[] = sigres(x,y)
[txy,f]=tfe(x,y);
plot(-pi:2*pi/(length(f)-1):pi,20*log10(abs(fftshift(txy))));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -