EEL Module 5: Signal Processing & Communications

Electrical Engineer License Certification Program

41.7% Complete

1. Signal Processing Fundamentals

Introduction to Signals

Signals are functions that convey information about the behavior or attributes of phenomena. In electrical engineering, signals represent time-varying quantities such as voltage, current, or electromagnetic fields.

Signal Types and Waveform Analysis

Figure 1: Various signal types including sine wave, square wave, and their frequency domain representations

Signal Analysis Calculator

Signal Characteristics:

  • Amplitude: Magnitude of the signal
  • Frequency: Rate of variation with time
  • Phase: Position in the cycle relative to reference
  • Bandwidth: Range of frequencies contained in the signal
  • Duration: Time over which signal exists

Signal Classification

Continuous-Time Signals

  • Definition: Defined for all time values
  • Mathematical Form: x(t), t ∈ ℝ
  • Examples: Sine wave, analog signals
  • Applications: Analog circuits, sensors

Discrete-Time Signals

  • Definition: Defined at specific time instants
  • Mathematical Form: x[n], n ∈ ℤ
  • Examples: Sampled signals, digital data
  • Applications: Digital systems, DSP

Analog Signals

  • Definition: Continuous amplitude and time
  • Range: Infinite possible values
  • Examples: Audio signals, temperature
  • Advantages: Infinite resolution

Digital Signals

  • Definition: Discrete amplitude and time
  • Range: Finite set of values
  • Examples: Binary data, computer files
  • Advantages: Noise immunity, processing

Mathematical Representation of Signals

Sinusoidal Signals

x(t) = A × sin(ωt + φ)

Where:

  • A = Amplitude (peak value)
  • ω = Angular frequency = 2πf (rad/s)
  • f = Frequency (Hz)
  • φ = Phase angle (radians)
  • t = Time (seconds)

Sinusoidal Signal Analysis

Given: x(t) = 5 × sin(100πt + π/3)
Identify parameters:
Amplitude A = 5
Angular frequency ω = 100π rad/s
Frequency f = ω/(2π) = 50 Hz
Phase φ = π/3 = 60°
RMS Value:
V_rms = A/√2 = 5/√2 = 3.54
Period:
T = 1/f = 1/50 = 0.02 seconds = 20 ms

Complex Exponential Signals

Complex exponentials are fundamental in signal analysis:

e^(jωt) = cos(ωt) + j × sin(ωt)

Euler's formula relates complex exponentials to trigonometric functions

Complex Exponential Calculation

Given: e^(jπ/4)
Solution using Euler's formula:
e^(jπ/4) = cos(π/4) + j × sin(π/4)
= √2/2 + j × √2/2
= 0.707 + j0.707
Magnitude and phase:
|e^(jπ/4)| = √(0.707² + 0.707²) = 1
∠e^(jπ/4) = π/4 = 45°

Unit Impulse and Unit Step Functions

Unit Impulse (Dirac Delta)

δ(t) = { ∞, t = 0
0, t ≠ 0 }

Properties:

  • ∫δ(t)dt from -∞ to ∞ = 1
  • x(t) * δ(t) = x(t) (sifting property)

Unit Step Function

u(t) = { 1, t ≥ 0
0, t < 0 }

Relationship: δ(t) = du(t)/dt

Signal Energy and Power

Energy Signals

Energy E = ∫|x(t)|² dt from -∞ to ∞

Finite energy, zero average power

Power Signals

Average Power P = lim(T→∞) [1/(2T)] × ∫|x(t)|² dt from -T to T

Finite average power, infinite energy

Signal Energy Calculation

Given: x(t) = A × e^(-αt) × u(t), α > 0
Energy calculation:
E = ∫₀^∞ |A × e^(-αt)|² dt
E = A² × ∫₀^∞ e^(-2αt) dt
E = A² × [1/(2α)]
Special case: A = 1, α = 0.5
E = 1² × 1/(2 × 0.5) = 1

2. Frequency Domain Analysis

Fourier Series

Fourier series represent periodic signals as sum of sinusoids at harmonically related frequencies.

Fourier Transform and Frequency Spectrum

Figure 2: Fourier transform showing time domain signal and corresponding frequency spectrum

FFT Analysis Calculator

Fourier Series Applications:

  • Decomposing periodic signals into frequency components
  • Analyzing harmonic content in power systems
  • Signal synthesis and filtering
  • Frequency domain representation

Trigonometric Fourier Series

x(t) = a₀ + Σ(n=1 to ∞) [a_n × cos(nω₀t) + b_n × sin(nω₀t)]

Where coefficients are:

a₀ = (1/T₀) × ∫(T₀) x(t) dt
a_n = (2/T₀) × ∫(T₀) x(t) × cos(nω₀t) dt
b_n = (2/T₀) × ∫(T₀) x(t) × sin(nω₀t) dt

Complex Exponential Fourier Series

x(t) = Σ(n=-∞ to ∞) c_n × e^(jnω₀t)

Where c_n = (1/T₀) × ∫(T₀) x(t) × e^(-jnω₀t) dt

Fourier Series Example - Square Wave

Given: Square wave with amplitude A, period T₀
x(t) = A for |t| < T₀/4, x(t) = -A for T₀/4 < |t| < T₀/2
Fourier coefficients:
a₀ = 0 (odd symmetry)
a_n = 0 for all n (odd function)
b_n = (4A/(nπ)) × sin(nπ/2) for n odd
b_n = 0 for n even
Fourier series:
x(t) = (4A/π) × [sin(ω₀t) + (1/3)sin(3ω₀t) + (1/5)sin(5ω₀t) + ...]
Observation:
Square wave contains only odd harmonics
Amplitude decreases as 1/n

Fourier Transform

The Fourier transform represents non-periodic signals in the frequency domain.

Continuous-Time Fourier Transform (CTFT)

Forward Transform:
X(ω) = ∫(∞ to -∞) x(t) × e^(-jωt) dt

Inverse Transform:
x(t) = (1/2π) × ∫(∞ to -∞) X(ω) × e^(jωt) dω

Fourier Transform Example - Rectangular Pulse

Given: Rectangular pulse x(t) = A for |t| < T/2, 0 otherwise
Fourier transform:
X(ω) = ∫(-T/2 to T/2) A × e^(-jωt) dt
X(ω) = A × [e^(jωT/2) - e^(-jωT/2)] / (jω)
X(ω) = A × T × sinc(ωT/2)
Where sinc(x) = sin(x)/x
X(ω) = A × T × [sin(ωT/2)/(ωT/2)]

Sampling Theory

Sampling theory governs the conversion between continuous-time and discrete-time signals.

Nyquist-Shannon Sampling Theorem

Minimum Sampling Rate:
f_s ≥ 2 × f_max

Nyquist Frequency:
f_N = f_s/2

A signal can be perfectly reconstructed if sampled above the Nyquist rate

Sampling Rate Calculation

Given: Audio signal with bandwidth 20 kHz
Nyquist rate:
f_s ≥ 2 × 20 kHz = 40 kHz
Standard sampling rate: 44.1 kHz (CD quality)
Aliasing prevention:
Use anti-aliasing filter before sampling
Cutoff frequency ≤ f_s/2 = 20 kHz

Fast Fourier Transform (FFT)

FFT is an efficient algorithm for computing the Discrete Fourier Transform (DFT).

DFT Definition

X[k] = Σ(n=0 to N-1) x[n] × e^(-j2πkn/N), k = 0, 1, ..., N-1
Computational Complexity:
DFT: O(N²) operations
FFT: O(N log₂N) operations

FFT Efficiency Example

Given: N = 1024 samples
DFT operations:
N² = 1024² = 1,048,576 operations
FFT operations:
N log₂N = 1024 × 10 = 10,240 operations
Speedup ratio = 1,048,576/10,240 = 102.4×

3. Digital Signal Processing

Digital Filters

Digital filters process discrete-time signals to modify their frequency content or remove unwanted components.

Digital Filter Design and Frequency Response

Figure 3: Digital filter design showing impulse response and frequency response characteristics

Digital Filter Design Calculator

Filter Types by Frequency Response

Low-Pass Filter

Passes low frequencies

Attenuates high frequencies

High-Pass Filter

Passes high frequencies

Attenuates low frequencies

Band-Pass Filter

Passes mid-range frequencies

Attenuates frequencies outside band

Band-Stop (Notch) Filter

Attenuates specific frequencies

Passes all other frequencies

IIR and FIR Filters

Infinite Impulse Response (IIR)

  • Structure: Recursive (feedback)
  • Impulse Response: Infinite length
  • Order: Lower order for same response
  • Stability: Poles must be inside unit circle

Finite Impulse Response (FIR)

  • Structure: Non-recursive (no feedback)
  • Impulse Response: Finite length
  • Order: Higher order for sharp cutoff
  • Stability: Always stable

Filter Design Methods

IIR Filter Design

Butterworth Low-Pass Filter Design

Specifications:
Passband cutoff: f_p = 1 kHz
Stopband cutoff: f_s = 2 kHz
Passband ripple: 1 dB
Stopband attenuation: 40 dB
Butterworth magnitude response:
|H(jω)| = 1/√(1 + (ω/ω_c)^(2n))
Where n = filter order, ω_c = cutoff frequency
Calculate order:
Attenuation at f_s: 20×log₁₀(1/√(1 + (f_s/f_p)^(2n))) = 40 dB
1/(1 + (2000/1000)^(2n)) = 10^(-2)
(2)^(2n) = 99, so n ≥ 3.3
Choose n = 4

FIR Filter Design

Window Method Design

Given: Low-pass FIR filter, cutoff 1000 Hz, sampling rate 8000 Hz
Step 1 - Calculate normalized cutoff:
ω_c = 2π × 1000/8000 = π/4 rad/sample
Step 2 - Impulse response of ideal filter:
h_d[n] = (ω_c/π) × sinc(ω_c n/π)
Step 3 - Apply window (e.g., Hamming):
w[n] = 0.54 - 0.46 × cos(2πn/(N-1))
Step 4 - Final filter:
h[n] = h_d[n] × w[n] for |n| ≤ (N-1)/2

Digital Signal Processors (DSPs)

Specialized microprocessors designed for efficient signal processing operations.

DSP Architecture Features

  • Harvard Architecture: Separate program/data memory
  • Multiplier-Accumulator: Hardware multiply-accumulate
  • Circular Buffers: Efficient data indexing
  • Parallel Processing: Multiple functional units

DSP Applications

  • Audio Processing: Equalizers, noise reduction
  • Communication: Modulation, demodulation
  • Image Processing: Filtering, compression
  • Control Systems: Real-time control loops

Real-Time Signal Processing

Real-time systems must process data within specified time constraints.

Real-Time Requirements:

  • Latency: Maximum acceptable delay
  • Throughput: Required processing rate
  • Determinism: Predictable execution time
  • Deadlines: Completion time requirements

Real-Time Processing Calculation

Given: 1024-point FFT, 40 MHz DSP, 5 cycles per complex operation
FFT operations:
N log₂N = 1024 × 10 = 10,240 complex ops
Operations per complex op = 5
Total cycles = 10,240 × 5 = 51,200 cycles
Processing time:
Time per cycle = 1/40 MHz = 25 ns
Total time = 51,200 × 25 ns = 1.28 ms
Maximum sampling rate:
f_s max = 1/1.28 ms = 781 Hz
(Limited by processing capability)

4. Communication Systems

Analog Communication

Analog communication systems transmit continuous signals using various modulation techniques.

Communication System Block Diagram and Modulation

Figure 4: Communication system architecture showing transmitter, channel, and receiver with modulation techniques

Communication Modulation Calculator

Amplitude Modulation (AM)

AM (DSB-SC)

s(t) = A_c × [1 + μ × m(t)] × cos(ω_c t)

μ = modulation index

Bandwidth = 2 × f_m

SSB

Single Sideband transmission

Half the bandwidth of AM

More efficient power usage

DSB

Double Sideband suppressed carrier

No carrier component

Higher efficiency than AM

Frequency Modulation (FM)

FM Characteristics

FM Signal

s(t) = A_c × cos(ω_c t + β × sin(ω_m t))

β = modulation index

β = Δf/f_m

Carson's Rule

Bandwidth ≈ 2(Δf + f_m)

Δf = frequency deviation

f_m = maximum modulating freq

FM Advantages

Better noise immunity

Higher fidelity

Constant amplitude

FM Bandwidth Calculation

Given: FM system with maximum deviation Δf = 75 kHz, maximum message frequency f_m = 15 kHz
Carson's Rule:
Bandwidth = 2(Δf + f_m) = 2(75 + 15) = 180 kHz
Modulation index:
β = Δf/f_m = 75/15 = 5
Number of significant sidebands:
≈ β + 1 = 6 pairs of sidebands

Digital Communication

Digital communication systems transmit discrete symbols representing digital data.

Digital Modulation Types

  • ASK: Amplitude Shift Keying
  • FSK: Frequency Shift Keying
  • PSK: Phase Shift Keying
  • QAM: Quadrature Amplitude Modulation

Digital System Advantages

  • Noise Immunity: Regenerative repeaters
  • Security: Encryption capabilities
  • Error Detection: Parity, CRC codes
  • Multiplexing: TDM, FDM, CDMA

Bit Error Rate (BER)

BER measures the quality of digital communication systems.

BER = Number of bit errors / Total number of bits transmitted

BER Analysis for BPSK

Given: BPSK system, Eb/N₀ = 10 dB
Convert to linear:
Eb/N₀ = 10^(10/10) = 10
BER for BPSK:
P_b = Q(√(2Eb/N₀)) = Q(√20) = Q(4.47)
Q(4.47) ≈ 3.9 × 10⁻⁶
For 10⁶ transmitted bits:
Expected bit errors = 10⁶ × 3.9×10⁻⁶ ≈ 3.9

Channel Coding

Error control coding adds redundancy to detect and correct errors.

Block Codes

  • Examples: Hamming, Reed-Solomon
  • Structure: k information bits → n code bits
  • Rate: R = k/n (code rate)
  • Distance: Minimum Hamming distance

Convolutional Codes

  • Structure: Finite state machine
  • Decoding: Viterbi algorithm
  • Rate: k/n per timestep
  • Constraint: Memory length m

Wireless Communication

Wireless systems use electromagnetic waves to transmit information through space.

Electromagnetic Spectrum

VLF
3-30 kHz

Long range, low data rate

LF
30-300 kHz

Navigation, time signals

MF
300 kHz - 3 MHz

AM radio

HF
3-30 MHz

Shortwave radio

VHF
30-300 MHz

FM radio, TV, aviation

UHF
300 MHz - 3 GHz

Cellular, WiFi, GPS

SHF
3-30 GHz

Microwave, radar, satellite

EHF
30-300 GHz

Millimeter wave, 5G

Antenna Systems

Antennas transmit and receive electromagnetic waves.

Common Antenna Types

Monopole

λ/4 height

Omnidirectional

Dipole

λ/2 length

Bidirectional

Yagi

Directional gain

Multiple elements

Patch

Low profile

Directional

Horn

High gain

Directional

Parabolic

Very high gain

Satellite comm

Antenna Length Calculation

Given: Quarter-wave monopole antenna for 100 MHz signal
Calculate wavelength:
λ = c/f = 3×10⁸/100×10⁶ = 3 meters
Antenna length:
L = λ/4 = 3/4 = 0.75 meters = 75 cm
Characteristics:
Omnidirectional in horizontal plane
Vertical polarization
Ground plane required for efficiency

5. Digital Networks and Protocols

Network Fundamentals

Digital networks enable communication between devices and systems.

Digital Network Architecture and Protocol Stack

Figure 5: Digital network architecture showing OSI model layers and protocol interactions

Network Bandwidth Calculator

Network Classification

PAN

Personal Area Network

Range: 1-10 meters

Example: Bluetooth, USB

LAN

Local Area Network

Range: 1 km or building

Example: Ethernet, WiFi

MAN

Metropolitan Area Network

Range: City-wide

Example: Fiber optic rings

WAN

Wide Area Network

Range: Global

Example: Internet, leased lines

OSI Reference Model

The OSI model provides a framework for network communication protocols.

OSI Layers

7
Application
6
Presentation
5
Session
4
Transport
3
Network
2
Data Link
1
Physical

Physical Layer Technologies

Transmission Media

Twisted Pair

UTP, STP, FTP

Cat 5e: 1 Gbps to 100m

Cat 6: 10 Gbps to 55m

Coaxial Cable

RG-58, RG-6

Higher bandwidth than TP

Better noise immunity

Fiber Optic

Single mode, Multi-mode

Gigabit to Terabit speeds

Long distances (km)

Wireless

Radio, Microwave

No physical medium

Range varies widely

Bandwidth-Distance Product

Given: Fiber optic link, 1550 nm wavelength, dispersion = 17 ps/(nm·km)
Signal spectral width:
Δλ = 1 nm (typical for NRZ modulation)
Dispersion penalty:
Δτ = D × Δλ × L
= 17 ps/(nm·km) × 1 nm × 80 km
= 1360 ps = 1.36 ns
Maximum bit rate:
B ≤ 1/(4 × Δτ) = 1/(4 × 1.36ns) = 184 Mbps

Ethernet Standards

Ethernet is the dominant LAN technology.

Ethernet Evolution

  • 10BASE-T: 10 Mbps over twisted pair
  • 100BASE-TX: 100 Mbps Fast Ethernet
  • 1000BASE-T: 1 Gbps Gigabit Ethernet
  • 10GBASE-T: 10 Gbps over twisted pair

Ethernet Features

  • CSMA/CD: Collision detection protocol
  • MAC Address: 48-bit physical address
  • Frame Format: Preamble, dest, src, type, data, CRC
  • Autonegotiation: Automatic speed/duplex detection

Network Protocols

TCP/IP Protocol Suite

TCP Header Analysis

TCP Header Fields:
Source port (16 bits)
Destination port (16 bits)
Sequence number (32 bits)
Acknowledgment number (32 bits)
Data offset + Flags (16 bits)
Window size (16 bits)
Checksum (16 bits)
Urgent pointer (16 bits)
Header overhead:
Minimum header = 20 bytes
Maximum header = 60 bytes (with options)
Efficiency for 1460-byte payload:
Efficiency = 1460/(1460+20) = 98.6%

Routing Protocols

Distance Vector

  • Algorithm: Bellman-Ford
  • Examples: RIP, IGRP
  • Characteristics: Slow convergence, periodic updates

Link State

  • Algorithm: Dijkstra's shortest path
  • Examples: OSPF, IS-IS
  • Characteristics: Fast convergence, triggered updates

Network Security

Network security protects data confidentiality, integrity, and availability.

Security Mechanisms:

  • Encryption: Protect data confidentiality
  • Authentication: Verify identity
  • Access Control: Limit resource access
  • Firewalls: Filter network traffic
  • VPNs: Secure remote connections

Cryptography Basics - AES

AES-128:
Key size: 128 bits (16 bytes)
Block size: 128 bits (16 bytes)
Number of rounds: 10
Key space:
Number of possible keys = 2^128 ≈ 3.4 × 10^38
Brute force attack time:
At 1 billion keys/second: 10.8 × 10^18 years
(Longer than age of universe!)

6. Microwave and Optical Communication

Microwave Communication

Microwave systems operate at frequencies above 1 GHz for point-to-point communication.

Microwave and Optical Communication Links

Figure 6: Microwave and optical communication system showing signal propagation and antenna configuration

Microwave Link Budget Calculator

Microwave Frequency Bands

L-Band
1-2 GHz
Long distance mobile
S-Band
2-4 GHz
Weather radar
C-Band
4-8 GHz
Satellite comm
X-Band
8-12 GHz
Radar, military
Ku-Band
12-18 GHz
DBS, satellite
K-Band
18-27 GHz
Point-to-point
Ka-Band
27-40 GHz
High capacity
V-Band
40-75 GHz
Millimeter wave

Free Space Path Loss

Microwave signals attenuate as they propagate through free space.

Free Space Path Loss (FSPL):
FSPL(dB) = 20 × log₁₀(d) + 20 × log₁₀(f) + 32.44

Where:
d = distance (km)
f = frequency (MHz)

FSPL Calculation

Given: Microwave link at 6 GHz over 50 km
Calculate FSPL:
FSPL = 20 × log₁₀(50) + 20 × log₁₀(6000) + 32.44
FSPL = 20 × 1.70 + 20 × 3.78 + 32.44
FSPL = 34.0 + 75.6 + 32.44 = 142.04 dB
Power budget analysis:
Tx power: +30 dBm
Antenna gains: +45 dBi (total)
Path loss: -142.04 dB
Rx sensitivity: -90 dBm
Link margin = 30 + 45 - 142.04 - (-90) = 22.96 dB ✓

Fiber Optic Communication

Optical fiber provides high bandwidth, low loss communication channels.

Fiber Types

  • Single Mode: 9/125 μm core/cladding
  • Multi-Mode: 50/125 μm or 62.5/125 μm
  • Dispersion: SM: low, MM: high
  • Applications: SM: long distance, MM: short distance

Optical Fiber Advantages

  • Bandwidth: 100s of THz available
  • Loss: 0.2 dB/km at 1550 nm
  • Immunity: No EMI/EMC issues
  • Security: Difficult to tap

Optical Fiber Losses

Attenuation in optical fibers comes from various mechanisms.

Optical Power Budget

Given:
Optical transmitter: 0 dBm (1 mW)
Wavelength: 1550 nm
Fiber length: 80 km
Fiber attenuation: 0.35 dB/km
Connector loss: 2 dB (total)
Receiver sensitivity: -28 dBm
Calculate losses:
Fiber loss = 80 × 0.35 = 28 dB
Connector loss = 2 dB
Total loss = 28 + 2 = 30 dB
Received power:
P_rx = P_tx - Total loss = 0 - 30 = -30 dBm
Link margin:
Margin = P_rx - Sensitivity = -30 - (-28) = -2 dB
Link margin insufficient - need amplifier or higher power

Wavelength Division Multiplexing (WDM)

WDM combines multiple optical signals on a single fiber using different wavelengths.

Channel Spacing:
Δλ = λ²/(c × Δf)

Example: 100 GHz spacing at 1550 nm
Δλ = (1550×10⁻⁹)²/(3×10⁸ × 100×10⁹) = 0.8 nm

Optical Amplifiers

Optical amplifiers boost signal power without optical-electrical-optical conversion.

Erbium-Doped Fiber Amplifier (EDFA)

  • Wavelength: 1530-1565 nm (C-band)
  • Gain: 20-30 dB typical
  • Noise Figure: 3-5 dB
  • Applications: DWDM systems, long-haul

Raman Amplification

  • Principle: Stimulated Raman scattering
  • Wavelength: Various pump wavelengths
  • Distributed: Pump along fiber length
  • Benefits: Lower noise, wider bandwidth

Optical Modulation Formats

Modern optical systems use advanced modulation for higher spectral efficiency.

On-Off Keying (OOK)

  • NRZ: Non-return to zero
  • RZ: Return to zero
  • Simple: Direct detection
  • Rate: Up to 40 Gbps

Coherent Detection

  • Formats: QPSK, 16-QAM, 64-QAM
  • Detection: Local oscillator required
  • DSP: Digital signal processing
  • Rate: 100+ Gbps per wavelength

DWDM System Capacity

Given:
80 channels @ 100 GHz spacing
Each channel: 100 Gbps
C-band: 1525-1565 nm (40 nm)
Total capacity:
Capacity = 80 × 100 Gbps = 8 Tbps
Spectral efficiency:
Efficiency = Data rate / Channel spacing
= 100 Gbps / 100 GHz = 1 bit/s/Hz
With higher-order modulation:
16-QAM: 4 bits/symbol → 4 bit/s/Hz
Total capacity = 80 × 400 Gbps = 32 Tbps

Assessment Quiz

Test Your Knowledge

Answer the following questions to assess your understanding of signal processing and communications.

Question 1: Signal Types

A signal defined only at specific time instants is called:

  • A) Continuous-time signal
  • B) Discrete-time signal
  • C) Analog signal
  • D) Digital signal

Question 2: Sampling Theory

According to the Nyquist-Shannon theorem, a signal with maximum frequency of 10 kHz must be sampled at:

  • A) 10 kHz minimum
  • B) 20 kHz minimum
  • C) 40 kHz minimum
  • D) 100 kHz minimum

Question 3: Fourier Transform

The Fourier transform of a rectangular pulse is:

  • A) Another rectangular pulse
  • B) A sinc function
  • C) A delta function
  • D) An exponential function

Question 4: Digital Filters

IIR filters are characterized by:

  • A) Finite impulse response
  • B) Infinite impulse response
  • C) Zero phase response
  • D) Always stable operation

Question 5: Modulation

In FM, the modulation index β = 5 means:

  • A) 5 sideband pairs
  • B) 6 sideband pairs
  • C) 10 sideband pairs
  • D) Infinite sidebands

Question 6: Bit Error Rate

For BPSK with Eb/N₀ = 10 dB, the approximate BER is:

  • A) 10⁻³
  • B) 10⁻⁶
  • C) 10⁻⁹
  • D) 10⁻¹²

Question 7: Antenna Length

A quarter-wave monopole antenna for 300 MHz has a length of:

  • A) 0.25 meters
  • B) 0.50 meters
  • C) 0.75 meters
  • D) 1.00 meters

Question 8: Optical Fiber

Single-mode fiber has which advantage over multi-mode?

  • A) Lower cost
  • B) Higher bandwidth
  • C) Easier to terminate
  • D) No dispersion

Question 9: Microwave Link

A 20 GHz microwave link over 30 km has a free space path loss of approximately:

  • A) 120 dB
  • B) 130 dB
  • C) 140 dB
  • D) 150 dB

Question 10: Ethernet Standards

1000BASE-T refers to:

  • A) 1 Mbps over twisted pair
  • B) 10 Mbps over twisted pair
  • C) 100 Mbps over twisted pair
  • D) 1 Gbps over twisted pair

Quiz Results