WT Week 3

Radio Frequency II

tldr - Problems and (some) solutions for radio wave transmission

Nyquist’s Formula

For a noiseless channel

Nyquist's Formula
Nyquist's Formula

Where

Example

If the transmitter can generate signals with a bandwidth of 20 MHz, what is the maximum data rate of this channel using the 16-QAM modulation technique?

Solution
Solution

Signal Power

dBm

Power ratio (dB) of measured power referenced to 1 milliwatt (mW)

Converting mW to dBm

Formula for converting mW to dBm
Formula for converting mW to dBm

Example

Compute the signal strength of 0.0001 milliwatt in dBm

Solution
Solution

Problems with Radio Wave Transmission

Problem? 😱

Radio Wave Interference

Radio signals have narrow frequency band ∴ interfering signal near the operating frequency of the radio devices render the device inoperable.

Solution? πŸ€”

Spread Spectrum

A technique that takes a narrow band of signals and spreads it over a broader portion of the radio frequency band

Frequency-Hopping Spread Spectrum (FHSS)

A method of transmitting radio signals by rapidly switching a carrier among many frequency channels using a random sequence known to both transmitter and the receiver

Advantages πŸ‘πŸΌ

Disadvantages πŸ‘ŽπŸΌ

Usage

Example

Decipher the message, given that the random FHSS sequence is 3 5 9 1 6 2 9 2 8.

Y-axis represents time, X-axis represents frequency channel
Y-axis represents time, X-axis represents frequency channel

Answer: F R E Q U E N C Y

Direct-Sequence Spread Spectrum (DSSS)

A spread spectrum modulation technique where data bits are XOR with a chipping code (a.k.a. Pseudo Noise Code or PNcode) to generate DSSS signals to be transmitted

How it works

Narrowband data is transformed into broadband spread spectrum signals with the same total energy ∴ original data is spread over a broader band with lower power. The low-power signals appear as background noise to unintended receivers ∴ resolving narrow frequency band interference.

Narrowband vs Broadband
Narrowband vs Broadband

Advantages πŸ‘πŸΌ

Disadvantages πŸ‘ŽπŸΌ

Usage

Problem? 😱

Limited Transmission Bandwidth

Radio frequencies need to be shared among as many users as possible.

Solution? πŸ€”

Channel Access Methods

Allow multiple users to access the same frequency band

Frequency Division Multiple Access (FDMA)

A channel access method which sub-divides the frequency band allocated to a network into multiple channels. Each channel is then assigned to a specific user

πŸ‘ŽπŸΌ Users face interference as frequencies are closely grouped

Time Division Multiple Access (TDMA)

A channel access method which allows numerous users to access each channel by allocating a unique time slot to each user within the channel

Code Division Multiple Access (CDMA)

A channel access method which allows multiple users to share a single channel simultaneously by using the spread spectrum technique

Orthogonal Frequency Division Multiplexing

A method of encoding digital data on multiple carrier frequencies

How it works

Many closely spaced orthogonal sub-carrier signals are used to carry data on several channels. Each sub-carrier is modulated with a conventional modulation scheme (e.g. QAM).

Usage

fin

Back to top