#include <cmath>
#include <cstdlib>
#include <iostream>
#include "srpd.h"
#include "EST_cutils.h"
#include "EST_Wave.h"
#include "EST_File.h"
Go to the source code of this file.
Macros | |
#define | MAXSHORT 32767 |
#define | BEGINNING 1 |
#define | MIDDLE_ 2 |
#define | END 3 |
Functions | |
void | super_resolution_pda (struct Srpd_Op *paras, SEGMENT_ seg, CROSS_CORR_ *p_cc, STATUS_ *p_status) |
void | add_to_list (LIST_ **p_list_hd, LIST_ **p_list_tl, int N_val, int score_val) |
void | error (error_flags err_type) |
void | initialise_parameters (struct Srpd_Op *p_par) |
void | initialise_structures (struct Srpd_Op *p_par, SEGMENT_ *p_seg, CROSS_CORR_ *p_cc) |
void | initialise_status (struct Srpd_Op *paras, STATUS_ *p_status) |
void | end_structure_use (SEGMENT_ *p_seg, CROSS_CORR_ *p_cc) |
int | read_next_segment (FILE *voxfile, struct Srpd_Op *paras, SEGMENT_ *p_seg) |
int | read_next_wave_segment (EST_Wave &sig, Srpd_Op *paras, SEGMENT_ *p_seg) |
void | write_track (STATUS_ status, struct Srpd_Op paras, FILE *outfile) |
void | free_list (LIST_ **p_list_hd) |
#define MAXSHORT 32767 |
Definition at line 81 of file srpd1.3.cc.
#define BEGINNING 1 |
Definition at line 556 of file srpd1.3.cc.
#define MIDDLE_ 2 |
Definition at line 557 of file srpd1.3.cc.
#define END 3 |
Definition at line 558 of file srpd1.3.cc.
void super_resolution_pda | ( | struct Srpd_Op * | paras, |
SEGMENT_ | seg, | ||
CROSS_CORR_ * | p_cc, | ||
STATUS_ * | p_status | ||
) |
Definition at line 84 of file srpd1.3.cc.
Definition at line 381 of file srpd1.3.cc.
void error | ( | error_flags | err_type | ) |
Definition at line 406 of file srpd1.3.cc.
void initialise_parameters | ( | struct Srpd_Op * | p_par | ) |
Definition at line 495 of file srpd1.3.cc.
void initialise_structures | ( | struct Srpd_Op * | p_par, |
SEGMENT_ * | p_seg, | ||
CROSS_CORR_ * | p_cc | ||
) |
Definition at line 515 of file srpd1.3.cc.
Definition at line 535 of file srpd1.3.cc.
void end_structure_use | ( | SEGMENT_ * | p_seg, |
CROSS_CORR_ * | p_cc | ||
) |
Definition at line 547 of file srpd1.3.cc.
Definition at line 560 of file srpd1.3.cc.
Definition at line 627 of file srpd1.3.cc.
Definition at line 716 of file srpd1.3.cc.
void free_list | ( | LIST_ ** | p_list_hd | ) |
Definition at line 730 of file srpd1.3.cc.