Question: MATLAB Problem. Please help me with step by step instructions if possible! Create an m file called motor_model.m that initializes the motor parameters: Rm =

MATLAB Problem. Please help me with step by step instructions if possible!

Create an m file called motor_model.m that initializes the motor parameters:

Rm = 2.6 Lm = .18e-3 kt = 7.68e-3 Vnom = 6 km = 7.68e-3 Kg = 70 nm = 0.69 ng = 0.90 Jmrotor = 3.90e-7 Jtach = 7.06e-8 Jeq = 0.00213 Beq = 0.015

a.) Create the transfer function, called P using equation 1.1.1. below. Use num, den, and tf.

MATLAB Problem. Please help me with step by step instructions if possible!

b.) Generate and plot angular velocity time response, wl(t), with step input of 5V, for t=0:.01:0.75]. Here is a sample code:

Create an m file called motor_model.m that initializes the motor parameters: Rm

c.) Calculate and plot the angular load position:

= 2.6 Lm = .18e-3 kt = 7.68e-3 Vnom = 6 km

One way to do this is to cascade 1/s to the transfer function P in (1). First define integrator transfer function as tf([1], [1 0]). Follow similar steps using lsim to generate l(t).

d.) Calculate and plot the motor angular velocity wm(t) and position m(t), using Eq. (1.1.15).

= 7.68e-3 Kg = 70 nm = 0.69 ng = 0.90 Jmrotor

e.) Calculate and plot motor current Im(t) (using Eq. 1.1.5).

= 3.90e-7 Jtach = 7.06e-8 Jeq = 0.00213 Beq = 0.015 a.)

f.) Calculate and plot back emf voltage eb(t) (using Eq. 1.1.2).

Create the transfer function, called P using equation 1.1.1. below. Use num,

g.) Calculate and plot motor torque taum(t) (using Eq. 1.1.21).

den, and tf. b.) Generate and plot angular velocity time response, wl(t),

h.) Plot motor toque vs. angular velocity using results from (d) and (g). This is known as torque curve. What are the stall torque and no-load velocity? (Tip: need to extrapolate line manually to cross x-axis to determine wm-noload)

(s) K Vm (s) (Ts +1)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!