#include <cmath>#include <cstdlib>#include "EST_Wave.h"#include "EST_wave_aux.h"#include "EST_simplestats.h"#include "EST_cutils.h"
Go to the source code of this file.
Functions | |
| EST_Wave | difference (EST_Wave &a, EST_Wave &b) |
| void | meansd (EST_Wave &tr, float &mean, float &sd, int channel) |
| float | rms_error (EST_Wave &a, EST_Wave &b, int channel) |
| float | abs_error (EST_Wave &a, EST_Wave &b, int channel) |
| float | correlation (EST_Wave &a, EST_Wave &b, int channel) |
| void | absolute (EST_Wave &wave) |
| EST_FVector | rms_error (EST_Wave &a, EST_Wave &b) |
| EST_FVector | abs_error (EST_Wave &a, EST_Wave &b) |
| EST_FVector | correlation (EST_Wave &a, EST_Wave &b) |
| EST_Wave | error (EST_Wave &ref, EST_Wave &test, int relax) |
Definition at line 52 of file EST_wave_temp.cc.
Definition at line 74 of file EST_wave_temp.cc.
Definition at line 98 of file EST_wave_temp.cc.
Definition at line 111 of file EST_wave_temp.cc.
Definition at line 124 of file EST_wave_temp.cc.
| void absolute | ( | EST_Wave & | wave | ) |
Definition at line 158 of file EST_wave_temp.cc.
| EST_FVector rms_error | ( | EST_Wave & | a, |
| EST_Wave & | b | ||
| ) |
Definition at line 166 of file EST_wave_temp.cc.
| EST_FVector abs_error | ( | EST_Wave & | a, |
| EST_Wave & | b | ||
| ) |
Definition at line 185 of file EST_wave_temp.cc.
| EST_FVector correlation | ( | EST_Wave & | a, |
| EST_Wave & | b | ||
| ) |
Definition at line 204 of file EST_wave_temp.cc.