Inferensys

Glossary

Burst Onset Detection

The signal processing algorithm used to precisely locate the temporal boundary where a radio frequency transmission transitions from the noise floor to an active state.
Security analyst reviewing fraud detection AI on multiple screens, alert dashboards visible, dark mode monitoring setup.
SIGNAL PROCESSING

What is Burst Onset Detection?

Burst onset detection is the algorithmic process of precisely identifying the temporal boundary where a radio frequency transmission transitions from the noise floor to an active state, enabling isolation of the critical turn-on transient for device fingerprinting.

Burst onset detection is a signal processing algorithm that locates the exact sample index where a transmitter's energy rises above the ambient noise floor. This temporal boundary marks the initiation of the turn-on transient, a brief period containing unique hardware-specific artifacts from power amplifier ramp-up, phase-locked loop settling, and oscillator stabilization. Accurate detection is foundational to transient fingerprinting, as misalignment by even a few samples can corrupt the extracted identifying features.

Common detection methods include energy-based thresholding using a sliding window to compare short-term power against an estimated noise floor, and statistical change-point detection algorithms like Page's cumulative sum test. More robust approaches employ matched filtering against a known ramp-up template or wavelet-based singularity detection to identify the precise discontinuity. The algorithm must balance sensitivity to weak signals against false triggers from impulsive noise, making adaptive thresholding critical for real-world deployment.

BURST ONSET DETECTION

Key Detection Techniques

The foundational signal processing algorithms that precisely locate the temporal boundary where a radio frequency transmission transitions from the noise floor to an active state, enabling isolation of the critical turn-on transient for fingerprint extraction.

01

Bayesian Changepoint Detection

A probabilistic framework that models the burst onset as a changepoint in the statistical properties of the received signal. By maintaining a running posterior distribution over possible changepoint locations, this method provides both a detection decision and a confidence interval for the onset time. The algorithm computes the probability that a change in variance or mean has occurred given all prior observations, making it highly robust to non-stationary noise floors and dynamic channel conditions. Unlike threshold-based methods, Bayesian approaches naturally incorporate prior knowledge about expected burst durations and inter-arrival times.

< 1 sample
Theoretical Resolution
99.9%
Detection Confidence Achievable
02

Energy Envelope Thresholding

The most computationally efficient onset detection method, computing the instantaneous power of the received signal via a moving average of squared magnitude samples. A burst onset is declared when the energy envelope crosses a pre-defined threshold above the estimated noise floor. Key design parameters include:

  • Threshold level: Typically set 6-10 dB above the noise floor to balance sensitivity against false alarms
  • Averaging window length: Must be shorter than the expected rise time to avoid smearing the transient edge
  • Hysteresis: Prevents chattering detections when the signal hovers near the threshold This method is ideal for real-time FPGA implementations but struggles in low-SNR environments.
100 ns
Typical Latency on FPGA
6-10 dB
Threshold Above Noise Floor
03

Matched Filter Detection

The optimal linear detector for a known transient shape in additive white Gaussian noise. A template of the expected ramp-up signature is correlated with the incoming signal stream; the onset is declared at the time index producing the maximum correlation peak. This technique maximizes the signal-to-noise ratio at the decision point and is particularly effective when the transmitter's amplitude ramp profile is known a priori from enrollment. Implementation requires:

  • A pre-characterized transient template from the target device
  • Continuous cross-correlation of the template against the IQ sample stream
  • Peak detection with interpolation for sub-sample timing accuracy
10-15 dB
SNR Improvement Over Thresholding
Sub-ns
Timing Precision with Interpolation
04

Wavelet Transform Edge Detection

Leverages the multi-scale decomposition properties of the discrete wavelet transform to identify burst onsets across different time-frequency resolutions simultaneously. The transient's sharp discontinuity generates large wavelet coefficients at fine scales, while the steady-state signal energy concentrates at coarser scales. By tracking the modulus maxima of wavelet coefficients across decomposition levels, the algorithm can distinguish true burst edges from noise spikes. This approach excels at detecting transients with varying rise times and is inherently robust to colored noise and narrowband interference that would trigger false alarms in simpler energy detectors.

3-5 scales
Typical Decomposition Levels
Daubechies-4
Common Mother Wavelet
05

Sequential Probability Ratio Test (SPRT)

A sequential hypothesis testing framework that processes samples one at a time, accumulating evidence for the presence or absence of a burst until a decision boundary is crossed. Unlike fixed-sample detectors, SPRT minimizes the average detection time for a given false alarm and miss rate by continuously evaluating the log-likelihood ratio. The algorithm maintains two hypotheses:

  • H₀: Only noise is present
  • H₁: Signal plus noise is present When the cumulative log-likelihood ratio exceeds an upper threshold, a burst is declared. This method is optimal for low-latency applications where minimizing detection delay is critical.
50%
Average Sample Reduction vs Fixed Tests
Wald's
Underlying Theory
06

Phase-Based Onset Detection

Exploits the phase discontinuity that occurs at the moment a transmitter's oscillator and modulator are energized. Rather than monitoring amplitude changes, this technique tracks the instantaneous phase derivative (frequency) and identifies the onset by detecting a sudden deviation from the expected phase trajectory. The method is particularly effective when:

  • The transmitter exhibits a transient carrier feedthrough spike
  • The PLL settling transient causes a rapid frequency sweep
  • Amplitude-based detection is compromised by fading or interference Phase-based detection can identify the onset even when the amplitude change is gradual, as the phase discontinuity is often more abrupt and hardware-specific.
π/2 rad
Typical Phase Jump Magnitude
PLL Lock Time
Detection Window
TRANSIENT BOUNDARY DETECTION

Burst Onset vs. Burst Offset Detection

Comparison of algorithmic approaches for locating the temporal boundaries of a radio frequency burst for transient fingerprint extraction.

FeatureBurst Onset DetectionBurst Offset Detection

Detection Objective

Locate transition from noise floor to active transmission

Locate transition from active transmission to noise floor

Primary Transient Target

Turn-on transient and ramp-up signature

Turn-off transient and ramp-down signature

Signal Characteristic at Boundary

Rising edge with amplitude increase

Falling edge with amplitude decay

Typical SNR Challenge

Signal emerges from noise; low SNR at initial samples

Signal descends into noise; trailing samples have degrading SNR

Common Detection Metric

Amplitude threshold crossing (e.g., 10% of steady-state RMS)

Amplitude threshold crossing (e.g., 10% of steady-state RMS)

Key Hardware Artifacts Captured

PLL lock transient, VCO pulling, power amplifier turn-on overshoot

Power amplifier discharge, phase discontinuity at cutoff, supply rail collapse

Spectral Signature

Transient spectral splatter and adjacent channel splatter

Key-click sidebands and phase noise burst at termination

Dominant Impairment Source

Inrush current, bias network charging, oscillator startup

Capacitive discharge, gate/base turn-off, power supply holdup decay

Envelope Analysis Technique

Leading edge slope and rise-time variance measurement

Trailing edge slope and fall-time variance measurement

Phase Domain Behavior

Phase discontinuity at oscillator startup; frequency settling profile

Phase discontinuity at carrier cutoff; instantaneous frequency drift to zero

Higher-Order Statistical Feature

Transient kurtosis of rising envelope; bispectrum of inrush artifacts

Transient skewness of falling envelope; cumulant analysis of discharge

Matched Filter Design

Template matched to ramp-up signature and overshoot profile

Template matched to ramp-down signature and undershoot profile

False Detection Risk

Noise spike misinterpreted as burst start

Multipath fading tail misinterpreted as burst continuation

Computational Latency Sensitivity

Real-time detection required before downstream processing

Can be performed post-capture with less stringent latency

Typical Detection Algorithm

Dual-threshold with hysteresis; Bayesian changepoint detection

Dual-threshold with hysteresis; energy decay model fitting

Integration with Fingerprinting Pipeline

Triggers capture buffer for full transient fingerprint extraction

Defines endpoint for transient duration measurement and settling time analysis

BURST ONSET DETECTION

Frequently Asked Questions

Precise answers to common technical questions about the algorithms and signal processing techniques used to locate the temporal boundary where a radio frequency transmission transitions from the noise floor to an active state.

Burst onset detection is the signal processing algorithm that precisely identifies the temporal boundary where a radio frequency transmission transitions from the noise floor to an active state. It operates by analyzing the instantaneous power envelope of a captured waveform, typically using a double-threshold energy detector or a Bayesian changepoint detector. The algorithm computes a test statistic—such as the running average of squared magnitude samples—and declares an onset when this statistic exceeds an adaptive threshold calibrated to the local noise floor. More sophisticated implementations employ matched filters that correlate the incoming signal against a library of known ramp-up signatures, or use wavelet-based singularity detection to identify the exact sample index where the signal's statistical properties change. The precision of this detection directly determines the quality of the subsequent transient fingerprint extraction, as even single-sample misalignment can corrupt the transient envelope analysis.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.