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.

Using FFT for data compression step is this a lossy method?

Status
Not open for further replies.

tojeena

Member level 3
Joined
Jan 24, 2013
Messages
55
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,570
Using FFT for data compression step is this a lossy method?
 

Not necessarily - it depends what you do with the FFT output. If you threshold it/quantize it/throw something away, then yes it is.
Alternatively, if you preserve *all* of the phase/frequency output data, and use it to reconstruct your original signal via the IFFT, then no it's not.

The FFT is simply a transform, and doesn't change the overall signal (information) entropy - it just moves it around. It's not lossy unless you start throwing information away.
 

Not necessarily - it depends what you do with the FFT output. If you threshold it/quantize it/throw something away, then yes it is.
Alternatively, if you preserve *all* of the phase/frequency output data, and use it to reconstruct your original signal via the IFFT, then no it's not.

The FFT is simply a transform, and doesn't change the overall signal (information) entropy - it just moves it around. It's not lossy unless you start throwing information away.

Thank you,I would like to use fft for image as a pre processing step for compression using rice codes.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top