How to pass a audio signal through a filter
显示 更早的评论
How to pass a audio signal through a filter ? It should work based on spectral energy i.e if its between 0-4 kHz it falls on speech band and If it falls between 4 kHz-8 kHz then it comes under noise band.Now the VOS(voice operated switch) should be activated if the signal is in speech band and it should be deactivated when it is in noise band. Can some one help me on this problem.
采纳的回答
更多回答(5 个)
Carlos
2013-2-18
0 个投票
This is fine at the moment. Now filter with from 0 to 4000Hz to make sure the results are different(I mean if you filter from 4000 to 8000Hz and the signal after filtering is the same, then filter in the 0 to 4000Hz band to make sure the signal changes in this case).
6 个评论
Gokul
2013-2-18
Carlos
2013-2-19
If you get different results, it means you are able to distinguish between noise and audio.If your signal remains unchanged when filtering the signal between 0 and 4000Hz, then you are working with an audio signal, whereas if your signal disappears, you are working with the noise signal.A way to implemet this automatically is to calculate the power of the signal(you can find some ).If the power decreases, then your signal has been filtered.
Hope it helps.
Gokul
2013-2-19
Carlos
2013-2-19
I think it is enough if you just compare the power before and after filtering. If you filter a voice signal with a 4000 to 8000 Hz bandpass filter,it is very likely that the power of the filtered signal is very close to zero.
Darsana P M
2017-3-16
If i want to divide the given audio signals into different frequencies ie 20-30 Hz, 30-40Hz and so on. What should i do?
Walter Roberson
2017-3-16
You could construct a collection of band-pass filters that you pass the same data through.
dev sanghvi
2016-5-24
0 个投票
you can check my video.
https://youtu.be/ZPNOgLwfjNc
Sanjay Gupta
2017-3-2
0 个投票
what is the significance of "wn" in the code?
1 个评论
Walter Roberson
2017-3-2
wn is the cutoff frequency, specified as a value between 0 and 1 where 1 is the Nyquist frequency. This proportion of nyquist frequency is commonly used in filter specification, because it makes the filter calculations themselves independent of frequency.
Zahraa Almousawi
2017-10-18
0 个投票
if i have impulse response and i convoluted it with a sound and the sound become so noisy how can i filter it after the convolution function? i really need a help!
saikiran Puranam
2020-5-6
0 个投票
Can you please provide me a Matlab code for "Human Voice filtering with Band-stop filter design " Using the functions of MATLAB R2020a.
类别
在 帮助中心 和 File Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!