Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

결함 검출 및 진단하기

상태 모니터링 및 이상 감지를 위해 통계 모델, 머신러닝 모델, 딥러닝 모델 훈련

상태 모니터링에는 결함 상태와 정상 상태를 구분하는 결함 검출, 그리고 결함 상태가 있는 경우 결함 발생의 원인을 확인하는 결함 진단이 포함됩니다. 상태 모니터링 알고리즘을 설계하려면 시스템 데이터에서 추출한 상태 지표를 사용하여 테스트 데이터를 분석해서 현재 시스템의 상태를 확인하는 결정 모델을 훈련합니다.

알고리즘을 설계할 때, 다양한 상태 지표를 사용하여 여러 결함 검출 및 진단 모델을 테스트해 볼 수 있습니다. 따라서 설계 과정의 이 단계는 여러 지표나 이들 지표의 다양한 조합을 시도해 보고 여러 결정 모델을 시험해 보면서 상태 지표를 추출하는 반복적인 과정일 가능성이 높습니다.

사용할 수 있는 모델 유형에 대한 개요는 결함 검출 및 진단을 위한 결정 모델 항목을 참조하십시오.

함수

모두 확장

pca원시 데이터에 대한 주성분 분석
pcares주성분 분석의 잔차
sequentialfsSequential feature selection using custom criterion
fscncaFeature selection using neighborhood component analysis for classification
tsnet-분포 확률적 이웃 임베딩
ksdensity일변량 데이터와 이변량 데이터에 대한 커널 평활화 함수 추정값
histfit분포가 피팅된 히스토그램
coxphfitCox proportional hazards regression
ztestz-검정
fitcsvm단일 클래스 및 이진 분류를 위한 서포트 벡터 머신(SVM) 분류기 훈련
fitcecoc서포트 벡터 머신 또는 다른 분류기에 대해 다중클래스 모델 피팅하기
fitcknnk-최근접이웃 분류기 피팅
fitclinearFit binary linear classifier to high-dimensional data
fitcnb다중클래스 나이브 베이즈 모델 훈련
fitctree다중클래스 분류를 위한 이진 결정 트리 피팅
fitckernelFit binary Gaussian kernel classifier using random feature expansion
kmeansk-평균 군집화
mle최대가능도 추정값
TreeBagger배깅 결정 트리의 앙상블
nlarxEstimate parameters of nonlinear ARX model
ssestEstimate state-space model using time-domain or frequency-domain data
arxARX, ARIX, AR 또는 ARI 모델의 파라미터 추정
armaxEstimate parameters of ARMAX, ARIMAX, ARMA, or ARIMA model using time-domain data
ar스칼라 시계열에 대한 AR 모델 또는 ARI 모델 식별 시 파라미터 추정
forecastForecast identified model output
translatecovTranslate parameter covariance across model transformation operations
controlchartShewhart control charts
controlrulesWestern Electric and Nelson control rules
cusum누적합을 사용하여 평균의 미세한 변화 감지
findchangepts신호 내 급격한 변화 찾기
findpeaks국소 최댓값 구하기
pdist관측값 쌍 간의 쌍별(Pairwise) 거리
pdist2두 관측값 세트 간의 쌍별(Pairwise) 거리
mahal기준 표본까지의 마할라노비스 거리
segmentSegment data and estimate models for each segment
meanDifferenceModelIdentify most degraded cell in serially connected lithium-ion battery pack (R2022b 이후)
adjacentPairCorrelationModelIdentify worst cell relative to other cells in serially connected lithium-ion battery pack (R2023a 이후)

도움말 항목

결정 모델

모델 기반 접근 방식을 사용한 결함 진단

시스템 식별을 사용한 결함 검출

다중 클래스 결함 검출

인공 지능을 사용한 결함 검출 및 진단