Clipping Indicator

Indicates chunks of time records that may be clipped.

이 제출물을 팔로우합니다

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 (2026). Clipping Indicator (https://kr.mathworks.com/matlabcentral/fileexchange/28115-clipping-indicator), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: FINDSEQ

카테고리

Help CenterMATLAB Answers에서 Structures에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

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

1.0.0.0