Rais Akhmetsafin
Followers: 0 Following: 0
Feeds
已回答
How can I convert a system with delay from continuous to discrete and from discrete to continuous and the result be the same?
clc clear all tau = 0.7; ts = 0.5; H = tf(1,[1 1.8 .9],'InputDelay',tau) Hz = c2d(H,ts,'zoh') H1 = d2c(Hz,'z...
How can I convert a system with delay from continuous to discrete and from discrete to continuous and the result be the same?
clc clear all tau = 0.7; ts = 0.5; H = tf(1,[1 1.8 .9],'InputDelay',tau) Hz = c2d(H,ts,'zoh') H1 = d2c(Hz,'z...
6 years 前 | 0
已回答
How can I convert a system with delay from continuous to discrete and from discrete to continuous and the result be the same?
http://www.mathworks.com/matlabcentral/fileexchange/57265-inverse-z-transform-for-transfer-function-with-zoh-and-unknown-delay-p...
How can I convert a system with delay from continuous to discrete and from discrete to continuous and the result be the same?
http://www.mathworks.com/matlabcentral/fileexchange/57265-inverse-z-transform-for-transfer-function-with-zoh-and-unknown-delay-p...
7 years 前 | 0
已提交
Inverse Z-transform for Transfer Function with ZOH and unknown delay parameter
Convert model from discrete to continuous time with ZOH and unknown delay parameter
8 years 前 | 1 次下载 |