exa1_51.m
来自「连续信号及其Matlab实现,包括单位冲激信号,单位阶跃函数等」· M 代码 · 共 7 行
M
7 行
% exa1-51_Lattice_FIR.m for example 1-51
% Lattice structure FIR system
clear all;
b=[0.3 0.2]; %sytem parameter
tf2latc(b) %solve lattice structure reflectance
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?