Examples of Waveform Sampling
July 8, 2019
Back to: Sampling & Reconstruction
Typically, sampling involves taking measurements of a waveform at regular intervals and structuring these measurements as a sequence of values. The length of this interval is called the period and is often represented as π or π with the unit seconds. The rate 1/π is called the sample rate and is often denoted as π₯s with the unit hertz (Hz).
The following is an example of sampling a cosine.
Sampling a Cosine (Ex. 1)
Suppose we have a waveform, w(t), that is a 100Hz cosine such that w(t) = cos(2π100t).
Sampling at π₯s = 4 x fh = 400Hz (Figure 1.3) yields the sample sequence:
(1)
Similarly, sampling at π₯s = 6 x fh = 600Hz (Figure 1.3) yields the following sequence:
(2)
Although these two sequences are different, either can be used to perfectly reconstruct the original waveform w(t).
Retaining the Sample Rate
If a sampled signal is to be processed and eventually reconstructed, retaining the knowledge of the sample rate is extremely important. The concept of duration in time is lost without the knowledge of the sample rate during sampling, even though the time-ordering of the samples is preserved (e.g., y(1) occurred earlier in time than y(2)). Our second example further illustrates this point.
Sampling a Cosine without the Sample Rate (Ex. 2)
Suppose we have a waveform w1(t) that is a 1Hz cosine such that w1(t) β cos(2πt). Sampling at 4Hz (Figure 1.4) yields the sequence:
(3)
Similarly, a waveform w2(t) that is a 100Hz cosine such that w2(t) β cos(2π100t) sampled at 400Hz (Figure 1.4) yields the sequence:
(4)
The two sequences are identical (y1(n) = y2(n)) despite the fact that w1(t) is oscillating 100 times faster than w2(t) in real-time.Β Thus, we must know the value of the sample rateΒ to properly reconstruct the waveform in the real world.