Power Steering Signal Transition Detection via Derivative Filtering
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Noisy signals used for power steering management are affected by random fluctuations, leading to inaccurate detection of signal transitions and potential 'false positives' due to noise interference, which can distort the perception of the vehicle's behavior and steering system state.
Innovation Solution
A method involving a derivation step to evaluate the time derivative of noisy signals and a selective filtering step to detect derivative peaks exceeding a predetermined threshold, with a holding duration check to distinguish actual transitions from noise-induced fluctuations, allowing for reliable detection of true signal changes.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If traditional threshold-based detection is used to identify signal transitions, then the detection speed is fast and implementation is simple, but noise causes false positives and reduces detection reliability
Solution Approach 1:
The filtering method segments the transition detection process into three distinct stages: derivative calculation to capture signal changes, peak detection to identify significant transitions, and holding duration verification to filter noise. This segmentation allows each stage to focus on a specific aspect of detection, improving overall reliability while maintaining manageable complexity through modular processing
Solution Approach 2:
The method performs preliminary derivative calculation on the signal before threshold comparison. By pre-processing the signal to highlight transitions through differentiation, the system prepares enhanced detection data in advance, allowing the subsequent threshold and duration checks to operate on already-processed information, thereby improving reliability without proportionally increasing complexity
2Measurement precision
If noise filtering is applied to remove random fluctuations, then signal quality improves, but detection speed decreases and implementation complexity increases
Solution Approach 1:
The method changes the parameter representation from raw signal values to time-derivative values. This parameter transformation converts gradual signal changes into pronounced peaks, making transitions more distinct and easier to detect precisely. The derivative operation amplifies transition characteristics while suppressing steady-state noise, improving measurement precision without requiring complex filtering algorithms that would slow detection
Solution Approach 2:
Instead of applying continuous complex filtering to the entire signal, the method applies derivative calculation and threshold comparison only at critical moments when transitions are detected. The holding duration check acts as a partial verification step that only activates when a potential transition is identified, maintaining high detection speed while improving precision through targeted analysis rather than continuous processing
3Measurement precision
If the detection threshold is lowered to capture more transitions, then detection sensitivity increases, but false positives from noise increase
Solution Approach 1:
The time derivative acts as an intermediary between the raw noisy signal and the final transition detection. By introducing this intermediate processing step, the system transforms the signal representation so that true transitions produce distinct derivative peaks while noise remains relatively suppressed. This intermediary layer enables the use of lower thresholds without proportionally increasing false positives, as the derivative operation enhances the signal-to-noise ratio for actual transitions
Solution Approach 2:
The holding duration verification provides a feedback mechanism that checks whether a detected peak meets the minimum duration criterion before confirming it as a valid transition. This feedback loop allows the system to use sensitive threshold settings to capture potential transitions, then verify them through duration checking, thereby maintaining high detection sensitivity while filtering out noise-induced false positives that typically have insufficient duration
Data Source
AI summary
The invention concerns a method for detecting a transition (4′) in a noisy signal, which involves submitting a noisy signal (δSignal) carrying an item of information used for managing the power steering, said method comprising a derivation sub-step (a1), which involves evaluating the time derivative of the noisy signal (δSignal/δt), following by a selective filtering sub-step (a2) which involves comparing said time derivative of the noisy signal (δSignal/δt) with a predefined variation threshold (Spic) in order to detect the appearance of a derivative peak (7), greater than said variation threshold (Spic), evaluating the holding time (dpic) of said derivative peak, during which the time derivative of the noisy signal (δSignal/δt) is held above said variation threshold (Spic), and checking if said peak holding time (Spic) reaches or exceeds a predefined minimum time threshold (d0).
