In Signals and Systems, standard signals are basic signal functions that are frequently used to analyze and represent complex signals and systems. These signals serve as building blocks for understanding system behavior and are commonly used in convolution, Laplace transform, and Fourier analysis.
Table of Contents
Unit Impulse Signal
The unit impulse signal is represented by \( \delta(t) \). It is a signal that exists only at \(t = 0\) and has unit area.
Properties:
\[
\delta(t)=
\begin{cases}
\infty, & t=0 \\
0, & t\neq0
\end{cases}
\]
\[
\int_{-\infty}^{\infty} \delta(t)\,dt = 1
\]
Important property:
\[
x(t)\delta(t) = x(0)
\]
The impulse signal is used to determine the impulse response of a system.
Unit Step Signal
The unit step signal is represented by \(u(t)\). It changes its value from 0 to 1 at \(t=0\).
\[
u(t)=
\begin{cases}
0, & t<0 \\
1, & t\ge0
\end{cases}
\]
Relationship with impulse signal:
\[
\frac{d}{dt}u(t)=\delta(t)
\]
The unit step signal is widely used to analyze system response to sudden inputs.
Ramp Signal
The ramp signal increases linearly with time.
\[
r(t)=
\begin{cases}
t, & t\ge0 \\
0, & t<0
\end{cases}
\]
Relation with step signal:
\[
r(t)=t\,u(t)
\]
It is commonly used in control systems and system response analysis.
Parabolic Signal
The parabolic signal is obtained by integrating the ramp signal.
\[
p(t)=
\begin{cases}
\frac{t^2}{2}, & t\ge0 \\
0, & t<0
\end{cases}
\]
This signal is useful in studying higher-order system responses.
Exponential Signal
An exponential signal is represented as
\[
x(t)=e^{at}
\]
where \(a\) determines the behavior of the signal.
\(a>0\) → exponentially increasing signal
\(a<0\) → exponentially decaying signal
Exponential signals are widely used in system response and Laplace transform analysis.
Sinusoidal Signal
A sinusoidal signal is one of the most common signals in communication systems.
\[
x(t)=A\sin(\omega t+\phi)
\]
where
\(A\) = amplitude
\(\omega\) = angular frequency
\(\phi\) = phase angle
Sinusoidal signals are important in Fourier analysis and communication systems.
Rectangular Signal
The rectangular signal is commonly used in pulse communication systems.
\[
x(t)=
\begin{cases}
A, & |t|\le\frac{T}{2} \\
0, & \text{otherwise}
\end{cases}
\]
This signal is used in pulse shaping and digital communication.
Signum Signal
The signum function indicates the sign of the input.
\[
\text{sgn}(t)=
\begin{cases}
1, & t>0 \\
0, & t=0 \\
-1, & t<0
\end{cases}
\]
It is useful in signal analysis and mathematical representation of signals.
Importance of Standard Signals
Standard signals are important because they:
• Simplify system analysis
• Help determine system response
• Are used in convolution and transforms
• Form the basis for signal decomposition