You are on page 1of 5

WISHAH NASEER

(18B-016-CE)
SECTION E
GROUP B1
SPRING 2021

DIGITAL SIGNAL
PROCESSING

LAB 05 TASK

PERFORMED ON: 14th APRIL 2021


SUBMISSION DATE: 10th MAY 2021
DSP LAB 05 TASK WISHAH NASEER (18B-016-CE)

LAB TASK:
1.
fs=8000;
[n,w]=buttord(1100/4000,1400/4000,1,40); % finding the order of the filter
[b,a]=butter(n,w, 'high'); % Applying low pass filter
figure(1)
freqz(b,a,512,8000)
figure(2)
[h,q] = freqz(b,a,512,8000);
plot(q,abs(h)); % Normalized Magnitude plot grid
figure(3)
f=1100:2:1400;
freqz(b,a,f,8000) % plotting the Transition band
figure(4)
zplane(b,a)

1
DSP LAB 05 TASK WISHAH NASEER (18B-016-CE)

2.
BUTTERWORTH:

CHEHBYSHEV I:

2
DSP LAB 05 TASK WISHAH NASEER (18B-016-CE)

CHEHBYSHEV II:

ELLIPTIC:

3
DSP LAB 05 TASK WISHAH NASEER (18B-016-CE)

OPEN ENDED TASK:

CONCLUSION: After applying the IIR filter on the audio signal ‘asgood5.wav’, reduction in noise was
observed as shown in the figure. It was also observed that the frequency of audio signal is also decreased.

You might also like