Frequency-Scaling Counter for High-Volume Threshold Counting

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

As the number of events to be counted increases, typical counters reach their maximum value limit due to bit constraints, necessitating additional circuitry and storage, while administrators often care more about threshold values than exact counts, leading to inefficiencies.

Innovation Solution

The implementation of a frequency scaling counter, which adjusts its increment frequency based on an exponent counter, allowing it to count to higher values by decrementing the frequency of incrementation when a maximum value is reached, thereby extending the count range beyond typical counters.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a typical counter increments once for every event, then the count value accurately reflects the number of events, but the counter reaches its maximum value limit due to bit constraints, necessitating additional circuitry and storage

Engineering Contradiction:
Improvecount accuracyVSAvoidstorage space
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The counter is divided into two separate counters: a first counter that increments at full event frequency and a second counter that increments at a reduced frequency (e.g., every N events). This segmentation allows the system to track both precise counts and high-volume thresholds using fixed storage space, resolving the contradiction between measurement precision and quantity of substance.

Inventive Principle:
Principle #1Segmentation

2Adaptability or versatility

If additional circuitry is added to extend counter range, then the counter can handle more events, but the device complexity increases

Engineering Contradiction:
Improvecounter rangeVSAvoidcircuitry
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The two-counter configuration serves multiple functions: the first counter provides precise event counting for low-volume accuracy, while the second counter handles high-volume threshold detection. This multi-functionality extends the counter's adaptability without requiring complex additional circuitry, as each counter uses standard incrementing logic.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Measurement precision

If the counter increments at full frequency, then precise event counts are maintained, but storage space requirements increase for high event volumes

Engineering Contradiction:
Improveevent count precisionVSAvoidstorage requirements
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

By segmenting the counting function into two parallel counters with different increment frequencies, the system maintains precise tracking capability through the first counter while the second counter handles bulk threshold detection. This segmentation eliminates the need for large storage space to represent high event volumes, as the second counter only needs to track threshold multiples.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS8964931B2Frequency scaling counter
Publication Date: 2015.02.24 HEWLETT PACKARD ENTERPRISE DEV LP
  • US8964931B2 patent drawing
  • US8964931B2 patent drawing
  • US8964931B2 patent drawing

AI summary

A counter is provided, where, as the number of events that occur increases, the frequency in which the events are counted is scaled.