how to create custom filter from FRF
显示 更早的评论
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...
回答(1 个)
Star Strider
2017-11-25
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Digital Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!