The Open Master Hearing Aid (openMHA)  openMHA
Open community platform for hearing aid algorithm research
ci_simulation_ace.cpp File Reference

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_tWEIGHTS
 Constant vector describing the required weights for the filterbank bands. More...
 

Variable Documentation

◆ CHANNELS

const unsigned int CHANNELS = 1

Constant describing the required number of input audio channels per side.

◆ FFTLEN

const unsigned int FFTLEN = 128

Constant describing the required FFT length / bins.

◆ SRATE

const mha_real_t SRATE = 16000

Constant describing the required sampling rate / Hz.

◆ M_ELECTRODES

const unsigned int M_ELECTRODES = 22

Constant describing the required total number of electrodes per side.

◆ BIN_INDICES

const std::vector<unsigned int> BIN_INDICES

Constant vector describing the required FFT bin indices for composing the filterbank bands.

◆ WEIGHTS

const std::vector<mha_real_t> WEIGHTS

Constant vector describing the required weights for the filterbank bands.