The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Variables | |
const unsigned int | CHANNELS = 1 |
Constant describing the required number of input audio channels per side. More... | |
const unsigned int | FFTLEN = 128 |
Constant describing the required FFT length / bins. More... | |
const mha_real_t | SRATE = 16000 |
Constant describing the required sampling rate / Hz. More... | |
const unsigned int | M_ELECTRODES = 22 |
Constant describing the required total number of electrodes per side. More... | |
const std::vector< unsigned int > | BIN_INDICES |
Constant vector describing the required FFT bin indices for composing the filterbank bands. More... | |
const std::vector< mha_real_t > | WEIGHTS |
Constant vector describing the required weights for the filterbank bands. More... | |
const unsigned int CHANNELS = 1 |
Constant describing the required number of input audio channels per side.
const unsigned int FFTLEN = 128 |
Constant describing the required FFT length / bins.
const mha_real_t SRATE = 16000 |
Constant describing the required sampling rate / Hz.
const unsigned int M_ELECTRODES = 22 |
Constant describing the required total number of electrodes per side.
const std::vector<unsigned int> BIN_INDICES |
Constant vector describing the required FFT bin indices for composing the filterbank bands.
const std::vector<mha_real_t> WEIGHTS |
Constant vector describing the required weights for the filterbank bands.