ref: 1ca9450623f43ba64b32f3a66f9a1301ad56c1fc
parent: 067c66a995bc417e4d312ce42e73614a6abc65b7
author: knik <knik>
date: Thu Mar 27 12:09:29 EST 2003
updated noise level
--- a/libfaac/psychkni.c
+++ b/libfaac/psychkni.c
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: psychkni.c,v 1.6 2003/02/09 20:44:16 menno Exp $
+ * $Id: psychkni.c,v 1.7 2003/03/27 17:09:29 knik Exp $
*/
#include <stdio.h>
#include <stdlib.h>
@@ -78,9 +78,8 @@
double totchg;
int lastband;
psydata_t *psydata = psyInfo->data;
- static const double longthr = 0.32;
-// static const double shortthr = longthr * 0.20;
- static const double shortthr = 0.32 * 0.20;
+ static const double longthr = 0.37;
+ const double shortthr = longthr * 0.3;
static const int firstband = 1;