跳跃酒窝

文章
7
资源
0
加入时间
2年10月21天

matlab取模与取余

mod函数采用floor,rem函数采用fix函数。那么什么是floor和fix?fix(x):截尾取整。如:>> fix([3.4 , -3.4])ans =3 -3floor(x):高斯取整(不超过x的最大整数)。如:>> floor([3.4 , -3.4])ans =3 -4PS:顺便再说下另外两个取整函数ceil...

直流电机双闭环调速系统MATLAB仿真

Chopper-Fed DC Motor DriveThis example shows a Chopper-Fed DC Motor Drive.DescriptionThe DC motor is fed by the DC source through a chopper which consists of GTO thyristor and free-wheeling diode ...