Lecture 17/18 Sampling Theory/2D Curves Flashcards

1
Q

What is sampling?

A

Sampling: capturing the value of a function at specific points

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

What are examples of regular sampling?

A

1D: digitised music
2D: digitized pictures
3D: voxel volumes
4D: video (3 space + 1 time)

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

What are examples of Irregular sampling

A

1D: Gieger counters, buses
2D: cities on a map
3D: bees in a swarm
ND: lots of data!

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

How can the original continuous function be RECONSTRUCTED from samples?

A

Want to reconstruct the original continuous signal from samples.
This is done using convolution, here a linear kernel is used.

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

What are the issues that might occur when reconstructing a continuous function from samples?

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

Aliasing in terms of frequency is caused as follows:

A

Aliasing is caused by using low sampling frequency to sample a high-frequency function.

Aliasing can effect all signals

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

Visualise spatial and temporal aliasing

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

What is the The Nyquist Limit?

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

What is the Nyquist–Shannon sampling theorem?

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

What function kernel is needed for the sampling theorem to be obeyed?

A

If the sampling theorem is obeyed,it is possible to reconstruct the continuous signal exactly from its discrete samples.

A sinc function kernel is needed sinc(x) = sin(px)/ (px)

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

How can aliasing be avoided?

A

Two things:

Low pass filter
+ This removes troublesome high frequency components
- But blurs the signal

Add noise !!
+ Used in ray-tracing and other areas of graphics
- Possibly counter intuitive
~ Basic idea is to “scramble” the picture just a little, so it looks less regular

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

How can aliasing be removed by sample rate alteration?

A

Naïve downsampling causes overlapping (aliased) spectra

Higher sample rates move overlapping spectra further apart in frequency domain, thus reducing aliasing

…eventually overlap doesn’t matter

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

How to remove aliasing if the sample size cannot be altered?

A

remove high frequencies in spectrum
i.e. low-pass filter signal
e.g. Gaussian blur

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

How does a low pass filter remove aliasing?

A

overlapping spectra without filtering:
- low-pass filter can narrow the spectrum enough to eliminate overlap
- produces a well-sampled representation of the filtered signal
Avoids aliasing artefacts, but loses high frequencies

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