Re: How to know the maximum frequency of an image to apply a filter.



I think your attention should be more to the image itself, rather than
the filter. Instead of sampling, if you need to, you can always use the
specifications of the continuous filter (profile and cutoff) to design
a new -digital- filter that can be easily used with the image.
Otherwise, you just need to make sure your sampling captures the
profile of the original filter correctly, not the image data. If there
is reason to believe that the sampling frequency for the filter becomes
too large, i.e. the produced "digital" filter has too many taps, then
you should enlarge the image, NOT shrink the filter. In other words,
you should either design a digital filter with the same specifications
(the usual approach), or use a sampled form of the continuous filter
but with the restriction of checking whether the conversion to the
discrete frequency space is on the same scale as the physical features
(content) of the image.


--
Harris

.



Relevant Pages

  • Re: The Difference Betweeen 96khz & 192khz
    ... > If you digitize with a sampling rate of 48000, ... > to use a filter which stops all frequencies above ... 192,000 Hz sound any different doing a good job of sampling ... upper sample rate to 192,000 is probably not going to sound ...
    (rec.audio.pro)
  • Re: Envelope Detector using Hilbert Transform
    ... >>> I have working with ultrasound signals from a solid state ... >>> Khz) are digitized through a sampling card and imported into MATLAB, ... >>> implementing it in real time on the DSP processor. ... >>fit for the filter to make the passband ripple small. ...
    (comp.dsp)
  • Re: Digital processing of analog TV broadcast
    ... FPGA clock - fixed and stable. ... I regenerate the chroma subcarrier using a numerically controlled ... numerically controlled oscillator, and low-pass filter. ... carefully plotting out the sampling components and their aliases. ...
    (sci.electronics.design)
  • Re: Comparing matched and Wiener filters
    ... "filter across all time and sample" viewpoint of matched-filtering, ... the output for the sampling points (i.e. correlation, ... You are interested in comparing MF vs Wiener, ... MF does not maximize SNR in the ...
    (comp.dsp)
  • Re: How does sampling frequency affects a digital filter ?
    ... I am writing a digital filter but it seems that according to ... the sampling frequency my filter should change ... ... we speak of a "normalized sampling ...
    (comp.dsp)