Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Final Lab Assignment

1. Create a model using an Integer Delay block with five delays (N=5 ) where the input will be a
discrete sine wave with amplitude 1, frequency 1 Hz, and sample time 0.1 s. Display the input and
output waveforms.

2. It is known that the discrete transfer function of a system is


Create a model to display the input and output waveforms when the input is the discrete sine wave
with amplitude 1, frequency 1 Hz, and sample time 0.1 s. Display the input and output waveforms.

3. It is known that the transfer function of a system is given. Use the bilinear transformation to convert
this transfer function to the Ztransform equivalent, and create a model showing the waveforms of
both the step response in the s domain and in the zdomain.
>> [z p]=bilinear(0.5279,[1 1.0275 0.5279],0.25)
z = 0.4087 0.8174 0.4087
p =1.0000 0.4303 0.2045

4. It is known that the discrete transfer function of a system is given.


Create a model to display the input and output waveforms when the input is the unit step function
and the sample time is specified as 0.1 s.

5. It is known that the discrete transfer function of a system is given. Create a model to display the
input and output waveforms when the input is the discrete sine function and the sample time is
specified as 0.1 s.

6. Use Simulink to model

The General Direct Form I Realization of a Digital Filter


The General Direct Form II Realization of a Digital Filter

7. Model a direct form II second order digital filter whose transfer function is given.
Also display the input and output waveforms.

You might also like