当前位置:网站首页>Finding the finite zero point of transfer function under different sampling periods
Finding the finite zero point of transfer function under different sampling periods
2022-07-27 11:45:00 【char~lie】
Given a transfer function 
stay T=[0.0001,0.1] The value in the range is , Sampling uses a zero order holder , Find finite zero .
num=[1];
den=conv([1,1],conv([1,10],[1 100]));
T=logspace(-6,-1,500);
numd=rand(500,4);
dend=rand(500,4);
z=rand(2,500);
for i=1:1:500
[numd(i,:) dend(i,:)]=c2dm(num,den,T(i),'zoh');
z(:,i)=roots(numd(i,:));
end
semilogx(T,z(1,:),'k-');
hold on
semilogx(T,z(2,:),'r-');
text(10^(-6),z(1,1),num2str(z(1,1)))
text(10^(-6),z(2,1),num2str(z(2,1)))
result :
边栏推荐
- The difference between extern and static
- 源码编译安装LAMP
- Stm32f10x -- C Language-1
- IDEA: Can‘t use Subversion command line client:svn 解决方案
- Moveit2 - 5. Scenario Planning
- Digital triangle model acwing 1018. Minimum toll
- 局域网SDN硬核技术内幕 24 展望未来——RDMA(中)
- 请教大佬们,请问用flink sink数据到mysql有事务控制吗?如果在一个checkpoint时
- 箱型图介绍
- Markdown editor syntax - setting of text color, size, font and background color (Reprint)
猜你喜欢

Interval problem acwing 906. Interval grouping

PWM的原理和PWM波的产生

Beyond Compare 3 下一个差异段/向下搜索箭头 找不到了

Keil MDK编译出现..\USER\stm32f10x.h(428): error: #67: expected a “}“错误的解决办法

Vscode removes style / syntax highlighting / code highlighting / black background when copying code

求不同采样周期下的传递函数有限零点

第10章 枚举类与注解

【无标题】多模态模型 CLIP

82.(cesium之家)cesium点在3d模型上运动

Codeforces round #664C
随机推荐
LeetCode-SQL练习题总结(MySQL实现)
箱型图介绍
(5) Printf (instead of echo)
SQL statement learning and the use of pymysql
暂用 Solo,博客选择困难
w.r.t. ; i.e.;etc.;e.g.是什么意思
基于反馈率的控制系统原理
Beyond Compare 3 下一个差异段/向下搜索箭头 找不到了
Gaussian elimination acwing 884. Gaussian elimination for solving XOR linear equations
(9) Shell I / O redirection
【Unity入门计划】CreatorKitFPS:第一人称射击3D小游戏
本地虚拟机初始化脚本
C programming language (2nd Edition) -- Reading Notes -- 1.3
(4) Operator
When std:: bind meets this
(7) Process control
微机和单片机的区别
CTF crypto RSA getting started
Smart pointer (shared_ptr, unique_ptr, weak_ptr)
什么是私域流量?