ch11_c.m

来自「线性调频信号通过匹配滤波器的程序 还有一些simulink仿真模型」· M 代码 · 共 12 行

M
12
字号
% Initialize the system parameters and obtain the% model characteristics%% System parametersl = 0.5 ;   % Pendulum lengthg = 9.8 ;   % Gravitym = 0.1 ;   % Pendulum bob massM = 2 ;     % Cart mass% Get the model characteristics[sizes,x0,states] = sysmdl_h([],[],[],0)

⌨️ 快捷键说明

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