How can I represent the ifft() by using sinc() function?
Mostrar comentarios más antiguos
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,
Respuestas (0)
Categorías
Más información sobre Subplots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!