이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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 (2026). Simple Data Cleaner (https://kr.mathworks.com/matlabcentral/fileexchange/33691-simple-data-cleaner), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
