

InterviewSolution
Saved Bookmarks
1. |
The freqz() command returns __________(a) No such command(b) A set of frequencies(c) Frequency Response(d) Phase plotThe question was asked during an online interview.My query is from Fourier Analysis and Filtering in portion Beyond the Basics of MATLAB |
Answer» RIGHT choice is (c) FREQUENCY Response Explanation: The freqz() command RETURNS the frequency response of a filter. The input to the command are the numerator and the DENOMINATOR polynomial. |
|