이 페이지의 최신 내용은 아직 번역되지 않았습니다. 최신 내용은 영문으로 볼 수 있습니다.
findpeaks
를 사용하여 신호의 국소 최댓값을 찾고 높이, 폭 또는 돌출부를 기준으로 피크를 정렬합니다. peak2rms
함수를 사용하여 신호의 파고율을 확인하고 최댓값, 최솟값, 표준편차, RMS 레벨 등의 일반적인 기술 통계량을 계산합니다. 대규모 데이터 세트에서 관심 있는 신호를 찾고 신호를 시간순으로 정렬합니다. 신호가 갑자기 변하거나 목표 범위를 벗어날 정도로 변동하는 지점을 찾습니다. 분석이나 머신러닝, 딥러닝을 위해 신호에 레이블을 지정합니다.
신호 분석기 | 여러 개의 신호와 스펙트럼을 시각화하여 비교 |
신호 레이블 지정기 | Label signal attributes, regions, and points of interest |
RMS Value of Periodic Waveforms
Find the root mean square value of a sine wave, a square wave, and a rectangular pulse train.
데이터 세트에서 국소 최댓값을 찾고 이러한 피크가 주기적으로 나타나는지 확인합니다.
The prominence of a peak measures how much the peak stands out due to its intrinsic height and its location relative to other peaks.
Human Activity Recognition Simulink Model for Smartphone Deployment (Statistics and Machine Learning Toolbox)
Generate code from a classification Simulink® model prepared for deployment to a smartphone.