X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=dc4b9546b28c56dcf73af7738b4235a4e306e9e3;hp=0bc900924a1275d5eb522ffe354cafb7f2c1e5a2;hb=HEAD;hpb=1b52e1f79e06531f0a98dc7e7c9fb514c10456bd diff --git a/nlsop.h b/nlsop.h index 0bc9009..dc4b954 100644 --- a/nlsop.h +++ b/nlsop.h @@ -15,16 +15,15 @@ typedef unsigned int u32; typedef struct __info { - int cc,steps,range,diff_rate,cpi,c_sat; - double s,b,c,dr_ac,dr_cc; - char z_diff,c_diff; + int cc,steps,range,diff_rate,cpi,s_rate,save_rate; + double s,b,c,dr_ac; } info; #define AMORPH 1 -#define X 64 -#define Y 64 -#define Z 233 +#define _X 64 +#define _Y 64 +#define _Z 233 #define STEPS 158671500 #define RANGE 5 @@ -33,16 +32,15 @@ typedef struct __info #define CC 0 -#define DR_AC .5 -#define DR_CC .2 -#define DIFF_RATE 1000 +#define DR_AC .05 +#define DIFF_RATE 1000000 -#define A_AP .00001 -#define B_AP .00001 -#define A_CP .00001 +#define S_D .0001 +#define B_D .01 +#define C_D .001 #define MAX_CHARS 128 -#define MAX_TXT 32 +#define MAX_TXT 40 #define MAX_ARGV 27 #define IMP_PROFILE "imp-profile.txt" @@ -52,9 +50,13 @@ typedef struct __info #define CPI 100 -#define C_SAT (168*8) +#define S_RATE ((2*3*STEPS)/100) #define SI_PER_VOLUME (168*8) +#define A_START 0.23 +#define AC_START 0.89 +#define A_END 0.84 + #define FFT_HEIGHT 64 #endif /* NLSOP_H */