Clipping Indicator

버전 1.1.0.0 (6.46 KB) 작성자: Edward Zechmann
Indicates chunks of time records that may be clipped.
다운로드 수: 756
업데이트 날짜: 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