From: drowe67 Date: Mon, 6 Jun 2016 01:58:59 +0000 (+0000) Subject: removed test code so we can use it as a library X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=700f2fbc8f64c214647cc8f9abcea9e6b49abee2;p=freetel-svn-tracking.git 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 --- 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);