No BSD License  

Highlights from
Regalia-Mitra EQ filter

Be the first to rate this file! 2 Downloads (last 30 days) File Size: 1.06 KB File ID: #7564

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.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
filter design Davide Renzi 22 Oct 2008 07:47:29
filter analysis Davide Renzi 22 Oct 2008 07:47:29
allpass Davide Renzi 22 Oct 2008 07:47:29
regalia Davide Renzi 22 Oct 2008 07:47:29
mitra Davide Renzi 22 Oct 2008 07:47:29
parametric filter Davide Renzi 22 Oct 2008 07:47:29
eq Davide Renzi 22 Oct 2008 07:47:29

Contact us at files@mathworks.com