High pass (and low pass) image filters with cutoff in “cycles per image”

2 views (last 30 days)
I'm trying to filter images (high-pass and low-pass) for a psychological experiment but I don't understand how i must relate the cutoff frequency expressed in "cycles per image" to the actual filter parameters.
In particular I need to create a high-pass filter with a cutoff freq of > 24 cycles/image and a low-pass filter with a cutoff freq of < 6 cycles/image. The image size is 128x128.
Can someone please point me in the right direction?

Answers (1)

Jonas
Jonas on 1 Jul 2021
habe a look into this under frequency domain filtering. there you can see several functions that can be used like fwind2() and ftrans2()
come back if you are stuck again ;-)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!