X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=80ce82bf163e89f8ee33869b4e339b389f669da0;hp=bb3307f931a214bf01ef2019b9ef476301472c59;hb=30343b61fc28bccc04af479729a1529fa824a85a;hpb=c37428b4496d4854ee7bd43b45be36238625c965 diff --git a/nlsop.h b/nlsop.h index bb3307f..80ce82b 100644 --- a/nlsop.h +++ b/nlsop.h @@ -12,7 +12,7 @@ typedef unsigned int u32; typedef struct __info { - int cc,steps,range,diff_rate,cpi; + int cc,steps,range,diff_rate,cpi,c_sat; double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc; char z_diff,c_diff; } info; @@ -24,12 +24,12 @@ typedef struct __info #define X 64 #define Y 64 -#define Z 100 +#define Z 233 -#define STEPS 30000000 +#define STEPS 100000000 #define RANGE 5 #define REFRESH 100000 -#define RESAVE 1000000 +#define RESAVE 10000000 #define A_CD 1. #define B_CD .0 @@ -38,22 +38,26 @@ typedef struct __info #define DR_AC .5 #define DR_CC .2 -#define DIFF_RATE 100 +#define DIFF_RATE 1000 -#define A_AP .003 +#define A_AP .0005 #define B_AP .0 -#define A_CP .0001 +#define A_CP .00001 #define MAX_CHARS 128 #define MAX_TXT 32 #define MAX_ARGV 27 #define IMP_PROFILE "imp-profile.txt" +#define NEL_PROFILE "nel-profile.txt" + #define CELL_LENGTH 3 /* nm */ #define CPI 20 +#define C_SAT (6*6*6) + #define FFT_HEIGHT 64 #endif /* NLSOP_H */