transfer function frequency response
3 次查看(过去 30 天)
显示 更早的评论
how to get transfer function from this time response plot? Red is input and blue is output....
0 个评论
回答(2 个)
J. Webster
2016-6-27
Take the fourier transform of both signals, then the transfer function will be the FFT of the cavity divided by the FFT of the reference.
Star Strider
2016-6-27
You are doing ‘system identification’. If you have the Signal Processing Toolbox, use the invfreqz function. (If you have the System identification Toolbox, there are several functions you can use to identify the cavity dynamics.)
You will have to experiment with the number of poles and zeros in the transfer function. I would start with 5 for both, then use the output to define an IIR filter, and then filter the input signal with it, and continue changing the number of poles and zeros (I would specify the same number for each) until you the output reasonably approximates the response to your system.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!