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
Equalizer - Specifying Frequencies (SOLVED)
Forum rules
This 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.
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.
Re: Equalizer - Specifying Frequencies
You can stretch the window for the "Draw curves" view.tcouto wrote:It would be nice if I could zoom in to a specific region of the equalizer graph,
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.
You can create an XML file to define your required filter, then import that into the Equalization effect.tcouto wrote:Can I specify frequency ranges manually in a text box or something?
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>
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Equalizer - Specifying Frequencies
Thanks Steve, the XML file solution is exactly what I was looking for.
Re: Equalizer - Specifying Frequencies (SOLVED)
Cool. Topic marked "solved"
Feel free to make a post about it in the Lounge or All things Audio forum.
I'm intrigued by the "experimental microphone".tcouto wrote:I'm trying to equalize an experimental microphone that I'm using to record.
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)