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

Classes

class  Ci_simulation_ace_cfg
 Runtime configuration class for generating an electrodogram from an audio signal, using a stimulation strategy similar to a typical ACE (advanced combination encoder, n-of-m) coding strategy with 22 channels. More...
 
class  Ci_simulation_ace
 Plugin interface class for generating an electrodogram from an audio signal, using a stimulation strategy similar to a typical ACE (advanced combination encoder, n-of-m) coding strategy with 22 channels. More...
 

Variables

const unsigned int CHANNELS
 Constant describing the required number of input audio channels per side. More...
 
const unsigned int FFTLEN
 Constant describing the required FFT length / bins. More...
 
const mha_real_t SRATE
 Constant describing the required sampling rate / Hz. More...
 
const unsigned int M_ELECTRODES
 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
extern

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

◆ FFTLEN

const unsigned int FFTLEN
extern

Constant describing the required FFT length / bins.

◆ SRATE

const mha_real_t SRATE
extern

Constant describing the required sampling rate / Hz.

◆ M_ELECTRODES

const unsigned int M_ELECTRODES
extern

Constant describing the required total number of electrodes per side.

◆ BIN_INDICES

const std::vector<unsigned int> BIN_INDICES
extern

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

◆ WEIGHTS

const std::vector<mha_real_t> WEIGHTS
extern

Constant vector describing the required weights for the filterbank bands.