#include <cstdlib>
#include <iostream>
#include <cmath>
#include "EST_Wave.h"
#include "EST_cmd_line.h"
#include "EST_cmd_line_options.h"
#include "EST_sigpr.h"
#include "EST_wave_aux.h"
Go to the source code of this file.
Functions | |
void | inv_filter_ola (EST_Wave &sig, EST_Track &lpc, EST_Wave &res) |
void | frame_filter (EST_Wave &sig, EST_Track &lpc, EST_Wave &res) |
void | inv_lpc_filter_ola (EST_Wave &in_sig, EST_Track &lpc, EST_Wave &out_sig) |
void | FIR_double_filter (EST_Wave &in_sig, EST_Wave &out_sig, const EST_FVector &numerator) |
int | main (int argc, char *argv[]) |
Definition at line 59 of file sigfilter_main.cc.