X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=24778fab9051289c0522fa8d416c7e00dbd80c3a;hp=3cd94e6577eff69c8d9cfe959430c0e7ec9a41a6;hb=14f4760167409b235fb1d03e1f12733c85037eb6;hpb=126057c72d3dcf4cea9f5e46f36606289703bd17 diff --git a/nlsop.h b/nlsop.h index 3cd94e6..24778fa 100644 --- a/nlsop.h +++ b/nlsop.h @@ -12,7 +12,7 @@ typedef unsigned int u32; typedef struct __info { - int cc,steps,range; + int cc,steps,range,diff_rate; double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc; char z_diff; } info; @@ -38,18 +38,20 @@ typedef struct __info #define DR_AC .5 #define DR_CC .2 +#define DIFF_RATE 100 #define A_AP .1 -#define B_AP .01 +#define B_AP .0 #define A_CP .01 -#define MAX_CHARS 64 +#define MAX_CHARS 128 #define MAX_TXT 32 #define MAX_ARGV 27 -#define MAX_VPTR 50 - #define IMP_PROFILE "imp-profile.txt" +#define CELL_LENGTH 3 /* nm */ + +#define FFT_HEIGHT 64 #endif /* NLSOP_H */