syms t % Define t as a symbolic variable a=simplify(fourier(sin(0.5*t)/(0.5*t))) % Print the simplified Fourier transform of sin(0.5t)/(0.5t) = sinc(0.5t)