Emiliano martin
Followers: 0 Following: 0
Feeds
已回答
Find poles and zeros of transfer function
clear all close all clc s=tf('s'); TF_Sys=8/s(2*s+1)*(.05*s+1); figure (1) pzmap(TF_Sys) is giving me an arr...
Find poles and zeros of transfer function
clear all close all clc s=tf('s'); TF_Sys=8/s(2*s+1)*(.05*s+1); figure (1) pzmap(TF_Sys) is giving me an arr...
2 years 前 | 0