Top Banner
PRESENTED BY, LEKSHMY A SASI ROLL NO:10 MTECH CSE CIRCULANT AND BLOCK CIRCULANT MATRIX
14

circulant matrix

Dec 29, 2015

Download

Documents

lekshmysasidhar

circulant and block circulant
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: circulant matrix

PRESENTED BY, LEKSHMY A SASI

ROLL NO:10 MTECH CSE

CIRCULANT AND BLOCK CIRCULANT MATRIX

Page 2: circulant matrix

Estimate the unknown object vector x from the noisy measurements y.

Page 3: circulant matrix

g=H f + vH is assumed to be knownf=H-1g – H-1v H=N 2 * N 2 matrix f, g, v is N 2 * 1 matrix for an N*N image

Page 4: circulant matrix

Two major problem It is extremely sensitive to noise and it has been

shown that one needs impossibly low levels of noise for the method to work

The solution of equation requires the inversion of an N2 * N2 square matrix, with N typically being 500,which is formidable task even for modern computers.

Page 5: circulant matrix

Is there any way by which matrix H can be inverted?

Yes, for the case of homogeneous linear degradation ,matrix H can easily be inverted because it is a block circulant matrix.

Page 6: circulant matrix

When is a matrix block circulant? A matrix H is block circulant if it has the following

structure.

Page 7: circulant matrix

Where H0, H1, Hm-1 are partitions of matrix H and they are themselves circulant matrices.

When is a matrix circulant? A matrix D is circulant if it has the following

structure:

Page 8: circulant matrix

N=6

Page 9: circulant matrix

In such a matrix ,each column can be obtained from the previous one by shifting all elements one place down and putting the last element at the top.

Why can a block circulant matrix can be inverted easily? Because we can easily find their eigen values and

eigen vectors.

Page 10: circulant matrix
Page 11: circulant matrix
Page 12: circulant matrix

K=0,1,2,….M-1It can be shown then by direct substitution

that.Dω(k)=λ(k)ωkHow does the knowledge of the eigen values

and eigen vectors of a matrix help in inverting the matrix? If we form matrix W which has the eigen vectors of

matrix D as its columns, we know that we can write D=w^w-1

Page 13: circulant matrix
Page 14: circulant matrix

THANK YOU