Simple Data Cleaner

버전 1.0.0.0 (1.39 KB) 작성자: John Pritchard
Simple filter to convert noisy data of arbitrary amplitude to 1s and 0s.
다운로드 수: 359
업데이트 날짜: 2011/11/9

라이선스 보기

This is a simple filter that converts noisy data of arbitrary amplitude to 1s and 0s.

The input is an array of the raw data, and a new array of 1s and 0s of equivalent array length is returned.

The function uses simple edge detection. The maximum and minimum amplitude of the array is stored, and the edge is defined as their average. More involved methods of edge detection recommended for highly sensitive data.

The 'cleaned' data can be plotted by specifying a second input argument (it can be any integer).

Example of use:
[clean_data] = rxClean(raw_data)
OR
[clean_data] = rxClean(raw_data,1)

인용 양식

John Pritchard (2024). Simple Data Cleaner (https://www.mathworks.com/matlabcentral/fileexchange/33691-simple-data-cleaner), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Digital Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0