p214.m
来自「this is chapter 2 this is chapter numbe」· M 代码 · 共 7 行
M
7 行
clear; clc;
%P2.14b
nx = 0:3; % Index for sequence x(n)
x = 1:4; % Sequence x(n) = {1,2,3,4}
nh = 0:2; % Index for impulse h(n)
h = 3:-1:1; % Sequence h(n) = {3,2,1}
[ytilde,H]=conv_toe(h,x);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?