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!