Displaying 1 result from an estimated 1 matches for "freq_start".
Did you mean:
free_start
2005 Sep 10
1
Readding Zlast info to the preprocessor
...last was no longer used to compute
Pframe.
-------------- next part --------------
Index: preprocess.c
===================================================================
--- preprocess.c (revision 10007)
+++ preprocess.c (working copy)
@@ -761,7 +761,8 @@
}
Zframe /= (freq_end-freq_start);
}
-
+ st->Zlast = Zframe;
+
Pframe = qcurve(Zframe);
/*fprintf (stderr, "%f\n", Pframe);*/