Systems: Properties Flashcards

1
Q

When is a system memoryless?

A

If the output only depends only on the present input.

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

When is a system said to have memory?

A

A system is said to have memory if the current output depends on past as well as the present input.

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

When is a system causal?

A

A system is causal if and only if the current output is only a function of past and present inputs and not future inputs.

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

When is a system invertible?

A

If the input signal can be recovered from the output signal. For this, distinct inputs have to lead to distinct outputs (one-to-one mapping). e.g. y = x^2 is non invertible as we cannot determine the sign of the input.

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

What is BIBO stability?

A

For every bounded input x, the output y is also bounded. (Bounded Input-Bounded Output)

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

How can we confirm whether a system is BIBO unstable?

A

To show a system is not BIBO stable, we only need to find a single input which leads to an unbounded output.

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

Is the following system BIBO stable? Explain why. y(t) = tx(t)

A

No - it is not BIBO stable. For a constant input x = 1 (bounded), output y = t (unbounded).

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

How do we determine whether a system is linear?

A

If the following to properties hold:

  1. Homogeneity: F(au) = aF(u)
  2. Additivity: F(u+v) = F(u) + F(v)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does linearity mean for a signal?

A
  1. Scaling before or after the system is the same
  2. Summing before or after the system is the same
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is linearity also known as?

A

Superposition property

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

What is the method for testing the additivity of a system?

A
  1. Define 2 arbitrary inputs (called x1 and x2)
  2. Find their associated outputs (called y1 and y2)
  3. Check what the output y3 is if the input is x3 = x1+x2
  4. The system is linear if superposition principle holds for y3 = y1+y2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is a system time invariant?

A

A system is time invariant if a time shift in the input results in a time shift in the output.

y(t - a) = F[x(t - a)]

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

What is the method for determining whether a system is time invariant?

A
  1. Input x(t) into the system
  2. Obtain y(t)
  3. Shift y(t) in time by replacing all t with t - a, which is the output we expect to get if the system is time invariant
  4. Shift x in time so that x(t-a)
  5. Input x(t - a) into the system to get an output y
  6. Compare the y from step 3 and step 5, if they are the same the system is time invariant.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly