From 700f2fbc8f64c214647cc8f9abcea9e6b49abee2 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 6 Jun 2016 01:58:59 +0000 Subject: [PATCH] removed test code so we can use it as a library git-svn-id: https://svn.code.sf.net/p/freetel/code@2815 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/octave/melvq.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2-dev/octave/melvq.m b/codec2-dev/octave/melvq.m index b31d1cb6..ca915036 100644 --- a/codec2-dev/octave/melvq.m +++ b/codec2-dev/octave/melvq.m @@ -152,7 +152,7 @@ function ind = test_run(samplename) fclose(fmel_); end -ind = test_run("hts1a"); +%ind = test_run("hts1a"); %load "../build_linux/src/all_mel.txt" %vq = trainvq(all_mel, 64, 3); -- 2.25.1