Creating a transfer function from a frequency sweep FFT
조회 수: 16 (최근 30일)
이전 댓글 표시
Hi everyone,
I'm trying to define a tranfer function for my mecchanical system. I've done a frequency sweep from 0Hz to 30Hz and obtained 2 data vectors; input and output.
I've done the FFT(x,y) but how can I get a transfer function
TF= num(s) / den(s) or a bode from that FFT analysis?
regards,
Piero
댓글 수: 0
채택된 답변
Arkadiy Turevskiy
2013년 3월 18일
You can do that using System Identification Toolbox, or using tfestimate from Signal Processing Toolbox.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!