signalwidth.m

Finds the signal widhth of vector or matrix of data
1,1K descargas
Actualizado 14 jul 2008

Sin licencia

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%.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2006b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Signal Processing Toolbox en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0