signalwidth.m

Finds the signal widhth of vector or matrix of data

You are now following this Submission

Estimates the signal width of data input, using definition:

rho = cumtrapz(t,x.^2)/trapz(t,x.^2)

The integration limits go from mean(t)-w/2 and mean(t)+w/2; w is defined as the signal width, and gives the time at which rho % of the signal is
captured. It is an informal measure of the localization of a signal.
Rho, in most applications, is ~90%.

Cite As

Joshua Carmichael (2026). signalwidth.m (https://www.mathworks.com/matlabcentral/fileexchange/20686-signalwidth-m), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Signal Processing Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0