FÖRELÄSNING V.3 TRUE/FALSE Flashcards

1
Q

Signals are transferred in digital format among ECUs.

A

TRUE

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

In general, by digitizing a signal, we lose information.

A

TRUE

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

Sample frequency is an indicator of how much information we “lost” in term of time-resolution.

A

TRUE

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

The number of bits of a digital signal inform us about its resolution and the quantization error

A

TRUE

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

If we convert an analog signal to digital and use 10 bits, the digital signal can only represent 1024 values.

A

TRUE

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

Using an extremely high sampling frequency and large bit resolution is the best solution to code digital signals because we lose the least amount of information.

A

FALSE

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

In a normal distribution mean and median are the same.

A

TRUE

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

Not all signals can be represented as a distribution

A

FALSE

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

RMS and standard deviation have the same value for infinite signals with mean equal to zero.

A

TRUE

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

By representing a signal as a distribution, we can visualize the probability for the signal to assume different values

A

TRUE

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

In a normal distribution, most of the samples are within one standard deviation from the mean.

A

TRUE

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

In a normal distribution the probability for a sample to be within one standard deviation is >76.32 %.

A

FALSE

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

Digital information is transferred on the CAN bus (with analog signals).

A

TRUE

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

ECU may communicate in different ways, a common one being via the CAN bus.

A

TRUE

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

The (CAN) bus reduces the wiring needed to connect all sensors and ECUs.

A

TRUE

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

The CAN bus is very robust.

A

TRUE

14
Q

It is possible to log and access the CAN bus in real time with a PC

A

TRUE

15
Q

Each frame has a different priority which is used to avoid frame collisions on the CAN bus.

A

TRUE

16
Q

The DBC files explain the priority of the different ECUs

A

FALSE

17
Q

A moving average filter is more robust than a median filter

A

FALSE

18
Q

Digital filtering is implemented using mathematical functions.

A

TRUE

19
Q

A first-order low-pass filter is an exponentially weighted moving average filter.

A

TRUE

20
Q

A high-pass filter stops high-frequency noise

A

FALSE

21
Q

A first-order low pass filter introduces a delay and this delay is larger the higher the frequency is.

A

TRUE

22
Q

The cut-off frequency of a low-pass filter gives an indication of which frequencies we may expect to pass or not pass through that filter

A

TRUE

23
Q

If a frequency f is attenuated by 60 dB by a filter it means that on the output we will only see only one millionth of the amplitude of f

A

TRUE

24
Q

A Kalman filter is an algorithm for optimal state estimation for linear systems in which controls and
measures are affected by gaussian noise

A

TRUE

25
Q

It is sufficient one single measure (either a control or an output to implement Kalman filtering)

A

FALSE

26
Q

Kalman filtering is used for sensor fusion in active safety systems.

A

TRUE

27
Q

Kalman filters work in two steps, prediction and correction

A

TRUE

28
Q

Kalman filters make the best out of the known information by determining which information we should trust the most (at each loop) to estimate our state

A

TRUE

29
Q

Unscented KF and extended KF provide an alternative to Kalman filter when the error is not gaussian.

A

FALSE

29
Q

Particle filters are very general, they do not require for a system to be linear nor for the error to be gaussian
distributed, but they are very computationally demanding.

A

TRUE