Anthony Minessale efd3744a21 FS-7122: Working with william to find a better way 9 yıl önce
..
Makefile.am efd3744a21 FS-7122: Working with william to find a better way 9 yıl önce
README 68913681a4 git status -u, learn something new every day. 12 yıl önce
create_interleaver.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
de.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
dvdongle2.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
extract.c d67b96af8a i've tested, now you can too 12 yıl önce
ge_train.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
genampdata.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
genlsp.c d67b96af8a i've tested, now you can too 12 yıl önce
genphdata.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
genres.c d67b96af8a i've tested, now you can too 12 yıl önce
lsp1.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp10.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp2.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp3.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp4.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp45678910.txt 17294cb608 grr more 12 yıl önce
lsp5.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp6.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp7.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp8.txt 62b55523c2 Working codec2 support 14 yıl önce
lsp9.txt 62b55523c2 Working codec2 support 14 yıl önce
lspd123.txt 62b55523c2 Working codec2 support 14 yıl önce
lspd456.txt 62b55523c2 Working codec2 support 14 yıl önce
lspd678910.txt 17294cb608 grr more 12 yıl önce
lspd78.txt 62b55523c2 Working codec2 support 14 yıl önce
lspd910.txt 62b55523c2 Working codec2 support 14 yıl önce
lspjnd5-10.txt 17294cb608 grr more 12 yıl önce
lspsync.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
lsptest.c 62b55523c2 Working codec2 support 14 yıl önce
mksine.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
polar2rect.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
pre.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
run_tests.sh 68913681a4 git status -u, learn something new every day. 12 yıl önce
scalarlsptest.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
sd.c d67b96af8a i've tested, now you can too 12 yıl önce
sd.h d67b96af8a i've tested, now you can too 12 yıl önce
speexlsptest.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
t48_8.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
tcodec2.c d67b96af8a i've tested, now you can too 12 yıl önce
tcontphase.c d67b96af8a i've tested, now you can too 12 yıl önce
tfdmdv.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
tfifo.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
tinterp.c d67b96af8a i've tested, now you can too 12 yıl önce
tlspsens.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
tnlp.c d67b96af8a i've tested, now you can too 12 yıl önce
tprede.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
tquant.c d67b96af8a i've tested, now you can too 12 yıl önce
tsrc.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
vq_train_jvm.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
vqtrain.c d67b96af8a i've tested, now you can too 12 yıl önce
vqtrainjnd.c 59205c7678 sigh... git you failed 12 yıl önce
vqtrainph.c 68913681a4 git status -u, learn something new every day. 12 yıl önce
vqtrainsp.c 68913681a4 git status -u, learn something new every day. 12 yıl önce

README

README
for codec2/unittest
Created David Rowe 31 July 2012

Training (experimental) sparse phase VQs:

1/ In ../src/phase.c phase_experiment() enable:

print_sparse_pred_error()

and 'make' c2sim (in src)

2/ Run over a training database:

$ ./c2sim /xhome1/codec2/samples/train.spc --phaseexp > train_phtrain.txt

a) check stats in Octave:
octave> load ../src/train_phtrain.txt
octave> std(nonzeros(train_phtrain(:,1:20)))
octave> hist(nonzeros(train_phtrain(:,1:20)),20)
3/ Extract and convert to floats vector you wish to train for example
first 20 (out of MAX_AMP == 80):

$ ./extract ../src/train_phtrain.txt train_phtrain.flt 1 20

4/ Convert to rectangular:

$ ./polar2rect train_phtrain.flt train_phtrainr.flt

5/ Run this program:

$ ./vqtrainph train_phtrainr.flt 20 1024 vq.txt

Ouput is vq.txt

Tests
-----

+ build up insmallest possible stesp
+ impl errors v alg errors
+ use actual phase data as codebook
+ test vq with rand phases first or known data