⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c1ex15.m

📁 数字信号处理Matlab实现?中藕糯鞰atlab实现数字信号处理Matlab实现
💻 M
字号:
%	Example 1-15%t = -10:.005:10;  x = stp_fn(t - 2);  		% Generate step starting at t = 2y = impls_fn(t + 3, 0.05);  	% Generate unit impulse at t = -3z = 2*rmp_fn(4 - t);  		% Generate backwards ramp starting at t = 4subplot(3,1,1),plot(t,x),axis([-10 10 0 1.5]),xlabel('t'),ylabel('u(t - 2)')subplot(3,1,2),plot(t,y),axis([-10 10 0 25]),xlabel('t'),ylabel('delta(t + 3)')subplot(3,1,3),plot(t,z),xlabel('t'),ylabel('r(4 - t)')

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -