282 Practical MATLAB® Applications for Engineers
Example 3.10Given the current and voltage shown in the circuit diagram of Figure 3.63, write a pro-
gram that returns the following:- Plots of i(t) versus t, v(t) versus t, and p(t) versus t over 0 ≤ t ≤ 0.01
- Evaluate using MATLAB
a. The average power delivered to the load
b. The RMS value of i(t) and v(t) by using numerical techniques and verify the
results by VRMS = Vm ∗ 0.707 and IRMS = Im ∗ 0.707
c. The PF
012345× 104 Magnitude and phase of Z(w)magnitude7500 8000 8500 9000 9500− 100− 50050100w (rad/sec)7500 8000 8500 9000 9500
w (rad/sec)phase in degreesFIGURE 3.62
Plots for the circuit of Figure 3.60.
υ(t) = 9 cos(200*π*t + 45°)Vi(t) = 5 sin(200*π*t + 60°)ZAFIGURE 3.63
Network of Example 3.10.