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

Classes

class  ac_mul_t
 The class which implements the ac_mul_t plugin. More...
 

Enumerations

enum  arg_type_t { ARG_RR , ARG_RC , ARG_CR , ARG_CC }
 Indicates whether the factors of the product are real or complex valued. More...
 
enum  val_type_t { VAL_REAL , VAL_COMPLEX }
 Indicates whether an AC variable contains real or complex values. More...
 

Enumeration Type Documentation

◆ arg_type_t

enum arg_type_t

Indicates whether the factors of the product are real or complex valued.

Enumerator
ARG_RR 

Both factors are real.

ARG_RC 

First factor is real, second is complex.

ARG_CR 

First factor is complex, second is real.

ARG_CC 

Both factors are complex.

◆ val_type_t

enum val_type_t

Indicates whether an AC variable contains real or complex values.

Enumerator
VAL_REAL 

AC variable contains real values.

VAL_COMPLEX 

AC variable contains complex values.