Least-Squares FIR Filter Design
3 ビュー (過去 30 日間)
古いコメントを表示
I have 2 audio files, one is original with clean sound and one has reverb.
I need to make a filter that read the bad file and remove the reverb so it will sound similar to the original file.
I can use the original file for it so I guess Least-Squares FIR Filter is the one I need to use, but I couldn't fine anywhere how to use the original sample when designing the filter.
0 件のコメント
回答 (1 件)
Jesús Zambrano
2021 年 8 月 31 日
Hey Ori,
Please find different examples of how to design and apply digital filters in the following link to the documentation
You basically will work with the noisy signal and define a set of specifications that your filter should have.
Hope it helps,
Jesús
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Filter Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!