Need help about Canonical Correlation

Status
Not open for further replies.

mcsech

Newbie level 6
Joined
Aug 6, 2009
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
usa
Activity points
1,362
Hi guys.
I'm working on Voice Conversation project. Briefly, I have two trained data belongs two different people. With a Codec I'm trying to analyise trained data.
Now,I've trouble with this problem.
i.e X=[] is person K, and Y=[] is person L. X and Y are 2D matrices.
With the canoncorr function of matlab I want to a relation between two matrices. The function description says:
[A,B]=canoncorr(X,Y) computes something like this:
A.X=B.Y;
Then I think H=inv(B)*A, and Z=H*X' (X' is transpose of X).
Theoretically, the transpose of Z matrix should similar to Y. But something is wrong.
Could anyone help me? You can advise a different method to find correlated Z matrix.
 
Last edited:

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…