fpga-open-speech-tools / simulink_models

Simulink models for speech and audio processing
MIT License
4 stars 4 forks source link

openMHA Gain Value Calculation #65

Open fe-tdavis opened 3 years ago

fe-tdavis commented 3 years ago

The current gain values used for the different frequency bands are computed by simply linearly remapping the expected input decibel range to the desired decibel range. To more effectively scale the gain values, openMHA's method should be explored and implemented. This will involve changing the calculation in the modelparameters.m for the project as well as in the math function of the web app component.