Regalia-Mitra EQ filter
by Davide Renzi
29 Apr 2005
(Updated 02 May 2005)
Regalia-Mitra allpass filter cell used to design a multiple bandpass filters structure ...
|
Watch this File
|
| File Information |
| Description |
This function implements the Regalia-Mitra allpass filter cell. The passband filter is described by three indipendent parameters: center frequency, bandwidth, boost/cut factor.
It can be used to design a multiple passband filtering system, or a parametric EQ. It can be usefull in a real-time implementation of a third octave EQ.
Example:
% design a input signal at 8kHz Fc
t=[0:1/8000:0.1];
X = sin(2*pi*100*t) + sin(2*pi*300*t);
% extract only the second freq.
Y = regalia_mitra(X, 2*pi/80, 0, 2*pi/80); |
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com