Section 2 Flashcards

1
Q

What is a transfer function?

A

A mathematical function that models the systems output for every possible input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is meant by discrete time?

A

In discrete time variables are viewed as having values at distinct seperate points in time. They are unchanged thoughout each non-zero region of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a model?

A

A scientific hypothesis about the behaviour of the system under study.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why do we model systems?

A
  • Scientific understanding
  • Forecasting
  • Simulation
  • Management and operational planning
  • Optimisation
  • Control system design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

There are many times of model, how do we know which is the right one?

A

There is no one right model. The most appropriate model for a given case will depend on the project objectives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the main assumption of Linear Systems Theory?

A

Linear Systems Theory assumes a cause and effect relationship between the input and output variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three types of linear model?

A
  1. Mechanistic model
  2. Black box model (data based models)
  3. Grey box model

Can you define them?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Write the first order, discrete time difference equation
Bonus: show the steps to find the transfer function equivalent

A

y(k)=-ay(k-1)+bu(k-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the backwards shift operator ‘z’ represent?

A

A single sample time delay.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the difference between a transfer function and difference equation?

A

A transfer function gives the output as a function of the control input.
The transfer function gives the output in as a function of previous outputs and inputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Write the generalized differential equation.
Bonus: show the steps to find the generalized transfer function

A

y(k)=-a(1)y(k-1)-a(2)y(k-2)-…-a(n)y(k-n)+b(0)u(k)+b(1)u(k-1)+…+b(m)u(k-m)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can you tell the order of a model from the difference or transfer function?

A

The model order depends on the output terms. For example the generalized form is nth order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can you tell the time delay of a model from the difference equation or transfer function?

A

The order of the lowest input term is equal to the number of samples time delay.
Eg: if the equation has b(0)u(k) term there is no delay
If the first output term is b(3)u(k-3) then there is a delay of 3 samples

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the units of the Stead State Gain?

A

The Steady State Gain has no units, it is the ratio of the output to input at steady state.
The Steady State Value however will have units depending on the system in question.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define Steady State

A

When the output has settled towards a constant value as time tends towards infinity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can you find the Stead State Gain?

A

In the transfer function, replace all values of z with 1.
Because: if there is no change between output values then y(k)-y(k-1)=0
Therefore: y(k)*(1-z(-1))=0
Therefore 1-z(-1) = 0
Therefore z(-1)=1

17
Q

Define Time Constant

A

For First Order systems the Time Constant is the time taken to reach 63% of the Steady State value.
T=-deltat/loge(-a1)

18
Q

Define Stable System

A

If a system that is initially in equilibrium is disturbed, it is said to be stable if it eventually returns to an equilibrium condition.

19
Q

Describe the steps to find the poles of a model and whether the system is stable

A
  1. Find the characteristic equation by taking the characteristic polynomial (Transfer Function denomination) and setting it eqaul to 0.
  2. Convert to the Z domain by multiplying through by Z. Algebraic rules apply.
  3. Solve for Z. If the magnitude of each pole is less than 1 the system is stable. If a pole = 1 the system is marginally stable and if any pole is greater than 1 the system is unstable.
20
Q

What does the presence of complex poles indicate?

A

That a model might exhibit oscillatory behavior.

21
Q

What does the lack of complex poles indicate?

A

That a model will be exponential (stable or unstable).

22
Q

What is a non-minimum phase system?

A

If the zeros (roots of the transfer function numerator) are greater than 1 the system is non-minimum phase.
Non-minimum phase systems sometime respond strangely to inputs. For example by initially responding in the opposite direction (negative) before correcting after a few samples.

23
Q

How can you simplify two Transfer Functions in series in Block Diagram Analysis?

A

Series Transfer functions can be multiplied together.

24
Q

Prove the Negetive Feedback Rule for Block Diagram Analysis

A

Should result in :
X=U(G1/1+G1*G2)