Link Budget and System Architecture System Design Informational

How do I design a frequency plan for a multi-channel communication system to avoid spurious interference?

A frequency plan assigns center frequencies to all channels in a multi-channel system such that no spurious products (harmonics, intermodulation products, mixer spurs) from any channel fall within the passband of another channel. The design process: (1) Identify all spurious mechanisms: harmonic mixing products: m×f_RF ± n×f_LO = f_IF, where m and n are integers. For a superheterodyne receiver with f_LO and f_IF: the input frequencies f_spur = (f_IF ± n×f_LO)/m can reach the IF and cause interference. Third-order intermodulation: 2f1-f2 and 2f2-f1, where f1 and f2 are any two channels. These products are the most problematic because they fall close to the desired channels. (2) Calculate all IM3 products: for N channels at frequencies f1, f2, ..., f_N: the third-order products are 2fi-fj for all i≠j. The number of IM3 products = N×(N-1). If any product lands within a channel passband: interference occurs. (3) Apply the "babysitter" rule: choose channel frequencies so that no IM3 product falls in any channel. Use a Golomb ruler or other combinatorial approach for optimal channel spacing. For equally spaced channels: all IM3 products of the form 2fi-fj land exactly on other channel frequencies (worst case). Unequal spacing can avoid this. (4) Use a spur chart: plot all MxN mixer products on a frequency chart. Choose IF and LO frequencies to place the desired signal in a "spur-free" zone. Common tools: Keysight ADS, MATLAB spur analysis, or spreadsheet calculation. (5) Intermodulation avoidance: for transmitter systems with multiple frequencies fed into a common antenna: use an intermodulation analysis tool that checks all NxM products up to a specified order (typically through 7th order). Separate channel frequencies such that no product falls within any receiver passband.
Category: Link Budget and System Architecture
Updated: April 2026
Product Tie-In: System Components

Multi-Channel Frequency Planning

Frequency planning is critical for multi-channel communication systems, repeater sites, and base station installations where multiple transmitters and receivers operate in close proximity, creating the potential for intermodulation interference.

ParameterFree SpaceUrbanIndoor
Path Loss ModelFriis (1/r²)Okumura-HataIEEE 802.11
Fading Margin0 dB10-30 dB5-15 dB
MultipathNoneSevereModerate-severe
Typical RangeLine of sight1-30 km10-100 m
Shadow Fading (σ)0 dB6-12 dB3-8 dB

Margin Allocation

For a system with channels at f1, f2, ..., f_N: Third-order products (most important): 2fi - fj and fi + fj - fk for all combinations. Number of 2-signal IM3 products: N × (N-1). For a 4-channel system: 12 IM3 products. For a 10-channel system: 90 IM3 products. For a 100-channel system: 9,900 IM3 products. Fifth-order products: 3fi - 2fj, 2fi + fj - 2fk, etc. More products but lower level (typically 20-40 dB below IM3). Example: channels at 460.0, 460.2, 460.5, 461.0 MHz. IM3 from 460.0 and 460.2: 2×460.0 - 460.2 = 459.8 MHz (harmless, out of band). 2×460.2 - 460.0 = 460.4 MHz (harmless). IM3 from 460.2 and 460.5: 2×460.2 - 460.5 = 459.9 MHz (harmless). 2×460.5 - 460.2 = 460.8 MHz (harmless). IM3 from 460.5 and 461.0: 2×460.5 - 461.0 = 460.0 MHz. This lands on channel 1 (460.0 MHz). Problem. Solution: shift channel 3 to 460.6 MHz. New IM3: 2×460.6 - 461.0 = 460.2 MHz (lands on channel 2). Still a problem. Try 460.7 MHz: 2×460.7 - 461.0 = 460.4 MHz (clean). Check all others: 2×460.0 - 460.7 = 459.3 (clean). 2×460.2 - 460.7 = 459.7 (clean). All IM3 products are now out of band.

Propagation Modeling

(1) Equal spacing with interleaving: divide available spectrum into groups. Within each group, channels are equally spaced. Between groups, use an offset that prevents inter-group IM3 products from landing on any channel. Used in cellular frequency planning. (2) Golomb ruler: a set of marks at integer positions where all pairwise differences are unique. If the channel frequencies are placed at Golomb ruler positions × channel spacing: no two pairs of channels produce the same IM3 product frequency, minimizing the number of IM3 hits. For N channels: a perfect Golomb ruler ensures zero IM3 collisions. However: perfect Golomb rulers exist only for small N (up to 4). For larger N: near-optimal Golomb rulers are used. (3) Computerized search: for large systems (50+ channels), use combinatorial optimization (genetic algorithm, simulated annealing) to find channel assignments that minimize the number of IM3 products landing on active channels, weighted by the expected IM3 power level. (4) Frequency separation rules: for cellular base station colocation: the minimum separation between any two transmit frequencies should be > 2× the channel bandwidth to keep IM3 products outside the receiver passband. If this is not possible: use high-isolation duplexers and low-PIM components.

  1. Performance verification: confirm specifications against the application requirements before finalizing the design
  2. Environmental factors: temperature range, humidity, and vibration affect long-term reliability and parameter drift
  3. Cost vs. performance: evaluate whether the application demands premium components or standard commercial grades
  4. Interface compatibility: verify impedance, connector type, and mechanical form factor match the system architecture

Fade Mitigation

In a superheterodyne receiver, the mixer generates products at m×f_RF + n×f_LO for all integer m, n. Any product landing at f_IF will be detected as a signal. The spur chart: a 2D plot with f_RF on the x-axis and f_LO or f_IF on the y-axis. Lines of constant m×f_RF + n×f_LO = f_IF form a grid. The desired signal is the m=1, n=-1 line (f_RF - f_LO = f_IF for low-side LO) or m=1, n=+1 (f_RF + f_LO = f_IF for high-side LO). All other lines represent spurious responses. Design rule: choose f_IF and f_LO so that the desired signal sits in a clear region of the spur chart, with no low-order spur lines (|m| + |n| ≤ 5) crossing the operating bandwidth. High-IF architectures (f_IF > f_RF/2): fewer low-order spurs in the operating band but require wider-bandwidth IF components. Low-IF architectures: simpler IF filtering but more spurs (image frequency is close to the desired frequency).

Common Questions

Frequently Asked Questions

How do I check a frequency plan for IM3 problems?

Create a spreadsheet or script: (1) List all N channel frequencies. (2) Generate all IM3 product frequencies: 2fi-fj for all i≠j (N×(N-1) products). (3) For each product, check if it falls within ±BW/2 of any channel center frequency. (4) Flag all hits. (5) If hits exist: adjust the offending channel frequency and repeat. For large systems: use dedicated tools (Comsearch IMOD, EDX SignalPro, or custom Python/MATLAB scripts). The analysis should also include IM5 and IM7 products for high-power transmitter sites where these products may exceed the receiver sensitivity.

What causes passive intermodulation (PIM) at a cell site?

PIM is generated by nonlinear junctions in the RF path: corroded connectors, loose bolts, dissimilar metal contacts, rusty tower hardware, and contaminated antenna elements. PIM is significant at cell sites because: (1) Two high-power transmitted carriers (20-40W each) generate IM products in the metal hardware. (2) The IM3 products from two downlink carriers can fall in the uplink band (especially in FDD systems where the duplex spacing is designed for the carrier frequencies, not for IM products). (3) PIM levels as low as -120 dBm can desensitize the base station receiver. Mitigation: use PIM-rated connectors (7/16 DIN, 4.3-10), ensure clean and properly torqued connections, avoid dissimilar metals (e.g., copper and aluminum), and perform PIM testing during installation (specification: PIM < -155 dBc for two +43 dBm carriers).

Does frequency planning apply to OFDM systems?

OFDM systems like LTE and 5G NR use a different approach: the subcarriers are orthogonal by design (no IM3 between subcarriers within the same OFDM signal). The frequency planning challenge shifts to: (1) Carrier assignment between cells: which cells use which carriers (frequency reuse pattern). With ICIC (inter-cell interference coordination) and massive MIMO: frequency reuse 1 is standard (all cells on the same frequency). (2) Coexistence with other systems: ensuring that 5G carriers do not interfere with adjacent-band systems (e.g., C-band 5G near satellite C-band). (3) Adjacent channel leakage ratio (ACLR): the terminal transmitter must not leak energy into adjacent carrier frequencies. ACLR > 30-45 dB depending on the standard.

Need expert RF components?

Request a Quote

RF Essentials supplies precision components for noise-critical, high-linearity, and impedance-matched systems.

Get in Touch