src/w2algs/dualpol/dpprep.h File Reference


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 Documentation

typedef double DPP_d_t

typedef float DPP_d_t


Function Documentation

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_average_filter ( int  n,
int  w,
DPP_d_t in,
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 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 LE_send_msg ( int  code,
const char *  format,
  ... 
)

void* MISC_malloc ( size_t  size  ) 

double Round_signif_digits ( double  v,
int  n_digits 
)


Generated on Fri May 4 13:40:20 2012 for WDSS-IIw2algs by  doxygen 1.4.7