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.

What is the K-L transform?

Status
Not open for further replies.

naresh850

Full Member level 3
Joined
Jun 9, 2006
Messages
157
Helped
6
Reputation
12
Reaction score
4
Trophy points
1,298
Activity points
2,249
HI

could any one give me the brif discription about

What is the K-L transform?

Regards,
NP
 

Hi

karhunen loeve transform is simply a tool for data compression and pattern recognition.
let's have an example.
if you have a image and the application is data compression first you should rearrange it in a vector and calculate sample covariance matrix related to the image vector. then use eigenvalue decomposition. usually the main energy of the image is in first e.g. 20% of eigenvalue. so simply get rid of other eigenvalues and corresponding eigenvectors. project your image vector on remaining eigenvectors. save eigenvectors and projection value as the compressed image.
This application has been briefly explained in Gonzales book on "Image Processing".
There are some other applications such as Pattern Recognition, and Principle Components Analysis.

Regards
 

I want especially to pay your attention on the fact, that K-L transform - is an adaptive technique of Signal Processing. It means, that you obtain (construct) the basis for signal or image decomposition just from the data set (signal or image) without using any other functions. It's a very important property, because it helps take into account local properties and internal structure of the process.

Also, among the other adaptive technique, it's worth mentioning the following:

1) Empirical Mode decomposition
2) Singular spectrum analysis
3) Wavelet transform


With respect,

Dmitrij
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top