[xiph-commits] r17986 - trunk/chirptest
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sun May 15 01:34:08 PDT 2011
Author: xiphmont
Date: 2011-05-15 01:34:08 -0700 (Sun, 15 May 2011)
New Revision: 17986
Modified:
trunk/chirptest/chirptest.c
Log:
Tune number of randomized trials for 2 chirp W sep test
Modified: trunk/chirptest/chirptest.c
===================================================================
--- trunk/chirptest/chirptest.c 2011-05-15 08:32:38 UTC (rev 17985)
+++ trunk/chirptest/chirptest.c 2011-05-15 08:34:08 UTC (rev 17986)
@@ -2995,6 +2995,7 @@
arg.chirp_alt.W_1 = rint(arg.blocksize/4)+1;
arg.alt_p=1;
arg.sweep_or_rand_p=1;
+ arg.sweep_steps=128;
arg.x_dim=DIM_CHIRP_W;
arg.chirp.W_0 = -25;
@@ -3054,6 +3055,7 @@
/* dW vs W *****************************************************************/
+ arg.sweep_steps=32;
arg.chirp.A_0 = arg.chirp.A_1 = 0.;
arg.y_dim=DIM_CHIRP_dW;
More information about the commits
mailing list