Classes | |
struct | Dpp_params_t |
struct | Dpp_out_fields_t |
Typedefs | |
typedef float | DPP_d_t |
typedef double | DPP_d_t |
Functions | |
int | DPPF_process_radial (char *input, char **output, int *length) |
int | DPPP_process_data (Dpp_params_t *params, DPP_d_t *ref, DPP_d_t *vel, DPP_d_t *rho, DPP_d_t *phi, DPP_d_t *zdr, Dpp_out_fields_t *out) |
void | DPPL_test () |
void | DPPT_average_filter (int n, int w, DPP_d_t *in, DPP_d_t *out) |
void | DPPT_median_filter (int n, int w, DPP_d_t *in, DPP_d_t *out) |
void | DPPT_std_filter (int n, int w, DPP_d_t std_thresholds, DPP_d_t *in, DPP_d_t *in_smd, DPP_d_t *out) |
void | DPPT_lls_filter (int n, int w, DPP_d_t *in, DPP_d_t *out) |
DPP_d_t | DPPT_med_filter (DPP_d_t *arr, int n) |
void | DPPP_test () |
double | Round_signif_digits (double v, int n_digits) |
void | Create_index_tables (Dpp_params_t *params) |
void | LE_send_msg (int code, const char *format,...) |
void * | MISC_malloc (size_t size) |
typedef double DPP_d_t |
typedef float DPP_d_t |
void Create_index_tables | ( | Dpp_params_t * | params | ) |
int DPPF_process_radial | ( | char * | input, | |
char ** | output, | |||
int * | length | |||
) |
void DPPL_test | ( | ) |
int DPPP_process_data | ( | Dpp_params_t * | params, | |
DPP_d_t * | ref, | |||
DPP_d_t * | vel, | |||
DPP_d_t * | rho, | |||
DPP_d_t * | phi, | |||
DPP_d_t * | zdr, | |||
Dpp_out_fields_t * | out | |||
) |
void DPPP_test | ( | ) |
void DPPT_std_filter | ( | int | n, | |
int | w, | |||
DPP_d_t | std_thresholds, | |||
DPP_d_t * | in, | |||
DPP_d_t * | in_smd, | |||
DPP_d_t * | out | |||
) |
void LE_send_msg | ( | int | code, | |
const char * | format, | |||
... | ||||
) |
void* MISC_malloc | ( | size_t | size | ) |
double Round_signif_digits | ( | double | v, | |
int | n_digits | |||
) |