System and method for multi-threaded OFDM channel equalizer with coprocessor

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing OFDM channel equalizers face inefficiencies due to overhead from load/store instructions, program control instructions, and data conflicts, which limit their ability to perform complex arithmetic operations and square root divisions, essential for channel equalization, leading to suboptimal signal processing rates.

Innovation Solution

A multi-threaded OFDM channel equalizer architecture that schedules processing using multiple threads across pipeline stages, incorporating a coprocessor for precise square root operations and dedicated register banks to eliminate data conflicts and optimize throughput, enabling efficient execution of complex arithmetic operations and square root divisions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a traditional OFDM channel equalizer is used, then the basic equalization function is provided, but processing efficiency is limited due to overhead from load/store instructions, program control instructions, and data conflicts

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidarchitecture complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The processing unit is segmented into multiple pipeline stages (fetch, decode, execute, write-back) that can operate in parallel. Each stage handles specific operations independently, allowing multiple instructions to be processed simultaneously across different stages, thereby improving throughput without requiring a completely new architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The equalizer implements dynamic thread scheduling where multiple threads can be activated and switched between pipeline stages based on data availability and instruction dependencies. This dynamic allocation allows the system to maximize pipeline utilization and reduce idle cycles, improving processing efficiency without static over-provisioning.

Inventive Principle:
Principle #15Dynamics

2Measurement precision

If complex arithmetic operations are performed for channel equalization, then equalization accuracy is improved, but processing time increases due to the computational complexity of multiplications, additions, and division by square root

Engineering Contradiction:
Improveequalization accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system pre-calculates and stores square root values in lookup tables during idle pipeline cycles or between processing blocks. This preliminary action eliminates the need for time-consuming real-time square root calculations during critical equalization operations, maintaining accuracy while reducing processing time.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The pipelined architecture ensures continuous execution of arithmetic operations by overlapping the execution of multiple instructions. While one instruction is being executed in the execute stage, another is being decoded, and a third is being fetched, eliminating idle cycles and maintaining continuous useful action throughout the processing unit.

Inventive Principle:
Principle #20Continuity of useful action

3Productivity

If multiple instructions are executed in sequence, then complete processing is achieved, but data conflicts and overhead reduce throughput

Engineering Contradiction:
ImprovethroughputVSAvoiddata conflict frequency
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system transitions from sequential single-threaded execution to multi-threaded parallel execution across multiple pipeline stages. By adding the time dimension through pipelining and the threading dimension through concurrent instruction streams, the system processes multiple operations simultaneously without data conflicts because each thread has dedicated register files and the pipeline stages are spatially separated.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS9553746B2System and method for multi-threaded OFDM channel equalizer with coprocessor
Publication Date: 2017.01.24 AVIAT U S
  • US9553746B2 patent drawing
  • US9553746B2 patent drawing
  • US9553746B2 patent drawing

AI summary

A system for an orthogonal frequency division multiplexed (OFDM) equalizer, said system comprising a program memory, a program sequencer and a processing unit connected to each other, wherein the processing unit comprises an input selection unit, an arithmetic logic unit (ALU), a coprocessor and an output selection unit; further wherein the program sequencer schedules the processing of one or more symbol-carrier pairs input to said OFDM equalizer using multiple threads; retrieves, for each of the one or more symbol-carrier pairs, multiple program instructions from said program memory; generates multiple expanded instructions corresponding to said retrieved multiple program instructions; and further wherein said ALU performs said processing of the one or more symbol-carrier pairs using the multiple threads across multiple pipeline stages, wherein said processing comprises said ALU executing arithmetic operations to process said expanded instructions using said multiple threads across the multiple pipeline stages.