IFFT operation on the vector
Afficher commentaires plus anciens
Hello,
I want to make an ifft operation on some vector. according to help of ifft, it do not require any multipcation constant. does this statement true all the time?
Réponse acceptée
Plus de réponses (1)
Michael Adelman
le 21 Fév 2013
0 votes
1 commentaire
Wayne King
le 21 Fév 2013
Nothing, it will just add zeros at the end.
x = randn(10,1);
xdft = fft(x,16);
ifft(xdft)
Catégories
En savoir plus sur Axis Labels 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!