Difference between revisions of "Talk:Controls/Lab/MotorSim"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
For the TransferScript1624, if you define Gpos using tf(num, denom), the lsim(S*Gpos, eModel, tModel) will only run correctly if you define s = tf('s') prior. | For the TransferScript1624, if you define Gpos using tf(num, denom), the lsim(S*Gpos, eModel, tModel) will only run correctly if you define s = tf('s') prior. | ||
+ | |||
+ | 7.6.2 While investigating changes in the pulse time period, the written part of the lab says to change T to 0.04, but the code states T = 0.004. I suggest investigating both. |
Revision as of 14:28, 31 March 2011
For the TransferScript1624, if you define Gpos using tf(num, denom), the lsim(S*Gpos, eModel, tModel) will only run correctly if you define s = tf('s') prior.
7.6.2 While investigating changes in the pulse time period, the written part of the lab says to change T to 0.04, but the code states T = 0.004. I suggest investigating both.