Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/MbsAPI/f_find_peaks.c File Reference

Go to the source code of this file.

Defines

#define UP   1
#define DOWN   -1
#define HORI   0
#define PRINT   0
#define LOW   2
#define WIDTH   8

Functions

void f_find_peaks (void *pfData, int lType, int lFirstChan, int lPoints, int lAver, double dDeltaFact, double dDeltaMin, double *dNoise, int lPeaksMax, int *plPeaks, int *plMinima, double *pdMinima, int *plMaxima, int *plWidth, double *pdIntegral)
int f_position (int l_len, double *pa_data, double *pr_pos, double *pr_sig, double *pr_sum)


Define Documentation

#define UP   1
 

Definition at line 48 of file f_find_peaks.c.

Referenced by f_find_peaks().

#define DOWN   -1
 

Definition at line 49 of file f_find_peaks.c.

Referenced by f_find_peaks().

#define HORI   0
 

Definition at line 50 of file f_find_peaks.c.

Referenced by f_find_peaks().

#define PRINT   0
 

Definition at line 51 of file f_find_peaks.c.

Referenced by f_find_peaks().

#define LOW   2
 

#define WIDTH   8
 


Function Documentation

void f_find_peaks void *    pfData,
int    lType,
int    lFirstChan,
int    lPoints,
int    lAver,
double    dDeltaFact,
double    dDeltaMin,
double *    dNoise,
int    lPeaksMax,
int *    plPeaks,
int *    plMinima,
double *    pdMinima,
int *    plMaxima,
int *    plWidth,
double *    pdIntegral
 

Definition at line 54 of file f_find_peaks.c.

References DOWN, f_position(), HORI, i, PRINT, sqrt(), and UP.

Referenced by TGo4FitPeakFinder::HansEsselPeakFinder().

int f_position int    l_len,
double *    pa_data,
double *    pr_pos,
double *    pr_sig,
double *    pr_sum
 

Definition at line 290 of file f_find_peaks.c.

References sqrt().

Referenced by f_find_peaks().


Generated on Tue Nov 8 10:56:15 2005 for Go4-v2.10-5 by doxygen1.2.15