[xiph-commits] r17957 - trunk/chirptest
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed May 4 08:24:14 PDT 2011
Author: xiphmont
Date: 2011-05-04 08:24:14 -0700 (Wed, 04 May 2011)
New Revision: 17957
Modified:
trunk/chirptest/chirptest.c
Log:
re-correct the y axis label
Modified: trunk/chirptest/chirptest.c
===================================================================
--- trunk/chirptest/chirptest.c 2011-05-04 15:22:56 UTC (rev 17956)
+++ trunk/chirptest/chirptest.c 2011-05-04 15:24:14 UTC (rev 17957)
@@ -1408,7 +1408,7 @@
arg.y_dim = DIM_CHIRP_dW;
arg.window = window_functions.sine;
arg.subtitle3 = "sine window";
- arg.yaxis_label = "W (cycles/block)",
+ arg.yaxis_label = "dW (cycles/block)",
arg.subtitle1="linear estimation, symmetric normalization, no ddA fit";
w_e("linear-dW-vs-W-symmetric",&arg);
More information about the commits
mailing list