Re: Blackman interpolation instead of linear or cubic



By Kaba:

Here's an example. You can do _perfect_ low pass filtering in the
Fourier sense by taking the discrete fourier transform, then multiplying
by a box mask and taking the inverse discrete fourier transform. This
corresponds to convoluting with a sinc filter with an infinite support.
Let's do that.

This doesn't work perfectly if the data are not band-limited below the
Nyquist frequency.

Image data are never band-limited. A pixel sequence black-white-
black ..
consists only of a Nyquist frequency component and a DC part (gray).
Any real world image contains signals with Nyquist frequency.
Fourier transforms create artifacts if the spectrum isn't strictly
band-
limited.

The Blackman window function isn't very different to windows by
von Hann, Hamming or Lanczos. Interpreted as a filter, the rejection
band is below (about) -60dB, but this interpretation is only half the
truth. One has to test the pulse response in the time domain.

I have actually added 'Blackman' to an older doc:
http://www.fho-emden.de/~hoffmann/lanczos07112002.pdf

Best regards --Gernot Hoffmann




.



Relevant Pages

  • Re: Fourier transform and oscillation amplitude
    ... How can one obtain the oscillation amplitude from the Fourier spectrum? ... This question is trivial if discrete Fourier transform has value ... could estimate the total energy in that signal by adding ...
    (sci.math)
  • continuous discrete fourier transform
    ... I am a student doing some homework exercises on Fourier transform to study ... When I tried to apply discrete Fourier transform continuously ... I have an arbitrary number sequence which present the ... It is very interesting to discover that the imaginary components of y are ...
    (comp.dsp)
  • Re: A Text book on DSP!
    ... It covers basic linear system theory ... (linearity concepts, time-invariance, convolution), ... the Laplace transform, the discrete Fourier transform, ...
    (comp.dsp)
  • Re: Usage of Fourier transforms...
    ... Discrete Fourier Transform and Continuous Fourier Transform. ... And there a lot of algorithms to calculate Fast Fourier Transform (the ... used in image processing and communication equipments? ...
    (sci.electronics.basics)
  • Re: Interpreting discrete Fourier transform.
    ... Discrete Fourier transform can be very useful to evaluate frequency and ... amplitude of oscillation in a measured signal. ... Here A is an absolute value of the Fourier transform, ... explanation for this interpretation? ...
    (sci.physics)