IFFT operation on the vector
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Michael Adelman
el 21 de Feb. de 2013
0 votos
1 comentario
Wayne King
el 21 de Feb. de 2013
Nothing, it will just add zeros at the end.
x = randn(10,1);
xdft = fft(x,16);
ifft(xdft)
Categorías
Más información sobre Axis Labels 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!