

InterviewSolution
Saved Bookmarks
1. |
What is the period of square wave generated by the square() command?(a) User-defined(b) pi(c) 2*pi(d) pi/2The question was posed to me during a job interview.My doubt is from Two-Dimensional Plots topic in division MATLAB Graphics of MATLAB |
Answer» CORRECT option is (C) 2*pi Explanation: The square waves GENERATED by the square(0 command will always have a PERIOD of 2*pi. We can change the duty CYCLE of the wave but the fundamental period is 2*pi. |
|