Skip to main content

Popular posts from this blog

Open Loop Analysis of the PMDC Motor

Hello friends !!! i am here to share my project work with you.   i have done a comparative analysis of PMDC motor  to  show the variation in response by changing its parameters.. the introduction of PMDC motors can be view by checking the page linked on this page. we'll start with open loop analysis of the motor. Open Loop Analysis of the PM DC Motor The open loop analysis is done using MATLAB ® . Open loop analysis using MATLAB ® .m-file With the aid of the PM DC motor parameters provided, the open loop analysis us done by considering the stability factors and making the necessary plots for this analysis. This includes the step response and the bode plot diagram. For this purpose, separate m files were created for the constants, file to change these constants and the main files. constants.m % start of code % motor parameters L = 0.12 R = 7 Kt = .0141 J = 1.6e-6 Ke = .0141 B = 6.04e-6 % end of code The above file generated constants.m stores the relevant constants des