comparison NNLSBase.cpp @ 58:01bc078f5f61 matthiasm-plugin

updated plugin and some parameter and output descriptions. adjusted the n3 file (only skeleton so far).
author matthiasm
date Mon, 25 Oct 2010 22:57:47 +0900
parents b6cddb109482
children 1ccb883b585f
comparison
equal deleted inserted replaced
57:58a390dfba70 58:01bc078f5f61
160 list.push_back(d); 160 list.push_back(d);
161 161
162 ParameterDescriptor d0; 162 ParameterDescriptor d0;
163 d0.identifier = "rollon"; 163 d0.identifier = "rollon";
164 d0.name = "spectral roll-on"; 164 d0.name = "spectral roll-on";
165 d0.description = "The bins below the spectral roll-on quantile will be set to 0."; 165 d0.description = "Consider the cumulative energy spectrum (from low to high frequencies). All bins below the first bin whose cumulative energy exceeds the quantile [spectral roll on] x [total energy] will be set to 0. A value of 0 means that no bins will be changed.";
166 d0.unit = ""; 166 d0.unit = "";
167 d0.minValue = 0; 167 d0.minValue = 0;
168 d0.maxValue = 0.05; 168 d0.maxValue = 0.05;
169 d0.defaultValue = 0; 169 d0.defaultValue = 0;
170 d0.isQuantized = true; 170 d0.isQuantized = true;