function y = sinc(t) % Sinc Function y = sin(pi*(t + (t == 0)*eps)) ./ pi ./ (t + (t == 0)*eps);