Use matlab to solve the following: A field-controlled DC motor can be described by the following differential...

70.2K

Verified Solution

Question

Electrical Engineering

Use matlab to solve the following:

A field-controlled DC motor can be described by the followingdifferential equation:

ay3(t)+by2(t)+cy1(t) =dx(t)

Where y(t) is the angle displacement of the motor’s load andx(t) is the applied voltage to the motor. The applied voltage is DCthat turns on at t = 0, which is a step function. Thevalues for a,b,c and d are derived from the model of the fieldcontrolled DC motor. This is a concept that is slightly advancedfrom this class. For now, go with this:

% Motor Parameters

J = .01; % Gain (positive)

f = .10; % Friction (0

Rf = 10;

Lf = .01;

kt = 10;

% System coefficients

a = J;

b = f+ J*Rf/Lf;

c = f*Rf/Lf;

d = kt/Lf;

(1) Plot the impulse response and the step response of thesystem.

(2) Analyze the plots by answering these questions:

(a)If an impulse is applied, how many degrees does the motorturn? And how long does it take to turn those degrees?

(b)After 1 minute of applying a step voltage (1 volt DC), howmany revolutions of the motor ? How many revolutions if the DCvoltage applied is 12 volts ?

(c)The only parameters we can control in the motor are J, f, andthe input voltage x(t). Play with these to evaluate the motor. Inother words try a few different sets of values for J, f, and theinput voltage x(t) and explain what happens.

Answer & Explanation Solved by verified expert
4.3 Ratings (642 Votes)
Hello Please findthe answer attached as under Please give a thumbs uprating if you find the answer useful Have a rocking dayahead Matlab Code dc motor characteristics Motor ParametersJ 01 Gain positivef 10 FrictionRf 10Lf 01kt 10 System coefficientsa Jb f JRfLfc fRfLfd ktLfG tfda b c 0subplot211impulseGgridsubplot212stepG60grid Study of effect of parameters J1 003 J2 007a1 J1b1 f J1RfLfG tfda b cG1 tfda1 b1 ca2 J2b2 f J2RfLfG2 tfda2 b2 cfprintf System response characteristics for J 001nstepinfoGfprintf    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students