@@ -138,7 +138,7 @@ \subsection{Delaying a phasor}
138138\emph {phasor }, a complex sinusoid expressed as $ e^{j\omega t}$ . We
139139also saw that this representation makes the math simpler for adding
140140sinusoids, at least. A phasor's magnitude is one, its frequency is
141- $ \omega $ , and it angle is $ \omega t$ , where $ t$ is time. It moves
141+ $ \omega $ , and its angle is $ \omega t$ , where $ t$ is time. It moves
142142around the unit circle counter-clockwise along time. If we delay it
143143by $ \tau $ sec, then the delayed time is $ t-\tau $ , and we can write
144144this as:
@@ -609,7 +609,7 @@ \subsubsection{Self-Test Exercises}
609609See~\ref {sc:ch3ex } \# \ref {it:ch3ex3 }--\ref {it:ch3ex5 } for answers.
610610
611611\begin {enumerate }
612- \item Write equation~(\ref {eq:ff-manyk }) for $ k =0 , 1 , 2 , 3 $ , then
612+ \item Write equation~(\ref {eq:ff-manyk }) for $ M =0 , 1 , 2 , 3 $ , then
613613 write the transfer function for each.
614614\item Given the signal $ x(t) = \sin t$ and the derivative operator
615615 $ D=\derivin {}{t}$ , what is $ Dx(t)$ ?
@@ -650,7 +650,7 @@ \subsection{The z-plane}
650650\begin {equation }
651651Y = [1-b_1z^{-1}]X = H(z)X
652652\end {equation }
653- Obviously,
653+ We can express the transfer function as
654654\begin {equation }
655655H(z) = 1-b_1z^{-1} = (1-b_1z^{-1}) \frac {z}{z} = \frac {z-b_1}{z}
656656\end {equation }
@@ -688,7 +688,7 @@ \subsection{The z-plane}
688688minimum.
689689\index {zero}
690690\index {frequency response!zero}
691- Obviously, when the zero ($ b_1 $ ) is near $ \hat {\omega }=0 $ $ (z=1 )$ ,
691+ When the zero ($ b_1 $ ) is near $ \hat {\omega }=0 $ $ (z=1 )$ ,
692692this results in a high pass filter because it doesn't pass frequencies
693693near zero (low frequencies). Similarly, when the zero ($ b_1 $ ) is near
694694$ \hat {\omega }=\pi $ $ (z=-1 )$ we obtain a low pass filter: high frequency
@@ -797,7 +797,7 @@ \subsection{Phase Response}
797797\index {filter!phase response|(emph}
798798So far we have been talking about the magnitude response of
799799$ \mathcal {H}(\hat {\omega })$ . In the last topic of this chapter, let's
800- talk about is its phase response. We already know that
800+ talk about its phase response. We already know that
801801$ \mathcal {H}(\hat {\omega })$ can be expressed in polar form, with its
802802magnitude and angle
803803\begin {equation }
@@ -889,9 +889,10 @@ \subsection{Phase Response}
889889delay it by one sampling interval (from the $ (n-1 )$ term in the
890890exponential) and to multiply it by $ 2 \cos \hat {\omega }$ . Notice that
891891the delay is independent of its frequency. When all the frequency
892- components of a signal are delayed by an equal amount, say the filter
893- has \emph {no phase distortion } or \emph {linear phase }. The magnitude response and phase response are
894- shown in figure~\ref {fig:ff-exp2zh90-r1 }.
892+ components of a signal are delayed by an equal amount, we say the
893+ filter has \emph {no phase distortion } or \emph {linear phase }. The
894+ magnitude response and phase response are shown in
895+ figure~\ref {fig:ff-exp2zh90-r1 }.
895896
896897\begin {figure }
897898\centerline {\includegraphics [width=6in]{ch-fir/ffexp_2tdelay_h90}}
0 commit comments