Replicating crossoverFilter() by using butter() and filter()
古いコメントを表示
How do I replicate Matlab crossoverFilter() from Audio Toolbox by using standard butter() and filter() functions?
I used parallel combination of two butter filters connected in series, but that produced slightly different output than the crossoverFilter.
Is there an error in my `butter`/`filter` usage?
I even tried negating high pass output, as it is expected that there will always be a phase difference of 180° between the outputs of a second order low-pass filter and a high-pass filter having the same crossover frequency. But that didn't help too.
回答 (1 件)
Danijel
2017 年 3 月 24 日
2 件のコメント
William Chambers
2018 年 12 月 23 日
Do you have an example of your manaul crossoverFilter implementation, I'm trying to do something similar
Danijel
2019 年 1 月 7 日
カテゴリ
ヘルプ センター および File Exchange で Butterworth についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!