Rais Akhmetsafin
Followers: 0 Following: 0
統計
All
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | ダウンロード 1 件 |