transf_cf2spec.c File Reference

#include <math.h>
#include <stdio.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_integration.h>

Defines

#define _GNU_SOURCE
#define W0   9.899 * 2*M_PI
#define W_MAX   1.0 * 2*M_PI
#define dW   0.01 * 2*M_PI
#define W_LIMIT   10.0
#define RELERR   0.001
#define WTS   1000
#define P_REAL   1
#define P_IMAG   2

Functions

int read_corr_func (const char *file_name)
double corr_func (double t, void *params)
int main (int argc, char **argv)

Variables

int p_real = P_REAL
int p_imag = P_IMAG
gsl_vector * t_arr
gsl_vector_complex * corr_func_arr
int L = 0
double t_max = 0.0

Define Documentation

#define _GNU_SOURCE

#define dW   0.01 * 2*M_PI

#define P_IMAG   2

#define P_REAL   1

#define RELERR   0.001

#define W0   9.899 * 2*M_PI

#define W_LIMIT   10.0

#define W_MAX   1.0 * 2*M_PI

#define WTS   1000


Function Documentation

double corr_func ( double  t,
void *  params 
)

int main ( int  argc,
char **  argv 
)

int read_corr_func ( const char *  file_name  ) 


Variable Documentation

gsl_vector_complex* corr_func_arr

int L = 0

int p_imag = P_IMAG

int p_real = P_REAL

gsl_vector* t_arr

double t_max = 0.0


Generated on Thu Jun 12 16:48:45 2008 for QDpack by  doxygen 1.5.1