mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01:00
correlation matrix plot compute dynamic range
This commit is contained in:
parent
43dd295f94
commit
9455e2c66e
@ -68,6 +68,7 @@ int main(int argc, char *argv[])
|
|||||||
var = sample.varianceMatrix();
|
var = sample.varianceMatrix();
|
||||||
corr = sample.correlationMatrix();
|
corr = sample.correlationMatrix();
|
||||||
|
|
||||||
|
cout << "dynamic range " << Math::svdDynamicRangeDb(corr) << " dB" << endl;
|
||||||
p << PlotCorrMatrix(corr);
|
p << PlotCorrMatrix(corr);
|
||||||
p.display();
|
p.display();
|
||||||
if (!outVarName.empty())
|
if (!outVarName.empty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user