Block Floating Point Compression with Exponent Difference Coding

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing signal compression methods fail to efficiently manage dynamic range and bit allocation for signal samples, leading to suboptimal resource utilization and quality metrics in signal processing applications.

Innovation Solution

The method involves grouping signal samples into blocks, determining a common exponent and allocating bits to mantissas based on this exponent, and encoding these values to form compressed data, with feedback control for maintaining a fixed output data rate or quality metric.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If block floating point representation is used to increase dynamic range, then the number of bits representing signal samples can be reduced, but the complexity of determining common exponents and allocating bits increases

Engineering Contradiction:
Improvenumber of bits per sampleVSAvoidencoding complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The patent divides the signal into blocks of samples and processes each block independently with a common exponent. This segmentation allows the system to manage complexity by handling smaller groups at a time while achieving overall compression. Each block gets its own exponent determination and bit allocation, making the complex process manageable and systematic.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent dynamically adjusts the number of bits allocated to mantissas based on the determined exponent value. When the exponent indicates a larger dynamic range is needed, fewer bits are allocated to the mantissa, and vice versa. This parameter change strategy allows flexible adaptation to different signal characteristics while maintaining efficient compression.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If variable bit allocation based on exponent is implemented, then compression efficiency improves, but the difficulty of encoding and decoding increases

Engineering Contradiction:
Improvecompression efficiencyVSAvoidencoding difficulty
Core Design Contradiction:
ProductivityVSDifficulty of detecting and measuring

Solution Approach 1:

The patent determines the common exponent and performs bit allocation calculations before actually encoding the mantissa values. This preliminary action establishes the encoding scheme in advance, allowing the encoder to systematically apply the determined bit allocation without complex real-time decisions during the encoding process itself.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements a feedback mechanism where the determined exponent value directly influences the bit allocation for mantissas, and this allocation information is fed back into the encoding process. The decoder receives both the exponent and the allocated bit information, using it to correctly reconstruct the original signal values with appropriate precision.

Inventive Principle:
Principle #23Feedback

3Measurement precision

If common exponent is determined for each block, then dynamic range representation improves, but the processing time and computational resources increase

Engineering Contradiction:
Improvesignal representation accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

By dividing the signal into blocks and determining a common exponent for each block rather than processing the entire signal at once, the patent reduces computational burden. Each block's exponent determination is a smaller, more manageable task that can be performed quickly, and multiple blocks can be processed in parallel or sequentially with minimal overhead.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent makes each block self-contained with its own common exponent and bit allocation scheme. This self-service approach allows blocks to be processed independently without requiring complex global optimization, reducing processing time while maintaining accuracy within each block. The systematic approach of determining exponents and allocating bits for each block automates the process efficiently.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS8874794B2Block floating point compression with exponent difference and mantissa coding
Publication Date: 2014.10.28 ALTERA CORP
  • US8874794B2 patent drawing
  • US8874794B2 patent drawing
  • US8874794B2 patent drawing

AI summary

A method and apparatus for compressing signal samples uses block floating point representations where the number of bits per mantissa is determined by the maximum magnitude sample in the group. The compressor defines groups of signal samples having a fixed number of samples per group. The maximum magnitude sample in the group determines an exponent value corresponding to the number of bits for representing the maximum sample value. The exponent values are encoded to form exponent tokens. Exponent differences between consecutive exponent values may be encoded individually or jointly. The samples in the group are mapped to corresponding mantissas, each mantissa having a number of bits based on the exponent value. Removing LSBs depending on the exponent value produces mantissas having fewer bits. Feedback control monitors the compressed bit rate and/or a quality metric. This abstract does not limit the scope of the invention as described in the claims.