Touch Position Locating via Signal Sorting and Grouping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for locating touch positions on touch display screens are time-consuming and inefficient, requiring repetitive group selection and significant memory usage.

Innovation Solution

A method that sorts touch signals in a decreasing sequence and performs group selection based on signal values to efficiently determine the physical center coordinates of touch areas, using a bubble sorting algorithm and a nine-square grid threshold for grouping, thereby reducing repetition and memory usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional group selection methods are used to locate touch positions, then accurate touch position recognition is achieved, but the process becomes time-consuming and requires multiple returns to starting points

Engineering Contradiction:
Improvetouch position recognition accuracyVSAvoidgroup selection time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent applies preliminary action by sorting all touch signals in decreasing order of their signal values before performing group selection. This preprocessing step ensures that signals are already organized by strength, allowing the group selection algorithm to proceed sequentially without needing to return to starting points multiple times. The strongest signals are processed first, establishing a clear processing order that eliminates repetitive operations.

Inventive Principle:
Principle #10Preliminary action

2Area of stationary object

If traditional group selection methods are used, then complete touch area coverage is achieved, but significant memory space is consumed for storage

Engineering Contradiction:
Improvetouch area coverageVSAvoidmemory space usage
Core Design Contradiction:
Area of stationary objectVSQuantity of substance

Solution Approach 1:

The patent extracts and processes only the necessary information for group selection by sorting signals based on their values and positions. Instead of storing and processing all raw touch signal data simultaneously, the method extracts key parameters (signal values and coordinates) in a sorted sequence, allowing group selection to proceed with minimal stored data. This extraction approach reduces memory requirements while maintaining complete touch area coverage.

Inventive Principle:
Principle #2Taking out (Extraction)

3Measurement precision

If repetitive group selection is performed to ensure accurate touch location, then positioning accuracy is improved, but processing efficiency decreases

Engineering Contradiction:
Improvetouch position accuracyVSAvoidprocessing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

By pre-sorting all touch signals in decreasing order of their signal values, the patent eliminates the need for repetitive group selection iterations. The sorted sequence provides a deterministic processing order where each signal is evaluated once in context of already-processed stronger signals, ensuring positioning accuracy without requiring multiple passes through the data.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements continuous useful action by processing signals in a single sequential pass through the sorted array. Once signals are sorted, the group selection algorithm continuously progresses through the list from strongest to weakest signal, making a decision about group membership for each signal without interruption or repetition. This continuous processing maintains accuracy while maximizing processing efficiency.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS11287929B1Method for locating touched position, locating device, and touch display device
Publication Date: 2022.03.29 FITIPOWER INTEGRATED TECH SHENZHEN INC
  • US11287929B1 patent drawing
  • US11287929B1 patent drawing
  • US11287929B1 patent drawing

AI summary

A method for locating a touched position on a touch panel acquires a sensing signal from a sensing area on the touch panel when the touch panel is touched. A determination is made as to whether the sensing signal of the sensing area on the touch panel is a touch signal and if so, sorting all the touch signals to obtain a decreasing sequence of strength of touch signals. Selection of groups of all the touch signals in the decreasing sequence is carried out according to a direction of decrease of strength, to divide all the touch areas into at least one group. Calculating a physical center of each of the at least one group, wherein the touch position of each of the groups is taken as the physical center and point of origin of the coordinates.