how to create custom filter from FRF
Show older comments
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...
Answers (1)
Star Strider
on 25 Nov 2017
0 votes
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.
Categories
Find more on Digital Filter Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!