Equalizer - Specifying Frequencies (SOLVED)

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
tcouto
Posts: 3
Joined: Tue Apr 03, 2012 8:35 pm
Operating System: Please select

Equalizer - Specifying Frequencies (SOLVED)

Post by tcouto » Tue Apr 03, 2012 9:02 pm

Hi, I'm using version 2.0 on Windows which I installed with the .exe installer.

This is a general question about the equalizer tool. I'm trying to equalize an experimental microphone that I'm using to record. It has a pretty complex frequency response, and I've found that the equalizer tool in Audacity is not precise enough to equalize my microphone.

It would be nice if I could zoom in to a specific region of the equalizer graph, so I could more precisely define cutoff frequencies. I've played around with the equalizer quite a bit, but I haven't found anything like this. Is there some way to do this? Can I specify frequency ranges manually in a text box or something? Is there something I can do using Nyquist?

My next approach will be to use MATLAB, but I'd rather not go there if I don't have to. Audacity is easier to use.

Thanks for your help,
-Tyler

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Equalizer - Specifying Frequencies

Post by steve » Tue Apr 03, 2012 10:34 pm

tcouto wrote:It would be nice if I could zoom in to a specific region of the equalizer graph,
You can stretch the window for the "Draw curves" view.
Select "Linear" or "Logarithmic" frequency scale to suit your needs.

Note that for really steep filter curves you will need to increase the "Length of Filter" setting.
tcouto wrote:Can I specify frequency ranges manually in a text box or something?
You can create an XML file to define your required filter, then import that into the Equalization effect.
Here's a simple example for a filter to gradually roll off the bass (below 250 Hz):

Code: Select all

<equalizationeffect>
	<curve name="bass-roll-off">
		<point f="20.000000000000" d="-36.000000000000"/>
		<point f="250.000000000000" d="0.000000000000"/>
	</curve>
</equalizationeffect>
See here for more information: http://manual.audacityteam.org/man/Equalization
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

tcouto
Posts: 3
Joined: Tue Apr 03, 2012 8:35 pm
Operating System: Please select

Re: Equalizer - Specifying Frequencies

Post by tcouto » Wed Apr 04, 2012 1:11 am

Thanks Steve, the XML file solution is exactly what I was looking for.

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Equalizer - Specifying Frequencies (SOLVED)

Post by steve » Wed Apr 04, 2012 11:59 am

Cool. Topic marked "solved"
tcouto wrote:I'm trying to equalize an experimental microphone that I'm using to record.
I'm intrigued by the "experimental microphone".
Feel free to make a post about it in the Lounge or All things Audio forum.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply