You are on page 1of 3

6/7/2018 Digital Signal Processing - Home | Coursera

 Homework for Module 2


Quiz, 6 questions

1
point

1.
(Di culty: ⋆) Write the value for the inner product ⟨v(0) , v(1) ⟩ where

⎡ 21 ⎤ ⎡ 21 ⎤
1 1

v (0)
=⎢
⎢1⎥
2 ⎥ and v(1) = ⎢ 2 ⎥ ,
⎢− 1 ⎥
⎣1⎦ ⎣− 1 ⎦
2 2
2 2

1
point

2.
(Di culty: ⋆⋆) Consider the following vectors in R4

⎡ 21 ⎤ ⎡ 21 ⎤ ⎡ 21 ⎤
1 1 1

=⎢ 2 ⎥ , v(1) = ⎢ 2 ⎥ and v(2) = ⎢ 2 ⎥ .



v(0) ⎢1⎥ ⎢− 1 ⎥ ⎢ 1 ⎥
⎣1⎦ ⎣− 1 ⎦ ⎣− 1 ⎦
2 2 2
2 2 2

You can verify that the vectors are mutually orthogonal and have unit norm.

How many di erent vectors v(3) could we nd such that {v(0) ,  v(1) ,  v(2) ,  v(3) } is a full orthogonal basis in R4 ?

>3

1
point

3.
⎡ 0⎤
Let y = ⎢
1⎥
⎢ 1⎥ ,
⎣ 2⎦

what are the expansion coe cients of y in the basis {v0 , v1 , v2 , v3 } you found in the previous question?

Important: Enter your answer as space separated oating point decimal numbers, e.g. the vector y would be entered as :

0.0 1.0 1.0 2.0

2.0 -1.0 -1.0 0.0

1
point

https://www.coursera.org/learn/dsp/exam/jYkyi/homework-for-module-2 1/3
6/7/2018 Digital Signal Processing - Home | Coursera

4.
4
a basis of2R
WhichHomework forform
of the following sets Module ?

Quiz, 6 questions
{y, v0 , v1 , v2 }

{y, v0 , v2 , v3 }

{y, v1 , v2 , v3 − 2v1 }

{y, v1 , v2 , v3 }

1
point

5.
(Di culty: ⋆) If we represent nite-length signals as vectors in Euclidean space, many operations on signals can be encoded as a
matrix-vector multiplication. Consider for example a circular shift in C3 : a delay by one (i.e. a right shift) transforms the signal
x = [x0 x1 x2 ]T into x′ = [x2 x0 x1 ]T and it can be described by the matrix

⎡0 0 1⎤
D= 1 0 0
⎣0 1 0⎦

so that x′ = Dx.

Determine the matrix F that implements the one-step-di erence operator in C3 i.e. the operator that transforms a signal x into
[(x0 − x2 ) (x1 − x0 ) (x2 − x1 )]T .

Write the 9 integer matrix coe cients one after the other, row by row and separated by spaces.

1 0 -1 -1 1 0 0 -1 1

1
point

6.
(Di culty ⋆) Given the matrix

⎡0 0 0 1⎤
A=⎢
1 0 0 0⎥
⎢0 1 0 0⎥
⎣0 0 1 0⎦

compute the matrix A4 (i.e. the fourth power of A).

(Hint: there is a simple way to do that and, if you've solved the previous question, it should be obvious).

Write the 16 integer matrix coe cients one after the other, row by row and separated by spaces.

1000010000100001

I, Mark R. Lytell, understand that submitting work that isn’t my own may result in permanent failure of this course or deactivation of
my Coursera account.
Learn more about Coursera’s Honor Code

Submit Quiz

  

https://www.coursera.org/learn/dsp/exam/jYkyi/homework-for-module-2 2/3
6/7/2018 Digital Signal Processing - Home | Coursera

 Homework for Module 2


Quiz, 6 questions

https://www.coursera.org/learn/dsp/exam/jYkyi/homework-for-module-2 3/3

You might also like