[xiph-commits] r17956 - trunk/chirptest
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Wed May 4 08:22:56 PDT 2011
Author: xiphmont
Date: 2011-05-04 08:22:56 -0700 (Wed, 04 May 2011)
New Revision: 17956
Modified:
trunk/chirptest/chirptest.c
Log:
Correct y axis label on symmetric norm graphs
Modified: trunk/chirptest/chirptest.c
===================================================================
--- trunk/chirptest/chirptest.c 2011-05-04 15:14:35 UTC (rev 17955)
+++ trunk/chirptest/chirptest.c 2011-05-04 15:22:56 UTC (rev 17956)
@@ -1408,6 +1408,7 @@
arg.y_dim = DIM_CHIRP_dW;
arg.window = window_functions.sine;
arg.subtitle3 = "sine window";
+ arg.yaxis_label = "W (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