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.

Converting DFT samples to DCT

Status
Not open for further replies.

barath_87

Full Member level 3
Joined
Feb 7, 2006
Messages
183
Helped
18
Reputation
36
Reaction score
6
Trophy points
1,298
Location
India
Activity points
2,361
I require some materials regarding converting dft samples to dct .Pls help.
Thanks in advance.
 

DFT to DCT???

Hi
assume that your signal is u(n) for n=0,1,...,N-1
& that DCT{u(n)}=v(k) for k=0,1,...,N-1

now define s(n) such that:
s(n)=u(2n) ]
] for n=0,1,...,N/2 -1
s(N-n-1)=u(2n+1) ]

now it is shown that:
v(k)=RE{a(k).exp(-j.pi.k/(2N)).DFT{s(n}}

----------------------------------------------
in other words,if we denote DFT{s(n)} by h(k),then

v(k)=RE{a(k).exp(-j.pi.k/(2N)).h(k)} (in k domain)
&
s(n)=u(2n) ]
] for n=0,1,...,N/2 -1(in n domain)
s(N-n-1)=u(2n+1) ]

----------------------------------------------------

for more detailed discussion i refer you to
"fundamentals of digital image processing" by Jain

ofvcourse there are many other refrences

hope it helped
Armin
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top