EE322M Assignment 01
EE322M Assignment 01
Q1. Check if the given signals are periodic and then find their fundamental time period:
Q2. Find the even and odd parts for the given signals:
Q4. For the x[n] and y[n] given in Figure 1, calculate and plot x[2 − n]y[n] + y[2 − n]x[n].
Q5. Let x(t) be an arbitrary signal with xe (t) and xo (t) representing its even and odd com-
ponents respectively, prove the following:
R∞
(a) −∞ xo (t)dt = 0.
R∞ R∞
(b) −∞ xe (t)dt = 2 0 xe (t)dt.
R∞
(c) −∞ xe (t)xo (t)dt = 0.
R∞ R∞ R∞
(d) −∞ x2 (t)dt = −∞ x2e (t)dt + −∞ x2o (t)dt.
Q6. Let T be a time-invariant system. The output corresponding to inputs x1 [n], x2 [n], and
x3 [n] to the system T is y1 [n], y2 [n], and y3 [n], respectively (as shown in Figure 2). De-
termine whether the system is linear or non-linear.
1
Figure 2: Response of system T for different inputs
Q7. For an LTI system the input signal x(t) and impulse response h(t) are shown in Figure
3. Find the output of the system.
Q8. The system shown in Figure 4 is formed by connecting two systems in cascade. The
impulse response of the systems are h1 (t) = e−2t u(t) and h2 (t) = 2e−t u(t).
Q9. A triangular pulse given by x(t) is shown in Figure 5. Sketch the signal x(−2t − 1) using
6 possible methods in the order given below:
2
Figure 5: Triangular pulse
The three operations for each of the 6 cases need to be separately shown on the graph
using rough sketches by hand.
Q10. The algorithm to compute the square root of a number β is given as y[n] = x[n] − y 2 [n −
1] + y[n − 1], where x[n] = βu[n] with 0 < β < 1. If x[n] and y[n] are input and output
respectively to a discrete time √
system then find if the system is linear and time-invariant.
As n → ∞, show that y[n] → β.
Q11. Moving average filter is used to remove noise from an image by taking out the average
value from a given sequence of pixelP intensity values. The output y[n] of the moving
−1
average filter is given as y[n] = N1 N
i=0 x[n − i] for the given input x[n]. Then answer
the following:
Q12. A complex valued signal x(t) is defined with real part [h(t) + h(−t)] and imaginary part
[g(t) − g(−t)] where h(t) and g(t) are shown below. Plot the real and imaginary parts
of x(t) on the same graph and label all the discontinuous/corner points (x, y) on the
resultant graphs.
3
Q13. Show that the discrete-time system whose input x[n] and output y[n] are related by y[n] =
Re(x[n]) is additive. Does this remain additive if the input-output relationship is changed
to y[n] = Re(ejπn/4 x[n]). (The symbol Re(•) represents real part of the argument).
Q14. Let y(t) = x(2t). Your friend claims that if x(t) is periodic, then y(t) is periodic. Is your
friend correct? If so, determine the relationship between the fundamental periods of the
two signals. If your friend is wrong, then produce a counterexample to convince your
friend about the statement being wrong.
Q15. Following Q10, write a program using the formula for finding the root and plot the error
as a function of iterations for three values of β < 1.
Note: You are free to choose any language for your program.
The code needs to be mailed to the instructor (bhawal@iitg.ac.in) with the
subject line: EE322M Assignment-1 <Roll No.>.