1.

We cannot find the integrator, made with an OP-amp, response using the quad() command at steady state.(a) True(b) FalseI had been asked this question in unit test.Origin of the question is Integration in section Beyond the Basics of MATLAB

Answer»

The correct choice is (a) True

Explanation: The integrator CIRCUIT integrates the input waveform within a given time limit. Hence, to find the response of the integrator, we can USE the quad() COMMAND since it COMPUTES definite integration only. But if we WANT to find the steady state response, we cannot do it using quad() since it does not compute for an infinite limit. Hence, we have to use the int() command.



Discussion

No Comment Found

Related InterviewSolutions