0% found this document useful (0 votes)
10 views2 pages

Homework 2

Uploaded by

Mohamed Elmenyr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Homework 2

Uploaded by

Mohamed Elmenyr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Fall 2024 | INT421—Digital Signal Processing Homework

INT421—Digital Signal Processing Homework #01

Fall—2024 Dr. Mohammed El-Telbany


Date assigned: October 26, 2024 Date due: November 2, 2024

Reading: This assignment covers lectures notes 3 and 4, which correspond to the chapters 2 of the textbook.
Homework submission: Please submit your solutions on Kmoodle. Create a single .pdf file containing all your
analytical derivations, plots, and Matlab code.

• Exercise 1 — General

1.1 Define energy and power of discrete-time signals.

1.2 Why are elementary signals useful? Describe a few of these signals.

1.3 What are the two basic properties of a linear system.

• Exercise 2 — Programming

2.1 Write a MATLAB script to generate and plot the following signals for −20 ≤ n ≤ 40.

a) unit sample δ[n],

b) unit step u[n],

• Exercise 3 — Digital Signals & Linear Systems

3.1 Let x1 [n] and x2 [n] be the following discrete-time signals.

a) Sketch x1 [−n]

b) Sketch x1 [n − 2]

c) Sketch x2 [n + 1]

d) Sketch −2x2 [2 − n]

e) Sketch x1 [−n] − x2 [n + 1]

3.2 For the signal x[n] = n(u[n + 4] − u[n − 5]), compute and sketch the following:

a) s1 [n] = x[n − 3]

Page 1 of 2
Fall 2024 | INT421—Digital Signal Processing Homework

b) s2 [n] = x[2n − 3]

c) s3 [n] = x[−n]

d) s4 [n] = x[2 − n]

e) s5 [n] = x[n]δ[n]

3.3 For each of the discrete-time signals listed below, determine if the signal is periodic or not. If the signal is
periodic, determine the fundamental period.

a) x[n] = 3 cos( 17
5
n + π4 )

b) x[n] = 2 cos(0.48πn) + 1.5 sin(0.8πn + π/3)

3.4 Determine whether or not each of the following signals is periodic. In case a signal is periodic, specify its
fundamental period.

a) x(t) = 3 cos(5t + 2π/6)

b) x[n] = 3 cos[5n + 2π/6]

3.5 Determine which of the following is a linear system.

a) y[n] = 5x[n] + 2x2 [n]

b) y[n] = x[n − 1] + 4x[n]

c) y[n] = 4x3 [n − 1] − 2x[n]

3.6 Given the following linear systems, find which one is time invariant:

a) y[n] = −5x[n − 10]

b) y[n] = 4x[n2 ]

3.7 Define the following signals: x1 = [0 0 0 0 1 2 3 4 5 0 0 0 0 0 0 0 0 0 0]; x2 = [0 0 0 0 0 0 0 0 0 4 3 2 1 0 0 0 0 0 0].

a) Compute the responses y1 , y2 according to the equation y = 3xk−1 − 2xk + xk+1

b) Prove the system defined by the previous equation is linear (and invariant). Write the equation as a convo-
lution equation.

3.8 Express the signals shown in next Figure as the sum of sampling (δ) functions.

Page 2 of 2

You might also like