[xiph-commits] r17923 - trunk/ghost/monty/chirp
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sun Apr 17 23:10:49 PDT 2011
Author: xiphmont
Date: 2011-04-17 23:10:49 -0700 (Sun, 17 Apr 2011)
New Revision: 17923
Modified:
trunk/ghost/monty/chirp/chirptest.c
Log:
Don't forget to dump the final graphs
Modified: trunk/ghost/monty/chirp/chirptest.c
===================================================================
--- trunk/ghost/monty/chirp/chirptest.c 2011-04-18 06:05:51 UTC (rev 17922)
+++ trunk/ghost/monty/chirp/chirptest.c 2011-04-18 06:10:49 UTC (rev 17923)
@@ -770,9 +770,26 @@
to_png(cRMS_d,filebase,"RMSdelta");
}
}
-
}
+ to_png(cC,filebase,"converge");
+ to_png(cA,filebase,"Aerror");
+ to_png(cP,filebase,"Perror");
+ to_png(cW,filebase,"Werror");
+ to_png(cdA,filebase,"dAerror");
+ to_png(cdW,filebase,"dWerror");
+ to_png(cddA,filebase,"ddAerror");
+ to_png(cRMS,filebase,"RMSerror");
+
+ to_png(cC_d,filebase,"convdelta");
+ to_png(cA_d,filebase,"Adelta");
+ to_png(cP_d,filebase,"Pdelta");
+ to_png(cW_d,filebase,"Wdelta");
+ to_png(cdA_d,filebase,"dAdelta");
+ to_png(cdW_d,filebase,"dWdelta");
+ to_png(cddA_d,filebase,"ddAdelta");
+ to_png(cRMS_d,filebase,"RMSdelta");
+
fprintf(stderr," done\n");
}
@@ -795,7 +812,7 @@
/* ymajor */ 100,
/* yminor */ 25,
- /* window */ window_functions.hanning,
+ /* window */ window_functions.maxwell1,
/* fit_tol */ .000001,
/* gauss_seidel */ 1,
/* fit_W */ 1,
More information about the commits
mailing list