Samsung · Filed Feb 12, 2026 · Published Jun 25, 2026 · verified — real USPTO data

Samsung Patents a Shortcut That Speeds Up How Phones Decode Wi-Fi Signals

Samsung thinks it can speed up one of the most repeated math operations in every modern wireless chip by replacing a complex step with a single bit-flip. That's a small change with potentially big consequences for 5G modems.

Samsung Patent: Faster FFT for OFDM Wireless Signals — figure from US 2026/0180846 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0180846 A1
Applicant Samsung Electronics Co., Ltd.
Filing date Feb 12, 2026
Publication date Jun 25, 2026
Inventors Jihoon HAN, Daeho SOHN, Moonheok JANG
CPC classification 708/404
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Mar 20, 2026)
Parent application is a Continuation of PCTKR2024009961 (filed 2024-07-11)
Document 20 claims

What Samsung's signal-processing shortcut actually does

Every time your phone sends a wireless signal, a chip inside performs a massive number of rapid math calculations to pack your data onto different radio frequencies at once. This technique is called OFDM, and it's the backbone of Wi-Fi, 4G, and 5G. The math at its core, called a Fast Fourier Transform (FFT), converts signals back and forth between two different representations so your data can travel cleanly over the air.

Samsung's patent describes a shortcut for one part of that math. Normally, a step called a cyclic shift requires moving a whole sequence of numbers around in memory, which takes time and energy. Samsung's approach replaces that shuffling operation with something much simpler: flipping a single binary digit (a "bit") in each index number the chip is already working with.

Think of it like rearranging a deck of cards versus just changing the label on the box. The result is the same, but one method is far faster. For a chip doing this millions of times per second, those saved steps add up to real efficiency gains.

How flipping one bit replaces a costly cyclic shift

The patent covers an Inverse Fast Fourier Transform (IFFT) circuit designed for OFDM modulation, the signal-encoding method used in virtually all modern wireless communications. OFDM works by splitting a data stream across many closely spaced radio frequencies simultaneously, and the IFFT is what converts the original data (in the "frequency domain") into a waveform the antenna can actually transmit (the "time domain").

The standard way to implement a cyclic shift during IFFT involves reordering the data sequence in memory, an operation that requires extra reads, writes, and logic steps. Samsung's claimed invention replaces that reordering with a single-bit inversion: for every FFT index in the operation, the circuit simply flips the most significant bit (MSB, the leading binary digit) of that index's binary representation from 0 to 1, or 1 to 0.

In binary arithmetic, flipping the MSB of an index is mathematically equivalent to shifting the sequence by half its total length, which is exactly what the cyclic shift is meant to accomplish. The circuit then proceeds with the standard cyclic extension step (adding a short repeated prefix to the signal to prevent interference between symbols) using the already-transformed sequence.

The net effect is that a moderately complex memory-shuffling operation is reduced to a trivial one-bit change, lowering the number of logic gate operations the processor must perform each transmission cycle.

What this means for 5G chips and battery life

OFDM processing is not a rare event inside a wireless chip. In a 5G modem, the IFFT runs continuously at very high rates, so any reduction in per-cycle work compounds quickly into meaningful savings on power consumption and processing latency. For you, that could translate to a device that stays cooler, draws less battery during heavy data use, or fits a capable modem into a smaller, cheaper chip.

This kind of low-level arithmetic optimization is also the sort of thing that tends to get baked into custom silicon. Samsung designs its own Exynos modem chips, and a more efficient IFFT block is exactly the type of incremental improvement that adds up across a full chip design.

Editorial take

This is unglamorous but honest engineering work. Replacing a memory-shuffle with a single bit-flip in a hot path that runs millions of times per second is exactly the kind of optimization that actually ships and actually saves milliwatts at scale. It's not a product announcement, but it's real.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.