COFDM Video Transmitter Parameters Explained

Complete Explanation of COFDM Video Transmitter Parameters

Understanding FREQ, BW, FEC, GI, MAP, ATTEN, UART, EVNE, and Channel Lock

When customers receive a COFDM video transmitter, they often notice a set of technical parameters displayed on the screen or OSD (On-Screen Display). A typical example might look like this:

FREQ: 830MHz  
BW: 2MHz  
FEC: 2/3  
GI: 1/32  
MAP: QPSK  
ATTEN: 0dB  
UART: 19200  
EVNE  
Channel Lock

COFDM Video Transmitter Parameters Explained
COFDM Video Transmitter Parameters Explained

For many users, especially those who are not radio engineers, these values look confusing. However, each of them plays a crucial role in how the COFDM transmitter sends stable, low-latency video over long distances.
This article explains all these parameters in detail, what they stand for, and how to adjust them correctly for your application — whether you are using COFDM transmitters for drones, vehicles, or tactical video systems.


FREQ — Frequency

Full Name: Operating Frequency
Example: FREQ: 830MHz

This shows the RF center frequency used by the transmitter. It defines where in the radio spectrum the video signal is transmitted.

How it works:
The transmitter modulates the digital video signal into an RF carrier. The receiver must tune to the exact same frequency to demodulate and decode the video.

Typical frequency ranges:

  • 300–900 MHz for long-range, better penetration through obstacles.
  • 1.2 GHz, 2.4 GHz, or 5.8 GHz for short-distance, higher data rate transmission.

Impact:

  • Lower frequency (e.g., 700–900 MHz): Better penetration and longer range, ideal for drones or mobile units in urban areas.
  • Higher frequency (e.g., 5.8 GHz): Higher throughput, but shorter range and more easily blocked by buildings.

Practical Tip:
Always make sure the transmitter and receiver use exactly the same frequency. Even a 1 MHz difference will cause the receiver to lose lock.


BW — Bandwidth

Full Name: Channel Bandwidth
Example: BW: 2MHz

Bandwidth defines how wide the transmitted signal is on the frequency spectrum. It determines how much data (video + control) can be transmitted at once.

Common values: 1 MHz, 2 MHz, 4 MHz, 8 MHz.

Explanation:

  • A wider bandwidth allows more data throughput, enabling higher-resolution or higher-frame-rate video.
  • A narrower bandwidth uses less spectrum and provides longer range and stronger penetration, but at the cost of data speed.

Example comparison:

BandwidthData RateRangeSuitable For
1 MHzLowLongestLow bitrate or SD video
2 MHzMediumLongHD video over long distance
4 MHzHighMediumHigh-quality HD or low-latency video
8 MHzVery HighShortClose-range or line-of-sight applications

Practical Tip:
For drone or tactical applications, 2 MHz is often the best balance between range and quality.


FEC — Forward Error Correction

Full Name: Forward Error Correction
Example: FEC: 2/3

FEC adds redundant information to the transmitted signal so that the receiver can detect and correct errors caused by noise, interference, or weak signal conditions.

Typical ratios: 1/2, 2/3, 3/4, 5/6.

Interpretation:

  • 1/2 → Strong error protection (half of the data is error correction).
  • 5/6 → Weaker error protection but higher throughput.

Effect on performance:

  • Lower FEC ratio = more reliable link, less data rate.
  • Higher FEC ratio = faster data rate, needs strong signal.

Example:
For long-distance drone transmission, FEC = 1/2 or 2/3 is ideal.
For short-range, high-quality streaming, you can use 3/4 or 5/6.

Practical Tip:
If your video occasionally freezes or breaks under weak signal, try lowering FEC to 1/2.


GI — Guard Interval

Full Name: Guard Interval
Example: GI: 1/32

A guard interval is a short pause inserted between COFDM symbols to prevent inter-symbol interference caused by reflections or multipath signals.

Why it matters:
In real-world environments, radio signals bounce off walls, vehicles, or the ground, creating multiple delayed copies of the same signal. Without a guard interval, these reflections would overlap and corrupt the next symbol.

Typical values: 1/4, 1/8, 1/16, 1/32.

Effect:

  • Longer GI (e.g., 1/4): Better resistance to echoes, ideal for urban or complex terrain, but slightly reduces data rate.
  • Shorter GI (e.g., 1/32): Higher speed, suitable for open field or direct line-of-sight links.

Example:
If you’re transmitting through buildings or around corners, set GI to 1/8 or 1/16.
If it’s a clear open field, 1/32 works fine.


MAP — Mapping (Modulation Type)

Full Name: Constellation Mapping or Modulation Type
Example: MAP: QPSK

MAP defines how binary data (0s and 1s) are mapped onto the carrier wave — essentially, which modulation scheme is used.

Common modulation types:

  • QPSK (Quadrature Phase Shift Keying): Transmits 2 bits per symbol; very stable, suitable for weak signals and long range.
  • 16QAM: Transmits 4 bits per symbol; higher throughput, but needs strong signal.
  • 64QAM: Transmits 6 bits per symbol; maximum data rate but most sensitive to noise.

Effect:

ModulationBits/SymbolData RateSignal Tolerance
QPSK2LowExcellent
16QAM4MediumModerate
64QAM6HighLow

Practical Tip:
For long-range, mobile, or drone systems, QPSK is the best option.
If your system is fixed and the signal is strong, 16QAM can improve throughput.


ATTEN — Attenuation

Full Name: Transmit Power Attenuation
Example: ATTEN: 0dB

This parameter adjusts the output RF power of the transmitter.
Attenuation simply means how much the signal is reduced before transmission.

How it works:

  • 0 dB = full output power (no reduction).
  • Higher dB value = signal power reduced by that amount.

Effect:

  • Lower attenuation (e.g., 0 dB): maximum power, longest range.
  • Higher attenuation (e.g., 10 dB): reduced power, useful for short-range testing or avoiding interference.

Example:
When testing indoors, set ATTEN to 10–20 dB to prevent saturating the receiver.
For actual flight or field use, use 0 dB to maximize range.


UART — Universal Asynchronous Receiver/Transmitter

Example: UART: 19200

UART refers to the serial communication interface used to configure or control the COFDM module through a data cable or host controller.

19200 represents the baud rate — the communication speed between the transmitter and the controlling device.

Common baud rates: 9600, 19200, 38400, 115200.

Purpose:

  • Parameter configuration (frequency, power, bandwidth, etc.)
  • Firmware upgrades
  • Status feedback (signal strength, temperature, etc.)

Practical Tip:
When connecting to a PC or microcontroller, ensure both ends use the same baud rate and parity settings (see “EVNE” below).


EVNE — Even Parity

Example: EVNE or EVEN

This refers to the parity bit used in UART communication. It’s a simple form of error detection that ensures data integrity.

Options:

  • EVEN (EVNE): Even parity
  • ODD: Odd parity
  • NONE: No parity bit

Function:
Parity bits help detect transmission errors during serial communication.
If the parity doesn’t match between the transmitter and the connected device, data may appear as random symbols.

Practical Tip:
Set the same parity (EVEN/ODD/NONE) on both devices to ensure stable communication.


Channel Lock

Display Example: “Channel Lock” or “Lock OK”

This message indicates that the receiver has successfully locked onto the transmitter’s COFDM signal — meaning all parameters (frequency, bandwidth, FEC, GI, and modulation) match correctly.

If it shows “Unlocked” or “No Lock”:

  • Check that both devices have the same frequency, bandwidth, FEC, GI, and modulation.
  • Verify antennas are properly connected.
  • Ensure signal strength is above the threshold.

Once “Channel Lock” appears, the receiver can decode the video and output stable image.


Summary Table

ParameterFull NameExampleFunctionKey Effect
FREQFrequency830 MHzSets RF operating frequencyMust match TX/RX
BWBandwidth2 MHzDefines channel widthAffects data rate & range
FECForward Error Correction2/3Adds redundancy for reliabilityBalances speed & stability
GIGuard Interval1/32Reduces multipath interferenceShorter GI = higher speed
MAPModulation MappingQPSKSets modulation schemeImpacts throughput & signal robustness
ATTENAttenuation0 dBAdjusts transmit powerHigher ATTEN = lower power
UARTSerial Interface19200Communication portUsed for control & setup
EVNEEven ParityEVENUART parity settingPrevents serial errors
Channel LockLocked/UnlockedRF synchronization statusMust lock before video output

Frequently Asked Questions (FAQ)

Q1. Why do my transmitter and receiver show different FEC or GI values?

They must be identical; otherwise, the receiver cannot demodulate the signal. Always confirm FEC, GI, bandwidth, and modulation match on both ends.

Q2. How can I get longer transmission range?

Use lower frequency, narrower bandwidth (e.g., 2 MHz), QPSK modulation, FEC = 1/2 or 2/3, and GI = 1/8 or 1/16. Keep ATTEN = 0 dB for full power.

Q3. My screen shows “No Lock” — what should I do?

Check that TX and RX frequencies match, antennas are firmly connected, and power is sufficient. Also make sure both units use the same bandwidth and modulation.

Q4. Can I increase bandwidth to get better video quality?

Yes, but this will shorten the range and require higher signal strength. For long-distance, narrow bandwidth is more reliable.

Q5. What’s the best setting for drone COFDM transmission?

For long-range flight:
Bandwidth: 2 MHz
Modulation: QPSK
FEC: 2/3
GI: 1/16
ATTEN: 0 dB
This ensures excellent stability with ultra-low latency.

Q6. What does UART 19200 EVNE mean?

It means the transmitter communicates at 19200 baud rate, using even parity for error detection. You must set the same values in your serial control software.

Q7. Is higher modulation always better?

Not necessarily. 16QAM or 64QAM give higher speed, but they require strong, clean signals. In weak signal environments, QPSK performs far better.


Conclusion

Understanding these COFDM parameters is essential for getting the best performance from your wireless video system.
Each setting—FREQ, BW, FEC, GI, MAP, ATTEN, UART, EVNE—affects how your transmitter balances between range, stability, and video quality.

For most long-range drone and tactical video applications, the following configuration is recommended:

  • FREQ: within 700–900 MHz
  • BW: 2 MHz
  • FEC: 2/3
  • GI: 1/16
  • MAP: QPSK
  • ATTEN: 0 dB

With correct configuration and antenna alignment, COFDM technology can provide robust, low-latency, non-line-of-sight video transmission in challenging environments.

Price range: $1,376.00 through $1,530.00

Ask A Question

← Back

Thank you for your response. ✨