A carrier signal is a continuous, high-frequency waveform—usually a sine or square wave—that acts as a physical transport vehicle for a lower-frequency information signal by having its amplitude, frequency, or phase systematically altered. If you are designing an RF IoT node, troubleshooting a Variable Frequency Drive (VFD), or working with Power Line Communication (PLC), the carrier is the fundamental clock or wave that dictates your physical hardware constraints, from antenna length to EMI filtering.

The Core Mechanics: Baseband vs. Carrier

To understand the carrier, you must separate it from the baseband signal. The baseband is your actual data or control information—like a 1 kHz audio tone, a 9600-baud UART serial stream, or a 60 Hz motor speed reference. Baseband signals are typically low-frequency and cannot efficiently travel through free space or long cables on their own.

Think of the carrier as a high-speed freight train and the baseband signal as the cargo. You cannot ship the cargo across the country without the train; the train (carrier) provides the high-frequency energy required to move the cargo (baseband) through a specific medium (air, copper, or fiber).

What People Commonly Confuse It With:
  • The Baseband Signal: Beginners often look at a demodulated output and think they are viewing the carrier. If you are looking at a decoded 0-3.3V digital packet on your oscilloscope, you are looking at the baseband, not the carrier.
  • Microcontroller Clock Signals: An ESP32’s 240 MHz system clock is a high-frequency square wave, but it is unmodulated. It only becomes a "carrier" in the strict communications sense when the RF front-end modulates data onto it.

What the carrier changes in a real circuit: The carrier frequency dictates the physical dimensions of your passive components. In RF, the antenna length is inversely proportional to the carrier frequency (e.g., a quarter-wave antenna for 915 MHz is roughly 8.2 cm, while a 2.4 GHz antenna is about 3.1 cm). In power electronics, the PWM carrier frequency dictates the switching losses in your IGBTs/MOSFETs and the acoustic noise of the connected motor.

Carrier Frequency Reference Chart

Carrier signals are not exclusive to radio frequencies. Power electronics and industrial controls rely heavily on high-frequency carriers to synthesize low-frequency AC power. Below is a reference table of common carrier domains you will encounter on the bench or jobsite.

Domain Nominal Carrier Freq Modulation / Method Typical IC / Hardware Physical Circuit Impact
Sub-GHz IoT RF 868 / 915 MHz LoRa (CSS) / FSK Semtech SX1276 / HopeRF RFM95 Requires 50-ohm impedance matching; quarter-wave antenna ~8.2 cm.
2.4 GHz ISM Band 2.402 - 2.480 GHz GFSK / OFDM nRF24L01+ / ESP32-WROOM-32 PCB trace routing is critical; requires continuous ground plane under RF traces.
Motor Drives (VFD) 2 kHz - 16 kHz PWM (Space Vector) Yaskawa A1000 / Danfoss VLT High dV/dt causes motor bearing currents; may require output dV/dt filters.
Power Line Comm (PLC) 3 kHz - 500 kHz OFDM / S-FSK ST7580 / TI C2000 MCUs Requires coupling capacitors and line trap inductors to block 50/60 Hz mains.

Worked Numeric Example: 915 MHz FSK Modulation

Let’s look at a concrete numeric example using Frequency Shift Keying (FSK), a common modulation scheme for sub-GHz telemetry. Suppose you are configuring a Semtech SX1276 transceiver for a remote weather station.

  • Center Carrier Frequency ($f_c$): 915.000 MHz
  • Frequency Deviation ($\Delta f$): $\pm$ 50 kHz
  • Baseband Data Rate ($f_m$): 10 kbps (approx 10 kHz fundamental)

When the baseband signal sends a Logic 1, the transceiver shifts the carrier up by the deviation:
915.000 MHz + 0.050 MHz = 915.050 MHz

When the baseband sends a Logic 0, it shifts down:
915.000 MHz - 0.050 MHz = 914.950 MHz

Why this matters for your bench work: You cannot just set your receiver's bandpass filter to exactly 915 MHz. You must account for the total bandwidth occupied by the shifting carrier. Using Carson’s Bandwidth Rule ($BW = 2(\Delta f + f_m)$):

BW = 2(50 kHz + 10 kHz) = 120 kHz

Your receiver's Intermediate Frequency (IF) filter must be at least 120 kHz wide to pass the entire signal without clipping the logic states, which would result in a corrupted packet and a failed CRC check. If you use a spectrum analyzer to view this, you will see two distinct power peaks at 914.95 and 915.05 MHz, not a single spike at 915 MHz.

Where You Meet This In Practice

1. RF IoT Builds and Antenna Tuning

When building a custom PCB for an ESP32-based sensor node, the carrier frequency dictates your layout rules. According to the Espressif Hardware Design Guidelines, the 2.4 GHz carrier requires the RF trace from the chip to the antenna connector to be exactly 50 ohms. If you route this trace over a split ground plane, the impedance jumps, the carrier signal reflects back into the ESP32's PA (Power Amplifier), and your range drops from 100 meters to 5 meters. You fix this by keeping a solid, unbroken copper pour directly beneath the RF trace.

2. VFD Installations and Motor Bearing Currents

In industrial power electronics, the "carrier" is the high-frequency PWM switching signal used to synthesize a low-frequency (e.g., 60 Hz) sine wave for an AC motor. As noted in Motion Control Tips' VFD guides, adjusting the carrier frequency parameter (e.g., Yaskawa parameter C6-02) involves a direct trade-off:

  • High Carrier (e.g., 16 kHz): The motor runs quietly because the carrier is above human hearing. However, the fast switching edges (high dV/dt) cause parasitic capacitance in the motor windings to discharge through the bearings, leading to fluting and premature motor failure. It also generates massive EMI that can trip nearby GFCI breakers.
  • Low Carrier (e.g., 2 kHz): Reduces switching losses in the VFD's IGBTs (keeping the drive cool) and minimizes EMI and bearing currents. The trade-off is that the motor will emit an audible, high-pitched whine.
Safety & Code Caveat: When installing VFDs with high carrier frequencies, the high-frequency common-mode leakage current can nuisance-trip standard 5 mA or 30 mA GFCI/AFCI breakers. Never bypass the ground fault protection. Instead, use a VFD-compatible ground fault relay with a higher trip threshold and a time delay, or install a line reactor to choke the high-frequency carrier leakage. Always consult local AHJ requirements.

Troubleshooting Carrier Signal Issues

Symptom: My nRF24L01+ modules are communicating at 10 feet but fail at 20 feet, even with clear line-of-sight.

Cause: The 2.4 GHz carrier is being detuned by nearby dielectric materials or impedance mismatch.

Fix: 1. Ensure the plastic enclosure is at least 1/4 wavelength (approx 3 cm) away from the PCB trace antenna. 2. Check your power supply decoupling. The nRF24L01+ draws sharp current spikes (up to 130 mA) during carrier transmission. If your 3.3V LDO lacks a 10 µF ceramic capacitor placed within 2 mm of the VCC pin, the voltage will brownout during the transmit burst, collapsing the carrier amplitude.

Symptom: A newly installed VFD is causing nearby 4-20 mA analog sensors to read erratically.

Cause: The VFD's PWM carrier frequency is radiating EMI that is coupling into the unshielded sensor loops.

Fix: 1. Lower the VFD carrier frequency to the minimum acceptable level (usually 2 kHz or 4 kHz) to reduce the harmonic energy of the switching edges. 2. Ensure the motor cable is shielded, and the shield is bonded to the VFD chassis using a 360-degree shield clamp—not a pigtail wire, which acts as an antenna for the carrier frequency.