Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Electrical & Electronics Expert

1: State-Space Models

Objective: Derive the state-space equations of electromechanical systems from first principles. Use Matlab/Oc- tave to represent state-space systems numerically and simulate their response to impulses and steps.

Problem 1 Permanent Magnet DC Motor with Gearbox

In this problem you will extend the model of the permanent magnet DC motor presented in class to include a gearbox as shown in the diagram below. The motor load in this case is modeled by the inertia JL and the damping coefficient BL instead of an external torque ΤL (t ). Using the Firestone analogy (see Reference Notes),

1992_Fig1.jpg

where torques and forces correspond to currents and velocities correspond to voltages, the above diagram can be turned into an electric circuit with linear elements and dependent sources whose dynamic equations are identi- cal to the equations of the original electromechanical system. I will refer to these analog circuits as generalized circuit diagrams. The generalized circuit diagram shown below corresponds to a permanent magnet DC motor driving a load through a gear box with a rigid axis. Note that capacitances represent moments of inertias, of the rotor and load, and conductances represent viscous-dampers.

This a consequence of choosing currents (Τm and ΤL ) to represent torques and voltages ωm and ωL ) to represent angular velocities. Dependent sources are used to model the magnetic coupling and ideal transforms to model the mechanical gear box as shown below

800_Fig2.jpg

In the generalized circuit diagram, va(t ) is the voltage input to the motor, ia(t ) the motor (armature) current, ωm, ωL the angular speed of the motor and load, respectively, La[H] the motor (armature) inductance, Ra [?] the motor (armature) resistance, Ki [N-m/A] the torque constant, Ke [V/rad/sec] the back-electromotive force constant, Bm [N-m sec/rad] the motor damping, Jm [Kg m2] the motor inertia, JL [Kg m2] the load inertia and BL [N-m sec/rad] the load damping. (Note: in SI units Ki = Ke = Km.) The (inverse) gear ratio is N : 1 (That is N = N1/N2, where Ni is the number of teth in the ith gaer)

Note: To obtain more compact state-space equations use the "derived parameters" Be = Bm + BL/N2 and Je = Jm + JL/N2 where appropriate. Electrical Engineering students should recognize Be and Je as equivalent impedances (after reflecting capacitances and conductances from the secondary to primary and combining)

a) Choosing ωm and ωL as outputs and (ia , θm , ωm , θL , ωL ) as states write the state-space equations of the system. Give your final answer in matrix form. (Hint: add the state equations for θm and θL once you are done with the derivation of the dynamic equations.)

Note: if your background is in Electrical or Computer Engineering you may find it easier to write the dynamic equations using nodal analysis. If your background is in Mechanical Engineering you can use free body dia- grams and assume "ideal gears" ( the gear inertias can be lumped in JL and its losses in BL )

b) Is the state ωL required? That is, if we remove the state ωL from state-equations, is it still possible to obtain ωL from the remaining states ? Explain.

c) Write a Matlab function called DCmotor.m that takes as input argument, pars, a structure with the parameters of the motor and their values and returns a state-space LTI object. Use the following prototype for your Matlab/Octave function

1 function G=DCmotor(pars);

2 DCmotor: Generates an LTI object of the state-space representation of a permanent

3 magnet DC motor with a gear box driving a load through a rigid shaft.
4
5 Usage: G=DCmotor(pars);
6
7 inputs: pars - a structure with the motor parameters as follows:
8 pars.Ra = Armature Resistance
9 pars.La = Armature Inductance
10 pars.Ki = torque constant
11 pars.Ke = bemf constant
12 pars.Bm = Motor damping
13 pars.N = reciprocal of gear ratio
14 pars.JL = Load inertia
15 pars.BL = Load damping
16 outputs: G - a state-space LTI object
17
18 Author:
19 Revised:
20
21 Check for correct number of input arguments
22 if nargin ~= 1
23 help DCmotor
24 return
25 end

d) Write a Matlab/Octave script, hw1_plots.m to generate one figure with the following three plots:

(a) The impulse response of the system when the output is the load position θL (t ); e.g., use [yimp,t] = impulse(G(1,1)).

(b) The step response when the output is the load velocity ωL (t ),e.g.; use ystp = step(G(2,1),t). (c)The sinusoidal response when when the output is the load position and the voltage input is va (t ) = 10 sin(5t ), t ≥ 0 ; use ysin = lsim(G(1,1), u, t).

To generate a single figure with the three plots use the subplot function. Make sure to label the plots properly,
e.g., using xlabel, ylabel and title).

For this part use the following parameter values (all in SI units): Ra = 3 ?, La = 0.03 H, Ki = 0.2 [Nm/A],

Ke = 0.2 Vs/rad, Jm = 0.02 Kgm2, Bm = 0.002 Nms/rad, JL = 0.003 Kgm2, BL = 1 Nms/rad and N = 12.

e) How is the impulse response plot related to the step response plot ? Why do they look similiar ? Explain.

f) In the impulse and step simulations you will observe that the output does not oscillate.

Is it possible to have an oscillatory impulse or step response by changing the parameters of the motor ? Explain

(Hint: Do not change the parameters blindly, instead analyze the problem using your understanding of the physics of the system and or of the equivalent generalized circuit that describes it)

Electrical & Electronics, Engineering

  • Category:- Electrical & Electronics
  • Reference No.:- M91954210
  • Price:- $120

Guranteed 48 Hours Delivery, In Price:- $120

Have any Question?


Related Questions in Electrical & Electronics

1 a name the three major groups of contamination and

1. (a) Name the three major groups of contamination and briefly describe their physical characteristics. (b) Where do the above contamination types come from? Give one example of each. 2. Name two processes metrics which ...

Problem 1given a sequence xn for 0lenle3 where x0 1 x1 1

Problem # 1: Given a sequence x(n) for 0≤n≤3, where x(0) = 1, x(1) = 1, x(2) = -1, and x(3) = 0, compute its DFT X(k). (Use DFT formula, don't use MATLAB function) Problem # 2: Use inverse DFT and apply it on the Fourier ...

1 goalin this project you will solve a non-trivial design

1 Goal In this project you will solve a non-trivial design problem explicitly using the divide-and-conquer (D&C) approach. The main reason for using the D&C approach is the ease of the design process and the streamlined ...

Question -i a star-connected three-phase synchronous

Question - (i) A star-connected, three-phase synchronous induction motor takes a current of 10 amps from a 415 volt supply at unity power factor when supplying a steady load. If the synchronous reactance is 5 ohms/phase ...

Nanotechnology engineering program assignment - passive

Nanotechnology Engineering Program Assignment - Passive Filters Q1) Determine what type of filter is in circuit shown. Calculate the cutoff frequency f c . Q2) Determine what type of filter is in circuit shown. Calculate ...

Assignment - power distribution system transformerscomplete

Assignment - Power Distribution System Transformers Complete your calculations, drawings, and answers, neatly handwritten on these sheets and hand in at the start of lecture in week 6. Absolutely no late submissions will ...

Question 1 a pnp transistor withnbspbeta 60 is connected

Question 1. A pnp transistor with β = 60 is connected in a common-base configuration as shown in figure P5.8 (a) The emitter is driven by a constant-current source with I E = 0.75 mA. Determine I B , I C , α, and V C . ( ...

1 a name the three major groups of contamination and

1. (a) Name the three major groups of contamination and briefly describe their physical characteristics. (b) Where do the above contamination types come from? Give one example of each. 2. Name two processes metrics which ...

Problem 1 a two-phase servomotor has rated voltage applied

Problem 1: A two-phase servomotor has rated voltage applied to its excitation winding. The torque speed characteristic of the motor with Vc = 220 V, 60 Hz applied to its control phase winding is shown in Fig.1. The momen ...

Question 1for the ce amplifier in figure 1 given the

Question 1 For the CE amplifier in Figure (1), given the following component parameters: Parameter Value β DC , β AC 150 V BE 0 . 7 V V CC 12 V R C 820 ? R E 1 100 ? R E 2 220 ? R 1 20 k? R 2 5 . 2 k? R L 100 k? C 1 , C ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As