what this mean ---------> ifft([a b c])
조회 수: 2 (최근 30일)
이전 댓글 표시
I am now learning a code and I found this line that I do not understand. Please help.....thank!
a = ifft([signal(1:range_size/2) zeros(1,15*range_size) signal(range_size/2+1:range_size)]);
댓글 수: 0
채택된 답변
Walter Roberson
2011년 4월 28일
First item in this documentation list: http://www.mathworks.com/help/techdoc/ref/specialcharacters.html
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!