Mercurial > hg > nnls-chroma
diff NNLSBase.h @ 41:d6bb9b43ac1c matthiasm-plugin
README and new parameters, not tested yet
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Fri, 22 Oct 2010 21:43:57 +0900 |
parents | cf8898a0174c |
children | d01f94d58ef0 |
line wrap: on
line diff
--- a/NNLSBase.h Fri Oct 22 11:58:16 2010 +0100 +++ b/NNLSBase.h Fri Oct 22 21:43:57 2010 +0900 @@ -66,8 +66,9 @@ float m_localTuning0; float m_localTuning1; float m_localTuning2; - float m_paling; + float m_whitening; float m_preset; + float m_s; vector<float> m_localTuning; vector<float> m_kernelValue; vector<int> m_kernelFftIndex;