Main Page | Modules | Data Structures | File List | Data Fields | Globals

curves/nr_bd_gaussian.h

00001 #ifndef _NR_BD_GAUSSIAN_H_ 00002 #define _NR_BD_GAUSSIAN_H_ 00003 00004 // a[1] = normalized amplitude 00005 // a[2] = position x_o 00006 // a[3] = gaussian width 00007 // a[4] = number of carbons 00008 // a[5] = charge 00009 00010 void FX_SP_BD_GAUSSIAN(float x , float a[], float *y); 00011 void FXDA_SP_BD_GAUSSIAN(float x , float a[], float *y, float dyda[], int na); 00012 void FX_MP_BD_GAUSSIAN(float x[], int size, float y[], float *a); 00013 00014 void FX_SP_SUM_BD_GAUSSIAN(float x, float *y, float *a, int na); 00015 void FXDA_SP_SUM_BD_GAUSSIAN(float x, float a[], float *y, float dyda[], int na); 00016 void FX_MP_SUM_BD_GAUSSIAN(float x[], int size, float y[], float *a, int na); 00017 00018 float _get_next_dev(float charge, int index); 00019 00020 #endif

Generated on Sun Feb 13 01:05:56 2005 for MapQuant by doxygen 1.3.7