Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top