Such transformations preserve the shape of \(x(t)\), but the resulting signal may be:
Linearly stretched if \(|\alpha|<1\)
Linearly compressed if \(|\alpha|>1\)
Reversed in time if \(\alpha<0\)
Shifted in time if \(\beta\) is nonzero
Combined Transformations: \(x(\alpha t + \beta)\)
Systematic Approach to \(x(\alpha t + \beta)\):
Shift: First, delay or advance\(x(t)\) in accordance with the value of \(\beta\). This gives an intermediate signal, e.g., \(y(t) = x(t+\beta)\).
Scale/Reverse: Then, perform time scaling and/or time reversal on the resulting signal \(y(t)\) in accordance with the value of \(\alpha\). This means replacing \(t\) with \(\alpha t\) in \(y(t)\), resulting in \(y(\alpha t) = x(\alpha t + \beta)\).
Example 1.1: Shift and Reversal
Given \(x(t)\) in Figure (a), let’s find \(x(t+1)\) and \(x(-t+1)\).
a. Original Signal:\(x(t)\)
b. Transformation 1: \(x(t+1)\)
This corresponds to an advance (shift to the left) by one unit along the \(t\)-axis.
c. Transformation 2: \(x(-t+1)\)
This signal is the time-reversed version of \(x(t+1)\).
It is obtained graphically by reflecting \(x(t+1)\) about the \(t\)-axis.
Example 1.2: Time Scaling
Given \(x(t)\) in Figure (a), let’s find \(x(\frac{3}{2} t)\).
a. Original Signal:\(x(t)\)
d. Transformation: \(x(\frac{3}{2} t)\)
This corresponds to a linear compression of \(x(t)\) by a factor of \(\frac{2}{3}\). Since \(|\alpha| = \frac{3}{2} > 1\).
The value of \(x(t)\) at \(t=t_0\) occurs in \(x(\frac{3}{2} t)\) at \(t=\frac{2}{3} t_0\). E.g., \(x(1)\) is found in \(x(\frac{3}{2} t)\) at \(t=\frac{2}{3}\).
Since \(x(t)\) is zero for \(t<0\), \(x(\frac{3}{2} t)\) is zero for \(t<0\).
Since \(x(t)\) is zero for \(t>2\), \(x(\frac{3}{2} t)\) is zero for \(t > \frac{4}{3}\).
Example 1.3: Combined Shift & Scale
Suppose we want to determine \(x(\frac{3}{2} t+1)\) for the signal \(x(t)\) from Figure (a).
Shift based on \(\beta=1\):
First, advance (shift to the left) \(x(t)\) by 1.
This yields the signal \(x(t+1)\), shown in Figure (b), which we analyzed in Example 1.1.
\(x(t+1)\)
Example 1.3: Combined Shift & Scale
Scale based on \(\alpha=\frac{3}{2}\):
Now, take \(x(t+1)\) and substitute \(t \rightarrow \frac{3}{2}t\) to get \(x(\frac{3}{2}t+1)\).
This linearly compresses the signal \(x(t+1)\) by a factor of \(\frac{2}{3}\).
The signal \(x(t+1)\) exists for \(t \in [-1, 1]\).
So \(x(\frac{3}{2}t+1)\) exists for \(\frac{3}{2}t \in [-1, 1] \implies t \in [-\frac{2}{3}, \frac{2}{3}]\).
\(x(\frac{3}{2} t+1)\)
Interactive Demo: Signal Transformations
Explore how time shifting, scaling, and reversal affect a signal.
Let’s use a simple triangular pulse signal.
Periodic Signals: Continuous Time
An important class of signals that repeat themselves over time.
Definition: A continuous-time signal \(x(t)\) is periodic if there is a positive value of \(T\) for which: \[
x(t)=x(t+T) \quad \text{for all } t \tag{1.11}
\] We say \(x(t)\) is periodic with period \(T\).
Periodic Signals: Continuous Time
Fundamental Period (\(T_0\)): The smallest positive value of \(T\) for which \(x(t)=x(t+T)\) holds.
Exception: For a constant signal, the fundamental period is undefined, as it is periodic for any \(T\).
Aperiodic Signal: A signal that is not periodic.
Applications: Natural responses of conserved energy systems (e.g., ideal LC circuits, frictionless mechanical systems) are often periodic.
Periodic Signals: Discrete Time
Similar to continuous-time, but defined for discrete samples.
Definition: A discrete-time signal \(x[n]\) is periodic with period \(N\), where \(N\) is a positive integer, if: \[
x[n]=x[n+N] \quad \text{for all } n \tag{1.12}
\] If this holds, \(x[n]\) is periodic with period \(N\).
Periodic Signals: Discrete Time
Fundamental Period (\(N_0\)): The smallest positive integer value of \(N\) for which \(x[n]=x[n+N]\) holds.
Example 1.4: Checking Periodicity
Consider the signal given by: \[
x(t)=\left\{\begin{array}{ll}
\cos (t) & \text { if } t<0 \\
\sin (t) & \text { if } t \geq 0
\end{array}\right.
\]
Example 1.4: Checking Periodicity
Analysis:
We know \(\cos(t+2\pi)=\cos(t)\) and \(\sin(t+2\pi)=\sin(t)\).
Individually, both cosine (for \(t<0\)) and sine (for \(t \ge 0\)) parts are periodic with period \(2\pi\).
However, observe the discontinuity at \(t=0\).
For \(x(t)\) to be periodic, every feature in its shape must recur periodically.
The discontinuity at \(t=0\)does not recur at \(t=2\pi, 4\pi, \ldots\) or \(t=-2\pi, -4\pi, \ldots\).
Conclusion: The signal \(x(t)\) is not periodic.
Interactive Demo: Constructing Periodic Signals
Let’s visualize how periodicity works for continuous and discrete-time signals.
Even and Odd Signals
Signals can exhibit symmetry under time reversal.
Even Signal: Identical to its time-reversed counterpart.
Continuous Time:\[
x(-t)=x(t) \tag{1.14}
\]
Discrete Time:\[
x[-n]=x[n] \tag{1.15}
\]
Even continuous-time signal
Even and Odd Signals
Odd Signal: The negative of its time-reversed counterpart.
Continuous Time:\[
x(-t)=-x(t) \tag{1.16}
\]
Discrete Time:\[
x[-n]=-x[n] \tag{1.17}
\]
Property: An odd signal must necessarily be \(0\) at \(t=0\) or \(n=0\) (since \(x(0) = -x(0) \implies 2x(0) = 0 \implies x(0)=0\)).
Odd continuous-time signal
Even-Odd Decomposition
Any signal can be uniquely broken down into a sum of an even signal and an odd signal.
For a continuous-time signal \(x(t)\):
Even Part:\(\mathcal{E} v\{x(t)\}\)\[
\mathcal{E} v\{x(t)\}=\frac{1}{2}[x(t)+x(-t)] \tag{1.18}
\]