I seldom use equalizers, but when I do I use AutoEq* as a reference, so having Q in the GUI would be wonderful.
*: at the moment I'm using bmc0's system wide dsp and while I'm happy with the results and I have a commandline switch between my presets, I certainly miss a GUI
Disclaimer: I'm way out of my field of expertise, so please forgive me if I'm just wasting everybody's time.
(10-30-2020, 07:34 PM)TheOldPresbyope Wrote: Would that this were a simple subject, but designing digital audio filters is anything but.
Quote:I have no idea if these values would make sense in EqFA4p.
This is the crux of the difficulty. Since Tim Goetze didn't see fit to give proper definitions to the adjustable parameters in EqFA4p (http://quitte.de/dsp/caps.html#EqFA4p) we're left to try to infer them from the text description
Quote:Four Mitra-Regalia peaking equaliser filters in series; a vector arithmetic re-implementation of Fons Adriaensens "Parametric1" equaliser[fafil] with minor differences.
Parallelisation of the serial filter organisation causes the output to lag by three samples.
The bw control sets the bandwidth of a single filter, lower values corresponding to increasing resonance.
and from the code itself.
I started walking the code last year (hence the link to the overview presentation about M-R filters I recently posted) but I never finished. Unfortunately, at the moment my notes are somewhere in a moving box full of papers (my FINO stack---first in, never out).
One can conjecture from the stated limiting values of the bw parameter (0.125 - 8) what one will, but it would be more comforting to be able to relate the parameters explicitly to the equation(s),
Kudos to all of you for pushing the ball forward, by the way.
I validate the calculations for Q to BW by comparing against the parameteric EQ of APO.
The tests was an 1kHz with a 6 boost for with 3 different Qs; Q=1, Q=2, Q=4.
The first image show the results. I would say close enough ;-)
Next a more complex correction is performed with 10 bands, the results are shown in image 2.
The center frequency and bandwidth looks ok to me, only a little difference in gain.
(11-02-2020, 02:57 PM)bitlab Wrote: @Coustard to migrate existing settings: Q = 0.5 / BW (where BW is the EqFa filter bandwidth, not general bandwidth)
Actually, and at the risk of sounding ungrateful, are you sure? I know this is an oft-quoted conversion but I've just spent an afternoon capturing EQ curves from moOde6 .71 in REW and it doesn't look right.
Methodology:
1. Play white noise from moOde, set a single band of EQ to +10dB at 1kHz at various bandwidths and capture averaged (16x) RTA curves in REW.
2. Play white noise in Apple Logic (DAW), set a single band of built-in EQ to +10dB at 1kHz at various Q factors and capture as above.
3. Visually match curves (example attached)
4. Tabulate.
I should say that I tried a variety of Eqs in Logic ('standard' types rather than Ye Olde recreations) to confirm kind of consensus on curve shape and they all basically agreed.
My undergraduate maths is too rusty to work out the relationship but it's plainly not linear. Assuming the maths involved is the same for the new 12-band Eq then this will work okay for me as a look-up table, but it would be nice to have an equation.
Varying gain changes things a bit too - moOde's eq becomes slightly broader than Logic as I reduce band gain but I can live with that.
As I said, I don't want to appear ungrateful - it's great to have the facility and this is more about curiosity than anything else.
On the contrary, I am grateful that someone else also took a look at it :-)
To prevent clutter of the release hread; shall we take the discussion to an other exsiting thread http://moodeaudio.org/forum/showthread.p...316&page=3 ?
I have also added there one of my measurements. Also I have some issue with gain when I combine multiple filters I see an issue with the gain, see the result there.
[/quote]
Used tools:
RightMark Audio Analyzer 6.4
Equalizer APO 1.2.1 as reference for the frequency response of a parametric EQ.
My test procedure:
Generate with RightMark Audio Analyzer a test WAV with calibration signal and a sine wave sweep for 16bit 44.kHz.
Play the test signal with a test source (moOde or APO).
Record the signal with RightMark Audio Analyzer.
Analyze the recorded signal with RightMark Audio Analyzer.
The signal stays in digital domain with use of only SPDIF.
(10-29-2020, 02:00 PM)bitlab Wrote: I have increased the range of freq from 20-14000 to 10-18000 and from bw to 0.06-16 of the EqFa12p filter.
Validation is shown in the attached image.
Yes I think a max Q of 8 is OK. Although REW's auto EQ settings often default to a Q of 10. Most of the headphone settings I've looked at from Oratory, Crinacle etc. (via AutoEQ) rarely get above 6 or 7.
@Coustard I know that bandwidth calculator and few weeks ago. And I even tried that math to see if that comes close:
I wrote a script where you can provide the fc and Q and it will calculate the rest.
(11-01-2020, 10:52 AM)bitlab Wrote: I validate the calculations for Q to BW by comparing against the parameteric EQ of APO.
The tests was an 1kHz with a 6 boost for with 3 different Qs; Q=1, Q=2, Q=4.
The first image show the results. I would say close enough ;-)
Next a more complex correction is performed with 10 bands, the results are shown in image 2.
The center frequency and bandwidth looks ok to me, only a little difference in gain.
That's really cool. So moOde7 Q values will be accurate?
11-08-2020, 07:28 PM (This post was last modified: 11-08-2020, 07:30 PM by bitlab.)
@Coustard I can garantee nothing, we can only do our best to make it as accurate as possible
I tried the BW as in octaves (dived by 2), but that was clearly not a match.
Also if you take look at the AutoEQ HD800s example, you see a difference between APO and EqFap.
We made the transfer function from Q to bw not part of the filter library but of moOde it self.
In this way we can easy and fast update the transfer function if we find a better solution.
For completeness hereby both transfers plotted (BW A = yours, and current BW =0.5/Q):
If you have any doubts about the correctnees just let me know.