IFFT operation on the vector
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
Michael Adelman
2013년 2월 21일
0 개 추천
댓글 수: 1
Wayne King
2013년 2월 21일
Nothing, it will just add zeros at the end.
x = randn(10,1);
xdft = fft(x,16);
ifft(xdft)
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!