I have a preset created via MatLab fitting GUI. I select it and have compression enabled and I can tell that it is being used by the PHL. I would like to understand the mechanism for passing the preset gains etc, into the device. Where does mha pick it up? It must be stored somewhere since it appears to be retained across reboots. Where is the gain info picked up and applied?
Thanks....
presets passed to mha
-
- Posts: 118
- Joined: Mon Jun 24, 2019 12:51 pm
Re: presets passed to mha
The Matlab fitting GUI stores audiograms and fittings in one or more .mat files on the computer where the fitting GUI executes. Look for recently changed .mat files in the directory from where you execute the fitting GUI.
Re: presets passed to mha
Where is the fitting passed to the PHL? Where in mha is the fitting received?
-
- Posts: 118
- Joined: Mon Jun 24, 2019 12:51 pm
Re: presets passed to mha
I think in line 229 here: https://github.com/HoerTech-gGmbH/openM ... fit.m#L229
It depends on the configuration. Inspect the value of sFit.addr in the debugger in that line to see for your case.Where in mha is the fitting received?