필터 지우기
필터 지우기

How band pass filtering is physically achieved by convolving logGabor filter generated with some center frequency?

조회 수: 2 (최근 30일)
Hi, I am trying to understand LogGabor filters in frequency domain.I understand that A complex Gabor filter is defined as the product of a Gaussian kernel times a complex sinusoid.
"The goal is to isolate an 80 hertz band of frequencies centered on 2 kHz. "
My doubt is -How this is physically achieved by convolving logGabor filter generated with center frequency 2 hz. How it actually gives the required output?I am not able to visualize this. I am using gaborconvolve.m function from http://www.csse.uwa.edu.au/~pk/studentprojects/libor/sourcecode.html

답변 (1개)

Laurent
Laurent 2014년 10월 29일
The difference betwwen Gabors and log-Gabors is small for low bandwidths but important:
the gaussian enveloppe is on the linear scale of frequencies for Gabors, but on a logarithmic scale for frequencies for log-Gabors (hence the name).
if you are interested in more info + python code, something similar is coded using the package available @ https://pythonhosted.org/LogGabor/

카테고리

Help CenterFile Exchange에서 Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by