The Open Master Hearing Aid (openMHA)  openMHA
Open community platform for hearing aid algorithm research
mha_complex_test_array_t Struct Reference

Several places in MHA rely on the fact that you can cast an array of mha_complex_t c[] to an array of mha_real_t r[] with r[0] == c[0].re r[1] == c[0].im r[2] == c[1].re ... More...

Public Attributes

mha_complex_t c [2]
 

Detailed Description

Several places in MHA rely on the fact that you can cast an array of mha_complex_t c[] to an array of mha_real_t r[] with r[0] == c[0].re r[1] == c[0].im r[2] == c[1].re ...

Check these expectations in static asserts.

Member Data Documentation

◆ c

mha_complex_t mha_complex_test_array_t::c[2]

The documentation for this struct was generated from the following file: