POV-Ray : Newsgroups : povray.off-topic : DFT and FFT : Re: DFT and FFT Server Time
6 Sep 2024 19:22:46 EDT (-0400)
  Re: DFT and FFT  
From: Mike Raiford
Date: 19 Jan 2009 14:13:28
Message: <4974d0d8@news.povray.org>
Invisible wrote:

> You know how if you JPEG-compress something too much, you get ghosting? 
> Well if you aren't careful with your filter kernel, your frequency 
> response ends up with ghosting. The Blackmann window is a way to try to 
> get rid of that. (By blurring the whole thing, unfortunately.)

According to the book, my thinking was sound. You take an iFFT of the 
arbitrary filter, apply a Hamming or Blackmann window to the shifted and 
zero-padded filter kernel. Then you execute the filter by convolution, 
or FFT convolution. Depending on the size of the filter kernel you've 
generated. Bigger means FFT is more advantageous.

That's for FIR filters.

Now I'm reading a bout IIR filters and ... they're simple to code, but a 
bear to design..

-- 
~Mike


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.