Band-Stop Filter Design
Ältere Kommentare anzeigen
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 ?
Antworten (1)
Star Strider
am 7 Jan. 2021
0 Stimmen
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 Kommentare
Batuhan Istanbullu
am 7 Jan. 2021
Star Strider
am 7 Jan. 2021
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
am 7 Jan. 2021
Batuhan Istanbullu
am 7 Jan. 2021
Star Strider
am 8 Jan. 2021
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.
Kategorien
Mehr zu Audio Processing Algorithm Design finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!