Continuous-Time Signal Basics - Notes & Examples
1. Introduction to Continuous-Time Signals
A continuous-time signal is a function that is defined for all values of time. Examples include sine
waves, exponential functions, and real-world signals like temperature variations.
Example: A sine wave x(t) = 5sin(2*pi*t) is continuous and exists for all time values.
2. Classification of Signals
Signals can be classified based on periodicity, symmetry, and energy properties.
- Even & Odd Signals:
An even signal satisfies x(t) = x(-t), whereas an odd signal satisfies x(t) = -x(-t).
3. Important Continuous-Time Functions
- Unit Step Function: Defined as u(t) = 1 for t >= 0 and 0 otherwise. It represents a sudden switch-on
of a system.
- Unit Impulse Function: Defined as delta(t) with an integral of 1. It models instantaneous impulses
like voltage spikes.
4. System Properties
- Linearity: A system is linear if the sum of inputs equals the sum of outputs.
- Time-Invariance: A time-invariant system responds the same way to delayed inputs.
5. Convolution
The output of a linear time-invariant system is given by convolution:
y(t) = x(t) * h(t) = integral of x(tau) h(t-tau) d(tau).