DTMF Signal high pass filter
1 次查看(过去 30 天)
显示 更早的评论
I am doing a DTMF problem. And I am having problems creating a HighPass filter to recognize freq with 1209. Here is my HighPass Filter that I have done.
% Designing HighPass Filter
[num den] = butter(N,.125,'High');
[HighP f] = freqz(num,den,8000,Fs);
High = abs(fft(keys)'.*HighP); %keys is the input matrix to dial phone number
Any suggestions on how to Fix my HighPass Filter?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 DTMF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!