examp04.m
来自「ADSP TOOLBOX: Version 2.0 and gui m-file」· M 代码 · 共 9 行
M
9 行
clc,echo on
%EXAMPLE 04
t=-2:0.05:4; % Create time axis.
x=2*ustep(t+1)-uramp(t+1)+uramp(t-1); % Create signal x.
[t1,y]=operate(t,x,-2,5); % Generate y=x(-2t+5).
plot(t,x,t1,y),grid % Overplot
echo off %end of example
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?