Finding frequency response of a data set
Mostrar comentarios más antiguos
I have a basically sinusoidal data set that I need to find the frequency response with. There is also a lot of noise in data so it might need to be filtered. Does anybody have a suggestion on where I should start?
3 comentarios
Paulo Silva
el 22 de Feb. de 2011
frequency response or just the frequency of the sinewave?
Michael
el 23 de Feb. de 2011
Paulo Silva
el 23 de Feb. de 2011
please share the file (data set) with me, I might be able to help you.
Respuestas (2)
Rajiv Singh
el 24 de Feb. de 2011
0 votos
Try System Identification Toolbox.
If you have your input and output data, you can use it to create a parametric model (such as a transfer function) from it using an estimation algorithm such as OE, ARX or N4SID. Then use FREQRESP or BODE on resulting model to obtain the frequency response.
You can also obtain nonparametric estimate of frequency response, that is, skip the parametric model estimation and directly compute the frequency response. You can do this using SPA, SPAFDR, ETFE commands. Note that the quality of results with this method may be poorer than the one obtained by using a parametric model and may also change depending upon the choice of lag and resolution factors.
See http://www.mathworks.com/help/toolbox/ident/ug/bq2fjka.html
Rajiv Singh
el 24 de Feb. de 2011
0 votos
See also tfestimate in Signal Processing Toolbox.
Categorías
Más información sobre Filter Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!