[xiph-commits] r17961 - trunk/chirptest
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed May 4 18:09:48 PDT 2011
Author: xiphmont
Date: 2011-05-04 18:09:48 -0700 (Wed, 04 May 2011)
New Revision: 17961
Modified:
trunk/chirptest/chirptest.c
Log:
change axis centering on alpha graphs
Modified: trunk/chirptest/chirptest.c
===================================================================
--- trunk/chirptest/chirptest.c 2011-05-04 22:05:44 UTC (rev 17960)
+++ trunk/chirptest/chirptest.c 2011-05-05 01:09:48 UTC (rev 17961)
@@ -1253,7 +1253,6 @@
/* x dimension */ DIM_CHIRP_W,
/* x steps */ 1001,
/* x major */ 1.,
- /* x minor */ .25,
/* y dimension */ DIM_CHIRP_dW,
/* y steps */ 601,
/* y major */ 1.,
@@ -1463,11 +1462,12 @@
/* W alpha *****************************************************/
/* Y axis = estW */
+ arg.x_minor=.0625;
arg.subtitle1="full nonlinear estimation, no ddA fit, W centered";
arg.min_chirp_W = arg.max_chirp_W = rint(arg.blocksize/4);
arg.fit_W_alpha_min = 0;
- arg.fit_W_alpha_max = 2;
+ arg.fit_W_alpha_max = 3.125;
arg.x_dim = DIM_ALPHA_W;
arg.xaxis_label = "alphaW",
@@ -1504,7 +1504,7 @@
arg.fit_W_alpha_min = 1.;
arg.fit_W_alpha_max = 1.;
arg.fit_dW_alpha_min = 0;
- arg.fit_dW_alpha_max = 2;
+ arg.fit_dW_alpha_max = 3.125;
arg.x_dim = DIM_ALPHA_dW;
arg.xaxis_label = "alphadW",
@@ -1536,8 +1536,6 @@
arg.subtitle3 = "maxwell (optimized) window";
w_e("nonlinear-estW-vs-alphadW-maxwell",&arg);
-
-
arg.yaxis_label="dW (cycles/block)";
arg.y_dim = DIM_CHIRP_dW;
arg.min_est_W = 0;
More information about the commits
mailing list