Regalia-Mitra EQ filter

Version 1.0.0.0 (688 Bytes) by Davide Renzi
Regalia-Mitra allpass filter cell used to design a multiple bandpass filters structure ...
1.8K Downloads
Updated 2 May 2005

No License

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);

Cite As

Davide Renzi (2024). Regalia-Mitra EQ filter (https://www.mathworks.com/matlabcentral/fileexchange/7564-regalia-mitra-eq-filter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0