Loading...
Loading...
A signal is a function that conveys information about a physical phenomenon.
Types of Signals:
| Classification | Types | |---|---| | Time domain | Continuous-time (CT) / Discrete-time (DT) | | Value domain | Analog (continuous values) / Digital (discrete values) | | Periodicity | Periodic (repeats) / Aperiodic | | Determinism | Deterministic (fully predictable) / Random | | Energy | Energy signal (finite energy) / Power signal (finite power) |
Energy and Power:
Standard Signals:
Operations on Signals:
A system transforms an input signal to an output signal.
Properties of LTI Systems:
| Property | Definition | Test | |---|---|---| | Linearity | Superposition holds: af(x₁)+bf(x₂)=f(ax₁+bx₂) | Check homogeneity + additivity | | Time-Invariance | Shift in input → same shift in output | x(t-t₀) → y(t-t₀) | | Causality | Output at t depends only on present/past inputs | h(t)=0 for t<0 | | Stability (BIBO) | Bounded input → bounded output | ∫|h(t)|dt < ∞ | | Memory | Memoryless: output at t depends only on x(t) | | | Invertibility | Unique input for each output | |
Continuous-time convolution: y(t) = x(t) * h(t) = ∫ x(τ)h(t-τ)dτ
Discrete-time convolution: y[n] = x[n] * h[n] = Σ x[k]h[n-k]
Properties of Convolution:
Steps for Convolution (Graphical):
Any periodic signal can be expressed as sum of sinusoids:
Exponential form: x(t) = Σ cₙe^(jnω₀t) cₙ = (1/T)∫ x(t)e^(-jnω₀t)dt
Trigonometric form: x(t) = a₀/2 + Σ[aₙcos(nω₀t) + bₙsin(nω₀t)]
Dirichlet Conditions: Signal must be absolutely integrable, have finite maxima/minima and discontinuities in one period.
FT Pair: X(jω) = ∫ x(t)e^(-jωt)dt (Analysis) x(t) = (1/2π)∫ X(jω)e^(jωt)dω (Synthesis)
Important FT Pairs:
| Signal x(t) | Fourier Transform X(jω) | |---|---| | δ(t) | 1 | | 1 | 2πδ(ω) | | u(t) | 1/jω + πδ(ω) | | e^(-at)u(t) | 1/(a+jω) | | rect(t/τ) | τ·sinc(ωτ/2) | | e^(-a|t|) | 2a/(a²+ω²) |
FT Properties: Linearity, Time shifting, Frequency shifting, Convolution in time ↔ multiplication in frequency, Multiplication in time ↔ convolution in frequency
For Continuous-Time Systems:
Bilateral: X(s) = ∫ x(t)e^(-st)dt (s = σ + jω)
Unilateral (one-sided): X(s) = ∫₀^∞ x(t)e^(-st)dt
Important LT Pairs:
| x(t) | X(s) | ROC | |---|---|---| | δ(t) | 1 | All s | | u(t) | 1/s | Re(s) > 0 | | e^(-at)u(t) | 1/(s+a) | Re(s) > -a | | tⁿu(t) | n!/s^(n+1) | Re(s) > 0 | | sin(ωt)u(t) | ω/(s²+ω²) | Re(s) > 0 | | cos(ωt)u(t) | s/(s²+ω²) | Re(s) > 0 |
Transfer Function (System Function): H(s) = Y(s)/X(s)
ROC (Region of Convergence): Region in s-plane where Laplace integral converges.
Partial Fraction Expansion: Used to find inverse Laplace transform by breaking complex fractions into simpler ones.
Z-Transform: X(z) = Σ x[n]z^(-n)
Important Z-Transform Pairs:
| x[n] | X(z) | ROC | |---|---|---| | δ[n] | 1 | All z | | u[n] | z/(z-1) | |z| > 1 | | aⁿu[n] | z/(z-a) | |z| > |a| | | naⁿu[n] | az/(z-a)² | |z| > |a| |
Stability in Z-domain: System stable if all poles inside unit circle (|z|<1)
Frequency response: Evaluate H(z) on unit circle: H(e^(jω))
Q1 (2023): Find convolution of x[n] = 3 with h[n] = 1 Method: y[n] = Σ x[k]h[n-k] y[0] = 1×1 = 1 y[1] = 1×1 + 2×1 = 3 y[2] = 1×1 + 2×1 + 3×1 = 6 y[3] = 2×1 + 3×1 = 5 y[4] = 3×1 = 3 y[n] = 3
Q2 (2023): Find Laplace Transform of x(t) = e^(-3t)u(t) + e^(-5t)u(t) X(s) = 1/(s+3) + 1/(s+5) = (s+5+s+3)/[(s+3)(s+5)] = (2s+8)/[(s+3)(s+5)] ROC: Re(s) > -3
Q3 (2022): Is y(t) = x(2t) time-invariant? Test: Input x(t-t₀) → Output y₁(t) = x(2t-t₀) System output shifted: y(t-t₀) = x(2(t-t₀)) = x(2t-2t₀) y₁(t) ≠ y(t-t₀) → System is NOT time-invariant
Complete Signals and Systems notes for B.Tech ECE Semester 3 — continuous and discrete signals, Fourier transform, Laplace transform, Z-transform, convolution, and system properties.
52 pages · 2.6 MB · Updated 2026-03-11
Continuous-time (CT): defined for all values of t (analog). Discrete-time (DT): defined only at integer values of n (digital). Most real-world signals are CT; computers process DT.
Fourier Transform converts a time-domain signal to frequency domain, showing which frequencies make up the signal. Used in audio processing, image compression, telecommunications, and filtering.
Convolution describes the output of an LTI system given its input and impulse response: y(t) = x(t)*h(t). It is fundamental to signal processing, image filtering, and neural networks (convolution layers).
Analog Electronics — Complete Notes ECE Sem 3
Analog Electronics
Computer Networks: OSI Model, TCP/IP, Protocols Explained
Computer Networks
VLSI Design Notes — B.Tech ECE Sem 4
VLSI Design
Communication Systems Notes — B.Tech ECE Sem 4
Communication Systems
Microprocessors & Embedded Systems — B.Tech ECE Sem 5
Microprocessors
Your feedback helps us improve notes and tutorials.