Login
Remember
Register
Ask a Question
Write the expression of one-dimensional discrete Fourier transforms in image Processing?
0
votes
asked
May 1, 2020
in
Image processing
by
SakshiSharma
Write the expression of one-dimensional discrete Fourier transforms in image Processing?
#discrete-image-processing
#discrete-image
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 1, 2020
by
Robindeniel
Forward transform
The sequence of x(n) is given by x(n) = { x0,x1,x2,… xN-1}.
X(k) = (n=0 to N-1) _ x(n) exp(-j 2* pi* nk/N) ; k= 0,1,2,…N-1
Reverse transforms
X(n) = (1/N) (k=0 to N-1) _ x(k) exp(-j 2* pi* nk/N) ; n= 0,1,2,…N-1
...