Clipping Indicator

Indicates chunks of time records that may be clipped.
756 download
Aggiornato 10 nov 2010

Visualizza la licenza

Clipping is the main program. There are three inputs: y is the time record, threshhold_value is the clipping threshhold, and threshhold_samples is the number of consecutive data points exceeding the threshhold_value to indicate that the data is clipped.

The program returns two cells arrays (clipped_max, clipped_min) indicating the length and indices of the clipped data. clipped_max indicates data chunks greater than threhhold_value.
clipped_min indicates data chunks less than -1*threhhold_value.

Cita come

Edward Zechmann (2024). Clipping Indicator (https://www.mathworks.com/matlabcentral/fileexchange/28115-clipping-indicator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Structures in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: FINDSEQ

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Fixed bug in listing the clipped indices. Number of consecutive values can now be 1.

1.0.0.0