how to create custom filter from FRF
Mostra commenti meno recenti
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...
Risposte (1)
Star Strider
il 25 Nov 2017
0 voti
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.
Categorie
Scopri di più su Digital Filter Analysis 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!