The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Hilbert transformation of a waveform segment. More...
Public Member Functions | |
hilbert_t (unsigned int len) | |
~hilbert_t () | |
void | operator() (const mha_wave_t *, mha_wave_t *) |
Apply Hilbert transformation on a waveform segment. More... | |
Private Attributes | |
void * | h |
Hilbert transformation of a waveform segment.
Returns the imaginary part of the inverse Fourier transformation of the Fourier transformed input signal with negative frequencies set to zero.
MHASignal::hilbert_t::hilbert_t | ( | unsigned int | len | ) |
len | Length of waveform segment |
MHASignal::hilbert_t::~hilbert_t | ( | ) |
void MHASignal::hilbert_t::operator() | ( | const mha_wave_t * | s_in, |
mha_wave_t * | s_out | ||
) |
Apply Hilbert transformation on a waveform segment.
|
private |