modalfrf
모드 해석을 위한 주파수-응답 함수
구문
설명
는 샘플 레이트 frf
= modalfrf(x
,y
,fs
,window
)fs
로 샘플링된 가진 신호 x
와 응답 신호 y
에서 주파수 응답 함수 frf
의 행렬을 추정합니다. 출력값 frf
는 Welch 방법과 window
함수를 신호에 윈도우로 적용하여 계산한 H1 추정값입니다. x
와 y
는 행 개수가 같아야 합니다. x
또는 y
가 행렬이면 각 열은 신호를 나타냅니다.
시스템 응답 y
는 가속도 측정값을 포함한다고 가정합니다. 변위 또는 속도 측정값에서 시작하는 주파수-응답 함수를 계산하려면 'Sensor'
인수를 사용하십시오. modalfrf
함수는 센서 유형에 관계없이 항상 동적 유연성(리셉턴스) 형식으로 주파수-응답 함수를 출력합니다.
는 이름-값 인수를 사용하여 옵션을 지정하며 이전 구문의 입력값 조합을 사용합니다. 옵션으로는 추정량, 측정값 구성, 시스템 응답을 측정하는 센서 유형 등이 있습니다.frf
= modalfrf(___,Name,Value
)
[
는 식별된 모델 frf
,f
] = modalfrf(sys
)sys
의 주파수-응답 함수를 계산합니다. ssest
(System Identification Toolbox), n4sid
(System Identification Toolbox) 또는 tfest
(System Identification Toolbox) 같은 추정 명령을 사용하여 시간 영역 입력 신호와 출력 신호에서 sys
를 생성할 수 있습니다. 이 구문에는 'Sensor'
이름-값 인수만 사용할 수 있습니다. 이 구문을 사용하려면 System Identification Toolbox™ 라이선스가 있어야 합니다.
modalfrf(___)
(출력 인수 없음)는 현재 Figure에 주파수 응답 함수를 플로팅합니다. 플롯은 처음 4개의 가진 신호와 4개의 응답을 그리는 것으로 제한됩니다.
예제
입력 인수
출력 인수
참고 문헌
[1] "Dynamic Stiffness, Compliance, Mobility, and more..." Siemens, last modified 2019, https://community.sw.siemens.com/s/article/dynamic-stiffness-compliance-mobility-and-more.
[2] Brandt, Anders. Noise and Vibration Analysis: Signal Analysis and Experimental Procedures. Chichester, UK: John Wiley & Sons, 2011.
[3] Irvine, Tom. "An Introduction to Frequency Response Functions," Vibrationdata, 2000, https://vibrationdata.com/tutorials2/frf.pdf.
[4] Vold, Håvard, John Crowley, and G. Thomas Rocklin. "New Ways of Estimating Frequency Response Functions." Sound and Vibration. Vol. 18, November 1984, pp. 34–38.
확장 기능
버전 내역
R2017a에 개발됨참고 항목
modalfit
| modalsd
| n4sid
(System Identification Toolbox) | tfestimate
도움말 항목
- Modal Analysis of Identified Models
- System Identification Overview (System Identification Toolbox)
- System Identification Workflow (System Identification Toolbox)
- Supported Continuous- and Discrete-Time Models (System Identification Toolbox)