[xiph-commits] r18012 - trunk/chirptest

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sat Jun 4 23:26:18 PDT 2011


Author: xiphmont
Date: 2011-06-04 23:26:17 -0700 (Sat, 04 Jun 2011)
New Revision: 18012

Modified:
   trunk/chirptest/chirptest.c
Log:
Final chirp graph generation code.


Modified: trunk/chirptest/chirptest.c
===================================================================
--- trunk/chirptest/chirptest.c	2011-06-01 19:44:40 UTC (rev 18011)
+++ trunk/chirptest/chirptest.c	2011-06-05 06:26:17 UTC (rev 18012)
@@ -2599,13 +2599,13 @@
   arg.y_dim=DIM_CHIRP_dW;
 
   arg.fit_nonlinear=0;
-  //graph_1chirp("algo-",&arg);
+  graph_1chirp("algo-",&arg);
 
   arg.fit_nonlinear=1;
-  //graph_1chirp("algo-",&arg);
+  graph_1chirp("algo-",&arg);
 
   arg.fit_nonlinear=2;
-  //graph_1chirp("algo-",&arg);
+  graph_1chirp("algo-",&arg);
 
   /* Graphs for linear v. partial-nonlinear v. full-nonlinear ***************/
   /* estW vs W **************************************************************/
@@ -3187,7 +3187,7 @@
   /* dW vs W *****************************************************************/
   arg.sweep_steps=32;
   arg.y_dim=DIM_CHIRP_dW;
-  arg.chirp.dW_0 = -10.;
+  arg.chirp.dW_0 = 0.;
   arg.chirp.dW_1 = 10.;
   arg.y_major = 1;
   arg.y_minor = .25;



More information about the commits mailing list