Update SVD decomposition authored by Leo Tsukada's avatar Leo Tsukada
......@@ -676,9 +676,9 @@ svd:
overlap: 100
num-banks: 1
samples-min: 2048
samples-max-64: 4096
samples-max-256: 4096
samples-max: 4096
samples-max-64: 8192
samples-max-256: 8192
samples-max: 8192
sort-by: mu
max-duration: 128
autocorrelation-length:
......@@ -702,9 +702,9 @@ svd:
overlap: 200
num-banks: 1
samples-min: 2048
samples-max-64: 4096
samples-max-256: 4096
samples-max: 4096
samples-max-64: 8192
samples-max-256: 8192
samples-max: 8192
sort-by: mu
max-duration: 128
autocorrelation-length:
......
......