How can I represent the ifft() by using sinc() function?

Lets say I have the signal:
x = [0, 0.5+0.8i, 1.8+0.3i, -2.3-1.3i];
Then the ifft(x) will give me:
ans = [-0.05i, -0.975+0.625i, 0.9+0.2i, 0.075-0.775i]
Is there any way to get the same result by using functions such as sinc(), filter(), etc. instead???
Thanks,

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!