Spectral Phase

GUIDE: Mathematics of the Discrete Fourier Transform (DFT) - Julius O. Smith III. Spectral Phase

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website.

NOTE: THIS DOCUMENT IS OBSOLETE, PLEASE CHECK THE NEW VERSION: "Mathematics of the Discrete Fourier Transform (DFT), with Audio Applications --- Second Edition", by Julius O. Smith III, W3K Publishing, 2007, ISBN 978-0-9745607-4-8. - Copyright © 2017-09-28 by Julius O. Smith III - Center for Computer Research in Music and Acoustics (CCRMA), Stanford University

<< Previous page  TOC  INDEX  Next page >>

Spectral Phase

As for the phase of the spectrum, what do we expect? We have chosen thesinusoid phase to be zero. The window is symmetric about its middle. Therefore, we expect a linear phase term with slope -(M-1)/2 samples. Also, the window transform has sidelobes which cause a phase of pi radians to switch in and out. Thus, we expect to see samples of a straight line with slope -15 across the main lobe of the window transform, together with a switching offset by pi in every other sidelobe away from the main lobe, starting with the immediately adjacent sidelobes.

In the plot, you can see the negatively sloped line across the main lobe of the window transform, but the sidelobes are hard to follow.

plot(fn,phs,'*'); hold on; plot(fni,phsi); grid;
title('Spectral Phase'); 
xlabel('Normalized Frequency (cycles per sample))'); 
ylabel('Phase - Phi (Radians)');
disp 'pausing for RETURN (check the plot). . .'; pause
print -deps eps/specphase.eps; hold off;
Figure 9.10:Spectral phase.
\

To convert the expected phase slope from $-15$ ''radians per radian-frequency'' to ''radians per cycle-per-sample,'' we need to multiply by ''radians per cycle,'' or $2\. Thus, in Fig. 9.10, we expect a slope of $-94.2$ radians per unit normalized frequency, or $-9.42$ radians per $0.1$ cycles-per-sample, and this looks about right, judging from the plot.

<< Previous page  TOC  INDEX  Next page >>

 

© 1998-2023 – Nicola Asuni - Tecnick.com - All rights reserved.
about - disclaimer - privacy