ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN...

5
ENGN 1570 Homework 5 (Solution) Problem 1 Suppose the Fourier series coefficients of a periodic, continuous-time signal with period 4 are the following: a k = jk |k| < 3 0 otherwise Determine the signal x(t). x(t)= -2 sin( π 2 t) - 4 sin(πt). Problem 2 Consider the following three continuous-time signals with a fundamental period of T =1/2: x(t) = cos(4πt) y(t) = sin(4πt) z (t)= x(t)y(t) (a) Determine the Fourier series coefficients of x(t). The nonzero Fourier series coefficients are a 1 = 1 2 ,a -1 = 1 2 . (b) Determine the Fourier series coefficients of y(t). 1

Transcript of ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN...

Page 1: ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN 1570 Homework 5 (Solution) Problem 1 Suppose the Fourier series coe cients of a periodic,

ENGN 1570 Homework 5

(Solution)

Problem 1

Suppose the Fourier series coefficients of a periodic, continuous-time signal with period 4 are

the following:

ak =

jk |k| < 3

0 otherwise

Determine the signal x(t).

x(t) = −2 sin(π2t)− 4 sin(πt).

Problem 2

Consider the following three continuous-time signals with a fundamental period of T = 1/2 :

x(t) = cos(4πt)

y(t) = sin(4πt)

z(t) = x(t)y(t)

(a) Determine the Fourier series coefficients of x(t).

The nonzero Fourier series coefficients are a1 = 12, a−1 = 1

2.

(b) Determine the Fourier series coefficients of y(t).

1

Page 2: ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN 1570 Homework 5 (Solution) Problem 1 Suppose the Fourier series coe cients of a periodic,

The nonzero Fourier series coefficients are b1 = 12j, b−1 = −1

2j.

(c) Use the results of parts (a) and (b), along with the multiplication property of the

continuous-time Fourier series, to determine the Fourier series coefficients of z(t) = x(t)y(t).

The Fourier series coefficients of z(t) = x(t)y(t) are the following:

hk =∞∑

l=−∞

albk−l = a1bk−1 + a−1bk+1

Therefore, the nonzero coefficients are h2 = 14j, h−2 = −1

4j.

(d) Determine the Fourier series coefficients of z(t) through direct expansion of z(t) in

trigonometric form, and compare you result with that of part (c).

cos(4πt) sin(4πt) =1

2[sin(8πt)− sin(0)] =

1

2· 1

2j[ej2(4πt) − e−j2(4πt)]

So the nonzero coefficients are h2 = 14j, h−2 = −1

4jas above.

Problem 3

Let SA be the set of all complex-valued discrete signals, SB be the set of complex-valued

discrete signals that are bounded and SS be the set of complex-valued discrete signals that

are absolutely summable. The mathematical definitions are below.

SA ={x : Z→ C} (1)

SB ={x : Z→ C | ∃b ∈ R such that |x[n]| ≤ b} (2)

SS ={x : Z→ C | ∃b ∈ R such thatn=∞∑n=−∞

|x[n]| ≤ b} (3)

(a) Show that SS ⊆ SB ⊆ SA.

If x ∈ SS there is a b such that∑|x[n]| ≤ b. Since each value in the sum is non-negative

we must have that each value is at most b. This implies x ∈ SB.

If x ∈ SB then it is in SA since SA includes all signals with no restrictions.

(b) Show that if x1, x2 ∈ SB then x1 + x2 ∈ SB and x1 − x2 ∈ SB.

2

Page 3: ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN 1570 Homework 5 (Solution) Problem 1 Suppose the Fourier series coe cients of a periodic,

Since x1, x2 ∈ SB there exist b1 and b2 such that |x1[n]| ≤ b1 and |x2[n]| ≤ b2. Note that

|a+ b| ≤ |a|+ |b| and |a− b| ≤ |a|+ |b|. Therefore |x1[n] + x2[n]| ≤ |x1[n]|+ |x2[n]| ≤ b1 + b2

and x1 + x2 ∈ SB because each entry has absoute value at most b = b1 + b2. Similarly

|x1[n]− x2[n]| ≤ |x1[n]|+ |x2[n]| ≤ b1 + b2 and x1− x2 ∈ SB because each entry has absolute

value at most b = b1 + b2.

(c) Show that if x1, x2 ∈ SS then x1 + x2 ∈ SS and x1 − x2 ∈ SS.

This is very similar to (b).

For each signal below, determine if it is bounded and/or absolutely summable.

(d) x[n] = 2

Bounded, not absolutely summable.

(e) x[n] = sin(n/10)

Bounded, not absolutely summable.

(f) x[n] = u(n)

Bounded, not absolutely summable.

(f) x[n] = u(n) 12n

Bounded and absolutely summable.

(g) x[n] = 1/n

Not well defined at n = 0.

(h) An arbitrary signal x[n] that is zero outside of a finite range n0 ≤ n ≤ n1.

Bounded and absolutely summable.

Problem 4

A system is stable if it maps bounded signals to bounded signals.

(a) Let h[n] be a signal that is zero everywhere except for n ∈ A where A is a finite set.

Show that Ch is stable.

Let x be a bounded signal. Let y[n] = h[n] ∗ x[n]. We need to show y is bounded. Since

3

Page 4: ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN 1570 Homework 5 (Solution) Problem 1 Suppose the Fourier series coe cients of a periodic,

x is bounded, there is a b such that |x[n]| ≤ b. Let c = maxk∈A |h[k]|.

|y[n]| =

∣∣∣∣∣∑k∈A

h[k]x[n− k]

∣∣∣∣∣ ≤∑k∈A

|h[k]||x[n− k]| ≤∑k∈A

cb ≤ |A|cb

(b) Let h[n] = u(n). Is Ch stable? Justify your answer.

No. If the input is the bounded constant signal x[n] = 1 the output is not bounded.

(c) Let h[n] = u(n) 12n

. Is Ch stable? Justify your answer.

Yes. If the input x[n] is bounded there is a bound b such that |x[n]| ≤ b. Let y[n] be the

output.

|y[n]| =

∣∣∣∣∣∞∑k=0

1

2kx[n]

∣∣∣∣∣ ≤∞∑k=0

1

2k|x[n]| ≤

∞∑k=0

1

2kb = 2b

So the output y[n] is bounded by 2b.

Problem 5

Invertibility is relative...

We say a system is invertible over a set of signals S when it maps different signals from

S to different signals. Equivalently, a system A is invertible over S if there exists another

system B such that B(A(x)) = x for all signals x ∈ S.

For each system below, determine if it is invertible over each of SA, SB, and SS.

(a) y[n] = 2x[n− 1]

Invertible over each set, with inverse z[n] = y[n+ 1]/2.

(b) y[n] = x[2n] (subsampling)

Not invertible over any of the sets. Take x1[n] = 0 and x2[n] that is zero everywhere

except x2[1] = 1. Then x1 and x2 both map to the zero signal. Since both x1 and x2 are in

SS, SB and SA the system is not invertible over any of the sets.

(c) y[n] = x[n]− x[n− 1] (derivative)

Not invertible over SA or SB because two different constant signals map to the same

(zero) signal.

4

Page 5: ENGN 1570 Homework 5 (Solution) - Brown Universitycs.brown.edu/~pff/engn1570/hw5_sol.pdf · ENGN 1570 Homework 5 (Solution) Problem 1 Suppose the Fourier series coe cients of a periodic,

The derivative is invertible over SS. To see this, suppose it was not. Then there must

exist two different signals x1 and x2 in SS that map to the same signal. Since the system is

linear x1 − x2 maps to the zero signal. Since x1 6= x2 x = x1 − x2 is not zero everywhere.

Part (c) of Problem 3 implies that x ∈ SS. If x is not zero everywhere there must be a k for

which x[k] 6= 0. But since x maps to the zero signal we must have x[k− 1] = x[k]. Moreover

x[k − 2] = x[k − 1] and so on. Therefore x is a constant non-zero signal. But such x cannot

be in SS, which is a contradiction.

(d) y[n] = x[n] + 12x[n− 1000] (simple echo)

Not invertible over SA but is invertible over SB and SS. The reasoning is similar to (c).

5