• 大小: 1.02MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-29
  • 语言: 其他
  • 标签: signals  &  sy  

资源简介

信号与系统实验报告4连续时间LTI系统的复频域分析实验,有总结,有代码

资源截图

代码片段和文件信息

% Program4_1
% This program plots the zero-pole diagram of an LTI system described
% by the linear constant-coefficient differential equation
clear close all
b = 262;
a = [1 10 48 148 306 401 262];
subplot (221)
splane (ba)
title (‘The zero-pole diagram‘)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         268  2017-07-01 16:19  Q4_1.m
     文件         703  2017-07-01 16:21  Q4_2.m
     文件         445  2017-07-05 22:07  Q4_3.m
     文件         742  2017-07-01 16:17  splane.m
     文件         164  2017-06-17 15:35  u.m
     文件     1152222  2018-08-16 23:04  实验报告4连续时间LTI系统的复频域分析.docx

评论

共有 条评论