#include "fir.h"
Go to the source code of this file.
Classes | |
struct | modem_echo_can_state_t |
Functions | |
modem_echo_can_state_t * | modem_echo_can_create (int len) |
void | modem_echo_can_free (modem_echo_can_state_t *ec) |
void | modem_echo_can_flush (modem_echo_can_state_t *ec) |
void | modem_echo_can_adaption_mode (modem_echo_can_state_t *ec, int adapt) |
int16_t | modem_echo_can_update (modem_echo_can_state_t *ec, int16_t tx, int16_t rx) |
|
Set the adaption mode of a modem echo canceller context.
|
|
Create a modem echo canceller context.
|
|
Flush (reinitialise) a modem echo canceller context.
|
|
Free a modem echo canceller context.
|
|
Process a sample through a modem echo canceller.
|