How can I represent the ifft() by using sinc() function?
Afficher commentaires plus anciens
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,
Réponses (0)
Catégories
En savoir plus sur Subplots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!