Lab 8: Convolution TIMS

Qifan Wang

1 Introduction

This lab would be focusing on using Z-transform module. Applying Z-transform to unit step signal would results in unit delay, and by adding multiple delayed signal together the result is equivalent to convolution.

2 Procedures

2.1 Setting up

The 8.33kHz TTL Master Signals is divided by 8 using Digital Utilities module which results in an approximately 1kHz signal, used as the CLK input of the Sequence Generator.

The SYNC output from the Sequence Generator is amplified to 1V.

According to TIMS manual the SYNC output indicates the start of a random sequence generated by Sequence Generator, and the default length is 32, thus the output is 1 pulse every 32 periods, shown in Figure 2.1.1, Sync function output.

1 pulse every 32ms
Figure 2.1.1 Sync function output

2.2 Unit pulse response

Adding the original signal with delayed pulse signals results in the Figure 2.2.1, Delayed input signals. From left to right they are h[0], h[1], h[2]. The summed output is in Figure 2.2.2, Added output signals.

h[0], h[1], h[2]
Figure 2.2.1 Delayed input signals
output, in red
Figure 2.2.2 Added output signals
Table 2.2.1 Amplitude of input signals in the output
Label Input amplitude Output amplitude
h[0] 0.3 260mV
h[1] 0.5 400mV
h[2] -0.2 -200mV

2.3 The superposition sum

In this part we extend the pulse width to twice of the original, and the resulted waveform should be the addition of original output to the signal one step delayed.

Shifted and superimposed graphs from part 2 equal that of part 3
Figure 2.3.1 Superimposed unit width pulse feedback equal to feedback of pulse wave twice of the width
Should be similar to last one
Figure 2.3.2 Resulted feedback

2.4 Rectified sine-wave at input

In this part we would input a sequence of pulses of different amplitude to observe the feedback from the same system.

As shown in Figure 2.4.1, ARB1 frequency and Vpp, the peak-to-peak voltage is 2V and frequency is about 100Hz.

100Hz, 2V pk
Figure 2.4.1 ARB1 frequency and Vpp

The rectifier used is a full-wave precision rectifier so the output amplitude is twice as the input.

Sample and Hold basically did a quantization on the input by sampling at fixed time interval and hold the sampled voltage to the output to form a discrete signal.

Sample and Hold quantified the signal
Figure 2.4.2 Rectified sine wave and S/H output
Half-wave S/H
Figure 2.4.3 Sketched S/H

3 Conclusion

In this lab the most interesting part to me would be the S/H function which I have seen as part of electronic synthesizer but had yet not learned how it works.

It is confusing which using the Z-transform module since the lab instruction did not say it needs a CLK input to properly work. Also the Z-transform module on my station was not functioning properly that I spent too much time troubleshooting that.