Go to the source code of this file.
Functions | |
void | convolve (const int *valid, const double *original, int n, double *dest, double *filter, int filter_len) |
void | ld_smooth (LDP ld, int neighbours, double scale_rad) |
int | main (int argc, const char *argv[]) |
Variables | |
struct { | |
int neighbours | |
double scale_deg | |
} | p |
void convolve | ( | const int * | valid, |
const double * | original, | ||
int | n, | ||
double * | dest, | ||
double * | filter, | ||
int | filter_len | ||
) |
Definition at line 50 of file ld_smooth.c.
Definition at line 71 of file ld_smooth.c.
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 16 of file ld_smooth.c.
int neighbours |
How many neighbours to consider
Definition at line 10 of file ld_smooth.c.
struct { ... } p |
double scale_deg |
Scale factor
Definition at line 7 of file ld_smooth.c.