필터 지우기
필터 지우기

Peak/Bell/Parametric filter on Matlab

조회 수: 1 (최근 30일)
Luis Gomez
Luis Gomez 2013년 1월 16일
Hello everybody.
I am looking for a function which creates a peak/bell/parametric filter with configurable gain and frequency.
I am looking for something like this...
[B,A]= iirnotch (Wo,BW); [N,d] = freqz(B,A,2*length(w),'whole');
but with the kind of filters I am looking for instead of notch filters.
----------------------------------------------------------------------------------
iirpeak function is not usefull because it does not create bell filters. http://www.mathworks.es/es/help/dsp/ref/iirpeak.html
-----------------------------------------------------------------------------------
The filter I am looking for should look like this:
https://dl.dropbox.com/u/27700839/peak.png

답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by