Thursday, April 28, 2016

MATLAB Optimization Results

Before testing our MATLAB optimization on audiograms, we validated the individual parts of the algorithm, including the bandpass filter function we created and the method of combining frequency response graphs against circuit simulations in CircuitLab. After this validation process, we tested the entire script on audiogram samples. 

The following figures show the optimization script's ability to compensate for various types of hearing loss, including sensineural, conductive, and mixed. In all of these cases, the algorithm performs well and is able to bring the output hearing to a normal range of -20 dB - 10. However, for the mixed hearing loss, there is a small dip below -20 dB at roughly 15000 rad/s. This indicates that we may need an additional bandpass filter in the higher frequency regions or higher gain capabilities. 

Figure 1: Sensineural Audiogram
Figure 2: Conducitve Audiogram

Figure 3: Mixed Audiogram

Figure 4: Low Pass filter representation of audiogram
Figure 4 above is a low pass filter representation of a hearing impaired person's audiogram. This result will be used for testing and validation of the optimization in our circuit.



No comments:

Post a Comment