Sinc Function
Sinc function is a perfect low pass filter:
sinc(x) = sin(x) / x
Whose Fourier Transform is a box function:
b(x) = 1 if x in [-1,1]
b(x) = 0 otherwise
Please excuse the abuse of notation, i.e. the lack of normalization or even spatial domain specification.