

InterviewSolution
Saved Bookmarks
1. |
What is the value of N while creating a 27 point Hamming window?(a) 28(b) 26(c) 14(d) 13The question was asked by my school principal while I was bunking the class.I would like to ask this question from Fourier Analysis and Filtering in section Beyond the Basics of MATLAB |
Answer» CORRECT choice is (B) 26 Explanation: An L-point window is created with L=N+1. Hence, for a 27 point window, the value of N is 26. The REST of the options are incorrect. |
|