How to do wavelet decomposition and hierarchical clustering in Matlab?

조회 수: 2 (최근 30일)
Sepp
Sepp 2015년 8월 5일
편집: Sepp 2015년 8월 5일
Hello
I want to apply a wavelet decomposition on a vector x using Matlab wpdec function. How can I retrieve from this the approximation and detail coefficients at different decomposition levels?
Seecond, I want to apply Ward clustering on the rows of a matrix X (with Euclidean distance). In Matlab I can do it with
Z = linkage(A,'ward','euclidean');
In the end I want 8 clusters. For deriving the clusters I want to use the inconsistency coefficient as described here :
In Matlab it can be done like that:
T = cluster(Z,'cutoff',1.2);
The problem now is that I want exactly 8 clusters, so I don't know the value of the "cutoff"
How can I do this to retrieve exactly 8 clusters? Perhaps the Matlab function inconsistent must be used?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by