Community Profile

photo

Rais Akhmetsafin


Last seen: ongeveer 2 maanden ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • Explorer
  • First Review
  • First Submission
  • First Answer

View badges

Feeds

View by

Answered
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...

ongeveer 6 jaar ago | 0

Answered
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...

ongeveer 7 jaar ago | 0

Submitted


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

bijna 8 jaar ago | 2 downloads |

Thumbnail