Neurally Controlled Graphic Equalizer

Vesa Välimäki and Jussi Rämö

Companion page for a journal article in IEEE Transactions on Audio, Speech, and Language Processing

The article can be accessed here.

Abstract

This paper describes a neural network based method to simplify the design of a graphic equalizer without sacrificing the accuracy of approximation. The key idea is to train a neural network to predict the mapping from target gains to the optimized band filter gains at specified center frequencies. The prediction is implemented with a feedforward neural network having a hidden layer with 20 neurons in the case of the ten-octave graphic equalizer. The band filter coefficients can then be quickly and easily computed using closed-form formulas. This work turns, for the first time, the accurate graphic equalization design into a feedforward calculation without matrix inversion or iterations. The filter gain control using the neural network reduces the computing time by 99.6% in comparison to the least-squares design method it is imitating and contributes an approximation error of less than 0.1 dB. The resulting neurally controlled graphic equalizer will be highly useful in various audio and music processing applications, which require time-varying equalization.

Matlab Scripts

Matlab script for the Neurally Controlled Graphic Equalizer can be downloaded from Github.

Link to project's GitHub page: https://github.com/jussi-ramo/neuralEQ