Band-Stop Filter Design
古いコメントを表示
Hi, i was using the filterDesigner application of MATLAB to design a band-stop filter to filter a sound that i have.
But i camecross with a problem that when i was about to export it gives me SOS Matrix and Scale Values.
But i want Num and Den;
How can i find them ?
回答 (1 件)
Star Strider
2021 年 1 月 7 日
0 投票
You actually want the sos matrix and scaling factor, even if you do not realise it, since they create a stable filter when the transfer function notation (‘num’ and ‘den’) may not.
Go with the sos implementation.
5 件のコメント
Batuhan Istanbullu
2021 年 1 月 7 日
Star Strider
2021 年 1 月 7 日
My pleasure!
‘Do you know how i can get the signal from the matlab that i filtered with bandstop ? ’
Use the digital filter object as the first argument to the filtfilt function, with your signal as the second argument.
‘I want to save that filtered sound to my computer to compare them.’
Batuhan Istanbullu
2021 年 1 月 7 日
Batuhan Istanbullu
2021 年 1 月 7 日
Star Strider
2021 年 1 月 8 日
My pleasure!
The save function allows you to save only the variables you want. It is not necessary to save the entire workspace. Please review its documentation to understand how to use it.
To save it as a .wav file, use audiowrite.
カテゴリ
ヘルプ センター および File Exchange で Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!