Dynamic Threshold Synchronization for 802.11 Signal Timing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current wireless communication systems face challenges in accurately estimating timing and frequency synchronization, particularly with increased data throughput rates and complex modulation schemes, due to the finite accuracy of crystal oscillators and limitations in existing IEEE 802.11 standards for synchronization.

Innovation Solution

A method for estimating timing and frequency of a wireless signal involves receiving digitally modulated signals, extracting signal samples from the short and long training fields of an 802.11 frame, performing correlation operations, and using a dynamic threshold to minimize false peak detections, with the option to restart the estimation process based on new correlation peaks and leveraging both STF and LTF fields for improved accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a fixed threshold is used for correlation peak detection, then the detection process is simple, but false peak detections increase reducing synchronization accuracy

Engineering Contradiction:
Improvedetection process complexityVSAvoidsynchronization accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent implements a dynamic threshold that adapts based on the detected correlation peak history. The threshold is updated using an exponential moving average formula: threshold[n] = α × threshold[n-1] + (1-α) × max_peak[n], where α is a smoothing factor. This dynamic adjustment allows the threshold to respond to changing signal conditions while filtering out false peaks, thereby improving synchronization accuracy without requiring complex fixed-threshold optimization for every scenario.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system employs feedback by continuously monitoring the correlation peaks and using them to adjust the threshold for subsequent detections. The detected peak values feed back into the threshold calculation mechanism, creating a closed-loop system that self-adjusts to the signal characteristics. This feedback mechanism enables the system to distinguish true peaks from false peaks more effectively, improving measurement precision while maintaining relatively simple implementation.

Inventive Principle:
Principle #23Feedback

2Measurement precision

If high sample rates are used for frequency and timing estimation, then estimation accuracy improves, but system complexity and processing load increase

Engineering Contradiction:
Improvefrequency and timing estimation accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs preliminary coarse frequency offset estimation using the short training field (STF) correlation peaks before processing the long training field (LTF). By estimating and compensating for the large frequency offset in advance using the STF, the system reduces the residual frequency error to a level that can be accurately measured using standard sample rates during LTF processing. This preliminary action eliminates the need for excessively high sample rates throughout the entire process, thereby reducing system complexity while maintaining accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The synchronization process is segmented into distinct stages: STF-based coarse frequency offset estimation followed by LTF-based fine timing and frequency estimation. Each segment operates with appropriate sampling requirements - the STF stage handles large frequency gaps with lower complexity, while the LTF stage refines the estimation with standard sampling rates. This segmentation allows the system to achieve high overall accuracy without requiring high sample rates for the entire process, thus reducing processing load and system complexity.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12166604B2Method for improved synchronization between a transmitter and a receiver on a wireless network
Publication Date: 2024.12.10 MORSE MICRO PTY LTD
  • US12166604B2 patent drawing
  • US12166604B2 patent drawing
  • US12166604B2 patent drawing

AI summary

The present disclosure provides a method for estimating timing and/or frequency of a wireless signal; the method including the steps: receiving a digitally modulated signal; extracting a plurality of signal samples associated with a short training field (STF) of a PHY protocol data unit (PPDU) of an 802.11 frame; performing correlation operations on the plurality of signal samples to generate a predetermined number of correlation peaks; comparing the generated correlation peaks with a variable dynamic threshold; and calculating timing and/or frequency of the digitally modulated signal using the outcome of the comparing step.