Definition in file fit_fft.c.
#include <stdio.h>
#include <bpm/bpm_alloc.h>
#include <bpm/bpm_nr.h>
#include <bpm/bpm_units.h>
#include <bpm/bpm_messages.h>
#include <bpm/bpm_process.h>
Include dependency graph for fit_fft.c:
Go to the source code of this file.
Defines | |
#define | FIT_MAX_ITER |
#define | FIT_WINDOW_FACTOR |
Functions | |
void | fcnlorjac (double *p, double *ljac, int np, int ns, void *a) |
void | fcnlor (double *p, double *lor, int np, int ns, void *a) |
int | fit_fft_prepare (double **fft, int ns, double fs, int *n1, int *n2, double *amp, double *freq, double *fwhm) |
int | fit_fft (double **fft, int ns, double fs, double *freq, double *tdecay, double *A, double *C) |
void fcnlor | ( | double * | p, | |
double * | lor, | |||
int | np, | |||
int | ns, | |||
void * | a | |||
) |