transfer function frequency response
Mostra commenti meno recenti
how to get transfer function from this time response plot? Red is input and blue is output....
Risposte (2)
J. Webster
il 27 Giu 2016
0 voti
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.
1 Commento
Zhe Liu
il 27 Giu 2016
Star Strider
il 27 Giu 2016
0 voti
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.
6 Commenti
Zhe Liu
il 27 Giu 2016
Star Strider
il 27 Giu 2016
Can you post your data as a .mat file? It would be easier to work with it directly, and come up with some directly relevant code.
Zhe Liu
il 27 Giu 2016
Star Strider
il 27 Giu 2016
A single .mat file, please.
I apologise for the delay in responding. Life intrudes.
Zhe Liu
il 28 Giu 2016
Star Strider
il 28 Giu 2016
I’m still here!
Categorie
Scopri di più su Dynamic System Models in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!