0% found this document useful (0 votes)
26 views2 pages

Exp-7 Program 1: - L 64 Wvtool (Blackman (L) ) : Time Domain Frequency Domain

This document contains code to generate Blackman and Hamming window functions with 64 samples and plot their time and frequency domain representations. The Blackman window has lower sidelobes in the frequency domain plot compared to the Hamming window, while the Hamming window decays more quickly in the time domain plot compared to the Blackman window.

Uploaded by

Shivani Agarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Exp-7 Program 1: - L 64 Wvtool (Blackman (L) ) : Time Domain Frequency Domain

This document contains code to generate Blackman and Hamming window functions with 64 samples and plot their time and frequency domain representations. The Blackman window has lower sidelobes in the frequency domain plot compared to the Hamming window, while the Hamming window decays more quickly in the time domain plot compared to the Blackman window.

Uploaded by

Shivani Agarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Exp- 7

Program 1:-

L=64;

Wvtool(blackman(L));

Time domain Frequency domain


1 50

0.8
Magnitude (dB) 0

0.6
Amplitude

-50

0.4

-100
0.2

0 -150
10 20 30 40 50 60 0 0.2 0.4 0.6 0.8
Samples Normalized Frequency ( rad/sample)

Program-2

L=64;

Wvtool(haming(L))
Time domain Frequency domain
40
1
20

0.8 0

Magnitude (dB)
Amplitude

-20
0.6

-40
0.4
-60

0.2
-80

0 -100
10 20 30 40 50 60 0 0.2 0.4 0.6 0.8
Samples Normalized Frequency ( rad/sample)

You might also like