ch11_h.m
来自「线性调频信号通过匹配滤波器的程序 还有一些simulink仿真模型」· M 代码 · 共 11 行
M
11 行
% Set the parameters for the rotating pendulum.% Verify the ordering of the states.% System parametersl = 0.3 ; % Pendulum length (meters)I_m = 0.75 ; % Motor moment of inertia (kilograms*meters^2)g = 9.8 ; % Gravity (meters/sec^2)m = 0.2 ; % Pendulum bob mass (kg)[sizes,x0,states]=sysmdl_k([],[],[],0) ;states
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?