0% found this document useful (0 votes)
22 views9 pages

Equalizer

This paper presents the design of a 3-band tone control and a 7-band parametric equalizer using a cascade network of second-order peak and shelf filters, along with their MATLAB implementations. The equalizers allow users to adjust audio frequencies, with the tone control focusing on bass, mid, and treble, while the parametric equalizer offers more customization options. The study includes filter design, functionality, and a discussion on the performance of the implemented equalizers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views9 pages

Equalizer

This paper presents the design of a 3-band tone control and a 7-band parametric equalizer using a cascade network of second-order peak and shelf filters, along with their MATLAB implementations. The equalizers allow users to adjust audio frequencies, with the tone control focusing on bass, mid, and treble, while the parametric equalizer offers more customization options. The study includes filter design, functionality, and a discussion on the performance of the implemented equalizers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

3-BAND TONE CONTROL / 7-BAND PARAMETRIC EQUALIZER

Digital Audio Systems, DESC9115, 2020


Master of Architectural Science (Audio and Acoustics) (Illumination Design)
Sydney School of Architecture, Design and Planning, The University of Sydney

ABSTRACT

This paper outlines the design of 3-band tone control and 7-band parametric audio equalizers
comprised of a cascade network of second order peak and shelf filters, along with their
MATLAB code and App Designer implementations. The 3-band tone control was designed
with frequencies of 200 Hz (low shelf), 1kHz (mid peak, Q=1) and 5kHz (high shelf). The 7-
band parametric equalizer allows the user to change the filter cut-off/centre frequencies and
bandwidth. The implementation allows the user to switch between simple and advanced setups
and either choose presets or input their own values.

1. INTRODUCTION

Any system that changes the original audio that goes through it and produces an altered output
audio signal can be said to be an audio effects or audio FX system. These effects can be applied
to analog sound signals through various electronic circuits or instruments, which may be
termed as analog audio effect processors. Simulating these analog effects via computers /
digital processing is what is commonly known as digital audio effects processing. Digital audio
effects are software tools which take input digital audio signals, modify them according to the
desired parameters and deliver output digital audio signals [1]. An analog signal can be
converted into digital by using an analog-to-digital converter, and back by using a digital-to-
analog converter.

Audio equalizers are one of the most common types of frequency processors that are used by
many in everyday life [2]. Equalizers are being used in home sound systems, vehicle sound
systems, musical instrument amplifiers and processors, studios, live concerts, PA systems etc.
Equalizers are used to boost or cut certain parts of the audio frequency spectrum, which
changes the way the original audio sounds.

1.1. Types of Equalizers:

Equalizers can be classified into 4 categories – tone control, graphic, console and parametric
[2], but for the purpose of this paper, we will only investigate tone control and parametric
equalizers. A 3-band tone control is one of the simplest forms of equalizers which allows the
user to boost/cut bass, mid and treble of the sound [2]. It is designed using a low shelf, mid
peak, and high shelf filters, and can be usually found in home sound systems and guitar
amplifiers. A parametric equalizer however usually has more bands and provides more control
to the user to fine tune their sound. It has controls for gain, frequency and bandwidth/Q factor
connected to each band [2].
Figure 1.1: A 3-band equalizer or tone control plug-in [3].

Figure 1.2: A 7-band parametric equalizer plug-in [4].

An equalizer is made of a combination of several filters such as low-pass, high-pass and band-
pass which can attenuate certain frequencies, but nowadays shelf and peak filters are used in
order to boost/cut the desired frequency range while leaving the rest of the spectrum unaffected
[5]. A 3-band tone control has 1 low shelf, 1 mid peak, and 1 high shelf filters, while a 7-band
parametric equalizer usually has 1 low shelf, 5 peak and 1 high shelf filters. These filters may
be connected to each other in cascade, parallel or a hybrid network but for the purpose of this
paper, we will only investigate cascade equalizers.
Figure 1.3: Series connection of shelf and peak filters to form a cascade equalizer [5].

1.2. Cascade Equalizers:

Figure 1.4: Block diagram showing the process of cascade equalization using M equalizing
filters, applied to an analog audio signal, where x(t) is the input analog audio signal, x[n] is the
converted input digital signal, y[n] is the equalized output digital signal and y(t) is the
converted output analog audio signal.

Cascade equalizers operate by sending the input audio signal through a series of filters, as
shown in Figure 1.3, to produce the equalized output audio signal. In the frequency domain,
any output from a system can be represented as the product of the frequency response of the
system and the discrete Fourier transform (DFT) of the input. The overall frequency response
of a cascade equalizer is the product of its individual filter responses and can be represented
by the following mathematical equation [6]:
𝑀

𝐻𝐶 (𝑒 𝑗𝜔𝑇𝑠 ) = 𝐺0 ∏ 𝐻𝑚 (𝑒 𝑗𝜔𝑇𝑠 ) , (𝐸𝑞. 1)


𝑚=1

Where 𝐻𝐶 (𝑒 𝑗𝜔𝑇𝑠 ) is the frequency response of a cascade graphic equalizer, 𝐺0 is a gain factor,
𝐻𝑚 (𝑒 𝑗𝜔𝑇𝑠 ) are the individual frequency responses of M equalizing filters, 𝜔 is the radial
frequency and 𝑇𝑠 is the sampling interval in seconds. The output of the equalizer can thus be
represented by the following mathematical expression:

𝑌(𝑘) = 𝑋(𝑘)𝐻𝐶 (𝑘), (𝐸𝑞. 2)


Where 𝐻𝐶 (𝑘) is the DFT of the system response of a cascade graphic equalizer, 𝑋(𝑘) is the
DFT of the input signal and 𝑌(𝑘) is the DFT of the output signal. The DFT of a signal x[n] can
be calculated using the following formula [7]:
𝑁−1

𝑋 (𝑘) = ∑ 𝑥[𝑛]𝑒 −𝑗2𝜋𝑘𝑛/𝑁 , 𝑘 = 0,1,2, … , 𝑁 − 1, (𝐸𝑞. 3)


𝑛=0

Where 𝑋(𝑘) is the DFT of the signal x[n], x[n] is the input discrete signal and N is the number
of points for which the DFT is being calculated. For representation of filter signal flow
diagrams, the Z transform is used commonly, which can be calculated using the following
formula [8]:

𝑋(𝑧) = ∑ 𝑥(𝑛)𝑧 −𝑛 , (𝐸𝑞. 4)


𝑛=−∞

Where, 𝑋 (𝑧) is the Z-transform of the input x(n) and z is a complex variable. A typical systems
response can be represented in Z-domain in the following manner [8]:

𝑌(𝑧) 𝑏0 + 𝑏1 𝑧 −1 + 𝑏2 𝑧 −2 + ⋯ + 𝑏𝑀 𝑧 −𝑀
= 𝐻 (𝑧 ) = , (𝐸𝑞. 5)
𝑋(𝑧) 1 + 𝑎1 𝑧 −1 + 𝑎2 𝑧 −2 + ⋯ + 𝑎𝑁 𝑧 −𝑁

Where, Y(z) is the Z transform of the output y[n], X(z) is the Z transform of the input x[n],
H(z) is the Z transform of the system response, 𝑏0 , 𝑏1 , 𝑏2 … 𝑏𝑀 are called the numerator
coefficients, 𝑎1 , 𝑎2 … 𝑎𝑁 are called the denominator coefficients and M & N are the number of
zeros (number of values for which H(z) is infinite) and poles (number of values for which H(z)
is infinite) respectively. The same can be written in discrete domain in the following way [9]:

𝑦[𝑛] = 𝑏0 𝑥 [𝑛] + 𝑏1 𝑥[𝑛 − 1] + 𝑏2 𝑥[𝑛 − 2] + ⋯ + 𝑏𝑀 𝑥 [𝑛 − 𝑀] + 𝑎1 𝑦[𝑛 − 1]


+ 𝑎2 𝑦 [ 𝑛 − 2 ] + ⋯ + 𝑎𝑁 𝑦 [ 𝑛 − 𝑁 ] , (𝐸𝑞. 6)

2. LAB WORK

The audio equalizer created in this paper provides a choice to the user to use either a 3-band
tone control or a 7-band parametric equalizer. Both the tone control and parametric equalizer
are made of a cascade network of filters, whose individual magnitude responses are multiplied
to give the final magnitude response of the equalizer. For the tone control, the user is only
allowed to change the gains of the filters, while in the parametric equalizer, the user can change
the gain, frequency, and bandwidth of the filters.

2.1. Filter Design:

Both the equalizer options have been implemented using a cascade of 2nd order shelf and peak
filters. The tone control has 2 shelf and 1 peak filters, while the parametric equalizer has 2 shelf
and 5 peak filters. The filter coefficients (a and b coefficients of transfer function as in Eq. 5)
were calculated using the following formulae [10]:
2nd Order Shelf Filter:

Figure 2.1: Filter coefficients for 2nd order shelf filter, where LF denotes low frequency and
HF denotes high frequency [10].

2nd Order Peak Filter:

Figure 2.2: Filter coefficients for 2nd order peak filter [10].

𝜋𝑓𝑐
𝐾 = tan ( ), (𝐸𝑞. 7)
𝑓𝑠
𝑉0 = 10𝐺/20 , (𝐸𝑞. 8)
𝑓𝑐
𝑄= , (𝐸𝑞. 9)
𝐵𝑊

Where, 𝑓𝑐 is the cut-off frequency for shelf filter or centre frequency for peak filter, 𝑓𝑠 is the
sampling frequency and G is the gain of the filter in dB. Q is the quality factor, 𝑓𝑐 is the centre
frequency and BW is the bandwidth of the peak filter.

Figure 2.3: Signal flow diagram for a 2nd order IIR (infinite impulse response) filter along with
the input-output relationship [11].

For 3-band tone control, the following parameters are fixed – fc is 200Hz for low shelf, fc is
1kHz & Q is 1 for mid peak, and fc is 5kHz for high peak. The filter coefficients are calculated
based on user inputs or presets for the corresponding parameters in the MATLAB code.
2.2. Equalizer Functioning:

Taking Eq. 1 into consideration, the equalizer was designed to calculate the individual
magnitude responses of each constituent filter and multiply them to find the equalizer’s overall
magnitude response, which is then applied to the input signal. In MATLAB, this was achieved
by first finding the individual frequency responses using the function ‘freqz’ using the
calculated filter coefficients as the inputs, calculating the overall equalizer response by
multiplying all filter responses, and then using ‘invfreqz’ function to find the filter coefficients
of the equalizing filter thus created and applying the function ‘filter’ with these coefficients
and the input signal as inputs to create the equalized output signal.

The equalizer has the option of using a simple (3-band tone control) or advanced (7-band
parametric equalizer) versions with 15 pre-sets to choose from or a custom pre-set where the
user can input the parameters themselves. The equalizer created, as mentioned above, acts
basically as another filter, where the input and output relation can be derived from Figure 2.3.

2.3. MATLAB Implementation:

Figure 2.4: Audio Equalizer app in Simple setting during playback with pre-set ‘Powerful’
selected and the magnitude response display set to EQ (to display combined filter magnitude
response). Certain features such as pre-set change, gain change and EQ on-off are disabled
during playback.

The equalizer has been implemented as a set of functions divided into two parts broadly for
simple and advanced equalization. The core of the equalizer is the calculation of various filter
coefficients and finding the overall equalizer’s filter coefficients from them. The functions for
these operations have been based on Eq. 1, 7, 8 & 9 and Figure 2.1 & 2.2. The broad process
flow of the implementation has been shown in Figure 2.4.

Figure 2.5: Audio Equalizer app in Advanced setting with pre-set ‘Jazz’ selected and the
magnitude response display set to Filter (to display individual filter magnitude responses).

The final MATLAB script finds the audio file in MATLAB’s current folder and asks the user
to choose any audio file, choose between simple and advanced equalizer types and choose the
pre-set for the equalizer. It then calls the relevant equalizer function, displays a comparison
between the FFT of input and processed audio files channel-wise, displays the individual and
combined filter magnitude responses, plays back the input and processed audio signals and
finally saves the processed audio file in either the input audio file’s format or ‘.wav’ format.

In App Designer, the algorithm has been implemented as a standalone desktop application
named “Audio Equalizer”. The UI has options to choose presets, switch the equalizer on or off,
switch between individual and combined filter magnitude responses, toggle between simple
(3-band tone control) and advanced (7-band parametric equalizer) setups, visually change
values for gain, frequency and bandwidth, view gain of the audio during playback, load and
save audio, and control audio playback.
Figure 2.4: Flowchart depicting the equalization algorithm as implemented in MATLAB.

3. DISCUSSION & CONCLUSION

The designed cascade 3-band tone control and 7-band parametric equalizers created work as
expected. The equalizers successfully equalize the input audio signal and the output can be
easily verified by comparing the magnitude responses of input and output signals, and by
listening to both audio signals. The designed 2nd order filters work pretty well over the
frequency range of 20Hz-20kHz, though the peak filters’ magnitude response starts degrading
at lower frequency and bandwidth values. The MATLAB function ‘invfreqz’ behaves
erratically when the gain for any filter approaches zero; as a corrective measure, any gain value
less than 0.01 dB was approximated to zero. The gain meter in the app was implemented to
start after a delay of 0.7s to account for the time lag between the command to start audio
playback and the playback actually starting. Since the algorithm is only capable of non-real
time processing, all features are locked in the app during playback, until the playback ends
completely or is stopped using the ‘Stop Audio’ button. The responsivity of the app is dictated
by the processing power of the machine being used to run it.
4. REFERENCES

[1] U. Zölzer, “Introduction” in DAFX: Digital Audio Effects, 2nd Ed. Chichester, UK: Wiley,
2011, ch. 1, pp. 1.

[2] E. Winer, “Frequency Processors” in The Audio Expert, 2nd Ed. New York, NY, USA:
Routledge, 2018, ch. 10, pp. 287-290.

[3] “3-Band EQ.” Kilohearts. https://kilohearts.com/products/3band_eq (accessed June 3,


2020).

[4] FL Studio. (Producer Edition v11.0.0). Image-Line [Desktop Application Software].


Available: https://www.image-line.com/flstudio

[5] U. Zölzer, “Filters and delays” in DAFX: Digital Audio Effects, 2nd Ed. Chichester, UK:
Wiley, 2011, ch. 2, sec. 3, pp. 61.

[6] V. Välimäki & J. Liski, “Accurate Cascade Graphic Equalizer,” IEEE Signal Process. Lett.,
vol. 24, no. 2, pp. 176-180, Feb. 2017, doi: 10.1109/LSP.2016.2645280.

[71] K. D. Rao & M. N. S. Swamy, “The Discrete Fourier Transform” in Digital Signal
Processing, 1st Ed. Singapore, SG: Springer, 2018, ch. 4, sec. 1, pp. 163-164.

[8] K. D. Rao & M. N. S. Swamy, “The z-Transform and Analysis of LTI Systems in the
Transform Domain” in Digital Signal Processing, 1st Ed. Singapore, SG: Springer, 2018, ch.
3, sec. 1, pp. 101-102.

[9] E. Manor. Week 8 – Infinite Impulse Response, pp. 9 (Semester 1, 2020). DESC9115 –
Digital Audio Systems. Sydney, Australia: The University of Sydney.

[10] U. Zölzer, “Filters and delays” in DAFX: Digital Audio Effects, 2nd Ed. Chichester, UK:
Wiley, 2011, ch. 2, sec. 3, pp. 64-66.

[11] “filter.” MathWorks. https://au.mathworks.com/help/matlab/ref/filter.html (accessed June


5, 2020).

[12] Omen Audio Control. HP [Desktop Application Software]. Available:


https://www.microsoft.com/en-us/p/omen-command-
center/9nqdw009t0t5?activetab=pivot:overviewtab

You might also like