transfer function in matlab editor
1 次查看(过去 30 天)
显示 更早的评论
hi,
how to make a square signal which represents the Load multiplied by a transfer function. X*G the transfer function is: Num=[(0.0011) (1/2700)]; Denum=[1 0]; G=(Num Denum);
the Load is: x = [0 1 2 2 4 4 5 5 6 6 8] t = [0 0 0 5 5 15 15 0 0 10 10]
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!