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

Signals & Systems Tutorial 1 Guide

This document is a tutorial for a Signals & Systems course at Nepal Engineering College, detailing various exercises related to signal sketching, decomposition, and system analysis. It includes tasks on determining even and odd parts of signals, classifying signals as energy or power, and checking properties of systems such as linearity, time-invariance, causality, stability, and memory. The tutorial is prepared by Asst. Prof. Bijaya Shrestha.

Uploaded by

gyawaliprames2
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)
14 views2 pages

Signals & Systems Tutorial 1 Guide

This document is a tutorial for a Signals & Systems course at Nepal Engineering College, detailing various exercises related to signal sketching, decomposition, and system analysis. It includes tasks on determining even and odd parts of signals, classifying signals as energy or power, and checking properties of systems such as linearity, time-invariance, causality, stability, and memory. The tutorial is prepared by Asst. Prof. Bijaya Shrestha.

Uploaded by

gyawaliprames2
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

April 5, 2015 Nepal Engineering College 2015 Fall

Signals & Systems


Tutorial 1: Introduction to Signals & Systems
1. Sketch each of the following signals: (a) x[n] = δ[n] + δ[n − 3], (b) x[n] = u[n] − u[n − 5],
(c) x[n] = δ[n] + 21 δ[n − 1] + ( 12 )2 δ[n − 2] + ( 12 )3 δ[n − 3], (d) x(t) = u(t + 3) − u(t − 3), (e)
x(t) = δ(t + 2), and (f) x(t) = e−t u(t).

2. Determine and plot the even and odd parts of the following signals: (a) x(t) = Ae−t u(t),
(b) x(t) = u(t), and (c) x[n] = u[n].

3. Decompose the following signal into even and odd parts:

4. Sketch the following signals and determine whether they are energy signal, power signal
or neither:(a) x(t) = A[u(t + a) − u(t − a)], (b) x(t) = A sin(t) for −∞ < t < ∞, (c)
x(t) = e−at u(t) for a > 0, (d) x(t) = u(t), and (e)x(t) = t.u(t)

5. Determine whether the following signals are energy signal, power signal or neither:

(a) x[n]={2,1,3,3+j3}.

(b) x[n]={2,3,1,4,5}, (This is periodic signal with period N=5).

6. Given the signal x(t) as shown below, sketch: (a) x(−t), (b) x(t + 2), (c) x(2t + 2), and
(d) x(1 − 3t).

3t

7. Sketch the signals: x(t) = 1 − [u(t + 2)] and y(t) = 2x 4 +2 .
8. Check whether the following systems are linear or non-linear: (a) y(t) = x2 (t), (b) y(t) =
t.x(t), (c) y(t) = ax(t) + b, and (d) y[n] = [x[n]]2 .

9. Check whether the following systems are time-invariant or time-variant: (a) y(t) =
x(t) cos (300πt), (b) y(t) = t.x(t), (c) y(t) = sin (x(t)), (d) y(t) = t2 x(t − 1), (e) y[n] =
n[x[n]]2 , and (f) y[n] = ax[n − 1] + bx[n − 2].

10. Determine whether the following systems are causal or non-causal: (a) y[n] = x[n]+3x[n+
4], (b) y[n] = x[n2 ], (c)y[n] = x[n] − x[n − 1], (d) y[n] = ax[n], (e) y(t) = x(2t), and (f)
y(t) = 12x(t − 1).

11. Check whether the following systems are stable or non-stable: (a) y(t) = t.x(t), (b)
y(t) = x(t) cos (ωt), (c) y(t) = ex(t) ,and (d) y[n] = n.x[n].

12. Determine whether the following systems are memoryless or not: (a) y[n] = x[n]x[n − 2],
(b) y(t) = sin (6t)x(t), and (d) y[n] = x[n] + x[n + 1].
d(x(t))
13. Check whether the following systems are invertible or not: (a) y(t) = dt , (b) y(t) =
3x(t), and (c) y(t) = x2 (t).

Prepared by: Asst. Prof. Bijaya Shrestha

Common questions

Powered by AI

A system is stable if for every bounded input, it produces a bounded output. For example, consider \( y(t) = t.x(t) \). If \( x(t) \) is a bounded signal, \( t.x(t) \) will not be bounded for all \( t \), as \( t \) can grow indefinitely, indicating the system is unstable .

To determine if a system is linear, the system must satisfy both the superposition and homogeneity principles. For instance, examining the system \( y(t) = x^2(t) \), it fails the linearity test because it does not satisfy the superposition principle: if \( x_1(t) \) and \( x_2(t) \) are inputs, \( y(t) = (x_1(t) + x_2(t))^2 \neq y_1(t) + y_2(t) \). Conversely, the system \( y(t) = ax(t) + b \) is linear if \( b=0 \) since it satisfies both superposition and homogeneity .

A signal is periodic if it satisfies the condition \( x(t) = x(t+T_0) \) for all \( t \) and some period \( T_0 \). \( x(t) = A\sin(t) \) is periodic, as the sine function is inherently periodic with period \( 2\pi \). This means the smallest \( T_0 \) for which this condition holds is \( T_0 = 2\pi \), making \( x(t) = A\sin(t) \) a periodic signal .

The system \( y(t) = 12x(t-1) \) is causal because the output at time \( t \) depends on the input at a previous time \( t-1 \), adhering to the definition of causality where the output at any time depends only on the present and/or past input values, not future values .

A signal can be decomposed into even and odd parts using \( x_{even}(t) = \frac{x(t) + x(-t)}{2} \) and \( x_{odd}(t) = \frac{x(t) - x(-t)}{2} \). For \( x(t) = Ae^{-tu(t)} \), since \( u(t) \) is unilateral (only defined for \( t \geq 0 \)), \( x(-t) \) becomes zero for \( t < 0 \). Evaluating this manually, the even part would be symmetrically mirrored in the complex plane and contribute mostly when the signal is fully bidirectional like \( Ae^{-t} \), while the odd part would inherently be zero since \( e^{-tu(t)} \) yields no odd symmetry .

A system is memoryless if the output at any time depends only on the input at that same time. For \( y[n] = x[n]x[n-2] \), the system is not memoryless because the output depends on a past input \( x[n-2] \). Conversely, if the output is \( y[n] = x[n] \) which is a direct function of the current input only, then the system is memoryless .

A system is invertible if distinct inputs produce distinct outputs, allowing for the original input to be uniquely determined from the output. The system \( y(t) = 3x(t) \) is invertible because you can recover the input by dividing the output by 3: \( x(t) = y(t)/3 \), providing a unique inverse operation .

The system \( y[n] = ax[n] \) is causal because the output at any time \( n \) depends solely on the input at the same time \( n \); it does not depend on future input values. Causality implies that the output of the system at any time \( n \) is influenced only by present and past inputs, which is satisfied by this system .

A system is time-invariant if a time shift in the input results in the same time shift in the output. For example, consider the system \( y(t) = t.x(t) \). To test time-invariance, apply a shifted input \( x_1(t) = x(t-t_0) \). The output becomes \( y_1(t) = t.x(t-t_0) \). A true time-invariant response should be \( y(t-t_0) \), which would be \((t-t_0)x(t-t_0)\). Since these are not equivalent, the system is time-variant .

In system analysis, an energy signal is one where the total energy over time is finite, meaning \( \int_{-\infty}^{\infty} |x(t)|^2 dt < \infty \). An example would be a decaying exponential signal like \( x(t) = e^{-atu(t)} \). Power signals, on the other hand, have finite power but infinite energy; the power is calculated using \( \lim_{T \to \infty} \frac{1}{2T} \int_{-T}^{T} |x(t)|^2 dt \) and remains constant over time, such as in periodic or random signals like \( x(t) = A \sin(t) \). When neither condition is met, the signal is neither energy nor power signal .

You might also like