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,
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!