Sei sulla pagina 1di 5

Applied Digital Signal Processing

Errata Sheet
May 2012

Notation: In the following, number CN indicates the N -th line from the top of the referenced page while M
indicates the M -th line from the bottom of the referenced page.

Chapter 2
Page 27: Equation (2.9) should be
xn D xn C N ; all n: (2.9)

Page 29: Line C13 which is after the M ATLAB fragment and which begins with which    should be flush with
the left margin.

Page 31: In Figure 2.5 the system operator H in the system block is missing.

Page 41: In line C14, reference (2.36) should be (2.37).

Page 59: In line C4 in the M ATLAB script, the function rnd should be rand.

Page 80: In line C3, presegen should be persegen.

Page 84: In Problem 31 part (c), 1 < n < 1 should be 0  n < 1.

O / should be
Page 84: In Problem 36 part (b), the expression for y.t
1
X
y.t /  y.t
O /DT hkxn k; .n 1/T < t  nT; 1 < n < 1:
kD 1

Page 85: In Problem 41, replace function in line 4 by script.

Page 86: In Problem 43 part (b), the sequence should be


x=sin(2*pi*0.01*(0:100))+0.05*randn(1,101); h=ones(1,5);

Chapter 3
Page 97: In Table 3.1 row 10, column under -Transform X./, the numerator should be r.sin !0 / 1.

Page 127: In the difference equation of Problem 22, y.n 2/ should be yn 2.

Page 129: In Problem 33 the last word on line C9 should be four instead of three.

Chapter 4
Page 196: In Problem 33, the expression X e j! D 1=.1 C 0:8 j! / should be X e j! D 1=.1 C 0:8e j! /.
 

Page 197: In Problem 42 D D 7 should be L D 7.

Page 199: In Problem 51, part (b) the signal should be x2 n D f.0:9/n cos.0:1 n/ung  xn 2. In part (e) the
signal should be x5 n D f. 0:7/n sin.0:4 n/ung  xn C 2.
2 ADSP E RRATA S HEET M AY 2012

Page 199: In Problem 53, the symbol X e j! should be XR e j! , in two places. Also on line C14, N D    should
 

be M D    .

Page 199: In Problem 54, parts (c) and (e), d should be d!.

Page 199: In Problem 55 all incidences of ry .`/ should be ry `.

Chapter 5
Page 225: Equation (5.82) should be
M N
X d  j!
 X d  j!

gd .!/ D 1 k e C 1 pk e ; (5.82)
d! d!
kD1 kD1

Chapter 6
Page 344: In Problem 8, all instances of cQk should be cQk .

Page 346: In Problem 19, line C11, f m; n should be sm; n.

Page 348: This problem is same as Problem 22. Change sampling rates to (a) Fs D 50 Hz, (b) Fs D 25 Hz, (c)
Fs D 12 Hz.

Page 351: In Problem 44 part (c), change 3  K  10 to 3  N  10.

Chapter 7
Page 354: In line C7, the expression at the end of the first paragraph should be XQ .e j!C j2 / D XQ .e j! /.

Page 354: In Table 7.1 and DTFT row, all instantces of  should be !.

Page 365: In Figure 7.4 part (c), The expression on the top left should be
1
X
xn 8` , xQ 8 n D xhni8
`D 1

1
Page 369: In equation (7.62), remove after the D sign.
N
   
Page 384: In Figure 7.13, change the title of the bottom right figure from x h niN to x hn 2iN .

Page 425: In Problem 17, change x.M / n to x .L/ n and X.M / k to X .L/ k.

Page 425: In Problem 18, change x .L/ n to x.M / n and X .L/ k to X.M / k.

Chapter 8
Page 449: In the function fftditr2, interchange line C13 with line C14.

Page 475: In Problem 7 line C4, delete the duplicate Let N ne a power of 2..
M AY 2012 ADSP E RRATA S HEET 3

Page 476: In Problem 11 part (b) xE n D    should be xO n D    .

Page 476: In Problem 12 part (a), the first sentence should be Decompose xn into five sub-sequences of length 3
by choosing every fifth sample starting with n D 0, n D 1,    ; n D 4.. In part (b), the first sentence should
be Decompose xn into three sub-sequences of length 5 by choosing every third sample starting with n D 0,
n D 1, and n D 2..

Page 478: In Problem 28 part (a), the first sentence should be Decompose X k into five sub-sequences of length 3
by choosing every fifth sample starting with k D 0, k D 1,    ; k D 4.. In part (b), the first sentence should
be Decompose X k into three sub-sequences of length 5 by choosing every third sample starting with k D 0,
k D 1, and k D 2..

Chapter 9
Page 502: In equation (9.38), BQ k1 should be Bk;1 and BQ k2 should be Bk;2 .

Page 502: In line 6, BQ k2 should be Bk;2 .

Page 503: In equation (9.39b), BQ k` should be Bk;` .

Page 504: In Figure 9.18, the last multiplier gain, h3, on the right is missing.

Page 526: In Problem 3, the second summation on the right should start at m D 1, that is the difference equation is
5 6
1m 1m
X X
yn D 3 3 xn m C 2 yn m:
mD0 mD1

Page 527: In Problem 6 part (a), the matrix equation should be

vn D Avn 1 C bxn ayn;

Page 528: In Problem 7 part (b), change h4 n to



h4 n D 1; 2; 3; 3; 2; 1 ;
"

Page 529: In problem 12 part (a), change Direct form II (transposed) to Direct form (transposed).

Page 533: In Problem 27, delete the last C sign on the right side of the expression for H./.

Page 535: In Problem 38, the system function H./ should be


1 2 3 4 5
H./ D 5:84 20:99 C 35:3 35:3 C 20:99 5:84 :

Chapter 10
Page 565: In Figure 10.12, change title of the second-row first-column plot from    Erro r to    Error.

Page 568: On line C4, expression for should be D minfp ; s g.

Page 569: On line C6 (in M ATLAB code) add wc = 0.3; at the end.

Page 573: In equation (10.90), WN k n should be WL k n .


4 ADSP E RRATA S HEET M AY 2012

Page 574: In equation (10.94b), on the second line replace L by L 1.

Page 575: In equation (10.96), replace C sign by sign.

(10.131), replace Hc . j!/ by Hc . j/. In equations (10.133) and (10.134), replace H e j!



Page 601: In equation
by Hd e j! . In equation (10.135), replace hn, by hd n.


Page 613: In Problem 8 part (b), line C16, =M should be =L.

Page 613: In Problem 10, line 11, 0:0:5 should be 0:5.

Page 615: In Problem 19, L D 50 should be M D 50.

Page 617: In Problem 32 part (a), replace M D 33 by M D 38.

Page 617: In Problem 33 part (a), replace L D 40 by L D 44.

Page 618: In Problem 38 band-3 specifications, replace 0:05  A e j!  0:45 by 0:4  A e j!  0:45.
 

Page 620: In Problem 52 part (a), replace M D 31 by M D 32.

Chapter 11
2 2
Page 629: In Figure 11.4, change y-axis label from H. j/ to Hc . j/ .

Page 642: In line 1, change 20 dB to 30 dB.

Page 683: Title of the example 11.24 should be Chebyshev II bandpass design.

Page 692: In Problem 10 part (a), line C9, lag-magnitude should be log-magnitude.

Page 694: In Problem 24, line 11, equation number (11.65) should be (11.56).

Page 696: In Problem 34 part (a), change Td D 1 to Td D 0:1. In part (b), Hc.s/ should be Hc .s/.

Page 696: In Problem 35 part (a), 2 should be c2 .

Page 701: In Problem 61 part (a), 2 should be c2 .

Page 701: In Problem 62 line C7, ! . C /=.1 C / should be ! . C /=.1 C /.

Chapter 12
Page 768: In Problem 3, xn D sin. n/ should be xn D sin.0:125 n/.

Page 769: In Problem 7 line C8, un nn I should be un un I .

Page 774: In Problem 42 part (b), xD m should be xD n.

Chapter 13
Page 821: In Problem 5 parts (d) and (e),    are 65 inches    should be    are between 65 inches    .
1
 p p 
Page 824: In Problem 21 part (a), the pdf expression should be fy .y/ D 2p y X
f . y/ C fX . y/ .

Page 825: In Problem 26 part (c), rw;v .m; n should be rw;v m; n and wn should be wm.
M AY 2012 ADSP E RRATA S HEET 5

Page 826: In Problem 30, delete 1 2 from the denominator of the right-hand side in the expression for f .1 ; 2 /.

Page 827: In Problem 32 part (c), rxy should be Rxy .

Page 827: In Problem 35 part (c), cy m; n should be ry m; n.

Page 827: In Problem 36, .`/ should be `.

Page 828: In Problem 30 line C6, Su .!/ should be Sv .!/.

Page 828: In Problem 38, AR(4) should be AR(2).

Chapter 14
Page 888: In Problem 2(c), the expression for the covariance should be

2
cov.xi O xj
m; O D
m/ ; i j:
N

Page 893: In Problem 23 part (b), line 6,  2 =N should be  2 .

Page 894: In Problem 25 displayed equation, delete the extra right parenthesis / after the large on the right-hand
side.

Chapter 15
Page 909: Lines C10 and C11, express and them as, respectively should be combined into one line express
them as.

Page 930: In Figure 15.22(b), bottom r sin. / should be r sin. /.

Page 957: In Problem 7 part (b), line 11,    6,8,10   should be    6, 8, 10   .

Page 963: In Problem 42, there is a missing right bracket ] in the expression for xn.

Page 965: In Problem 48 part (c), change direct form to cascade form and L D 10 to L D 16.

Page 965: In Problem 49 part (c), change direct form to cascade form and L D 10 to L D 16.

Potrebbero piacerti anche