Clipping Indicator

版本 1.1.0.0 (6.5 KB) 作者: Edward Zechmann
Indicates chunks of time records that may be clipped.
756.0 次下载
更新时间 2010/11/10

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Structures 的更多信息
致谢

参考作品: FINDSEQ

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

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

1.0.0.0