Csound Csound-dev Csound-tekno Search About

eqfil

Date2017-07-07 04:15
FromCacophony7
Subjecteqfil
I want more information on the eqfil opcode.
Any emphasis is appreciated.
I'm trying to build my own equalizer so I can tweak those signals into
perfection.

I suck at understanding bandpass filters like making sure that the signal
doesn't get clipped
or making sure that a series of filters is flush and adjecent or
understanding there math and
how they really work. I don't even know how to make a series other than
adding all the filter
outputs together and then dividing it by the number of outputs making one
messy output.



--
View this message in context: http://csound.1045644.n5.nabble.com/eqfil-tp5757086.html
Sent from the Csound - General mailing list archive at Nabble.com.

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-07-07 09:28
FromVictor Lazzarini
SubjectRe: eqfil
Attachments01165037.pdf  
Here’s the paper describing it.



In it, there are plots of its amplitude response that might help you understand how
it work.

The best way to use it is in series, e.g.

 aleq eqfil al,    75,  75,ig1
 aleq eqfil aleq, 150, 150,ig2
 aleq eqfil aleq, 300, 300,ig3 
 aleq eqfil aleq, 600, 600,ig4
 aleq eqfil aleq,1200,1200,ig5
 aleq eqfil aleq,2400,2400,ig6
 aleq eqfil aleq,4800,4800,ig7
 aleq eqfil aleq,9600,9600,ig8
 al   eqfil aleq,15000,10000,ig9

HTH
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 7 Jul 2017, at 04:15, Cacophony7 <michaelsparks37@gmail.com> wrote:
>
> I want more information on the eqfil opcode.
> Any emphasis is appreciated.
> I'm trying to build my own equalizer so I can tweak those signals into
> perfection.
>
> I suck at understanding bandpass filters like making sure that the signal
> doesn't get clipped
> or making sure that a series of filters is flush and adjecent or
> understanding there math and
> how they really work. I don't even know how to make a series other than
> adding all the filter
> outputs together and then dividing it by the number of outputs making one
> messy output.
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/eqfil-tp5757086.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here