SAF
|
A sound-field visualiser, which utilises spherical harmonic signals as input; note this code is a remnant from the work conducted in [1]. More...
Go to the source code of this file.
Functions | |
void | powermap_setCodecStatus (void *const hPm, CODEC_STATUS newStatus) |
Sets codec status (see CODEC_STATUS enum) | |
void | powermap_initAna (void *const hPm) |
Intialises the codec variables, based on current global/user parameters. | |
void | powermap_initTFT (void *const hPm) |
Initialise the filterbank used by powermap. | |
A sound-field visualiser, which utilises spherical harmonic signals as input; note this code is a remnant from the work conducted in [1].
Definition in file powermap_internal.c.
void powermap_initAna | ( | void *const | hPm | ) |
Intialises the codec variables, based on current global/user parameters.
Definition at line 46 of file powermap_internal.c.
void powermap_initTFT | ( | void *const | hPm | ) |
Initialise the filterbank used by powermap.
Definition at line 123 of file powermap_internal.c.
void powermap_setCodecStatus | ( | void *const | hPm, |
CODEC_STATUS | newStatus ) |
Sets codec status (see CODEC_STATUS enum)
Definition at line 35 of file powermap_internal.c.