how to create custom filter from FRF
Mostrar comentarios más antiguos
Hi.. i have with me frequency and amplitude data taken from an FRF. i want to convert this frequency & amplitude data into a custom filter and apply it on a time data... please let me know how to create a custom filter with frequency and amplitude data...
Respuestas (1)
Star Strider
el 25 de Nov. de 2017
0 votos
There are some options in the Signal Processing Toolbox:
- firls (link), will model the spectrum using least-squares approximation;
- tfestimate (link) will identify the transfer function.
There are also functions in the System Identification Toolbox (link) that can identify your system and model it.
You can then optimize the filter design and implement it.
Categorías
Más información sobre Digital Filter Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!