| Power System Blockset | Search  Help Desk |
| Parallel RLC Branch | Examples See Also |
Implement a parallel RLC branch
Library
Elements LibraryDescription
Dialog Box

Example
Obtain the frequency response of an eleventh-harmonic filter tuned at 660 Hz connected on a 60Hz power system is shown in the following figure. This example is available in thepsbparalbranch.mdl file.
The network impedance in Laplace domain is:

[A,B,C,D] = power2sys('psbparalbranch');freq = logspace(1,4,500);w = 2*pi*freq;[Z,phaseZ] = bode(A,B,C,D,1,w);subplot(2,1,1)loglog(freq,Z)gridtitle('11th harmonic filter')xlabel('Frequency, Hz')ylabel('Impedance Z')subplot(2,1,2)semilogx(freq,phaseZ)xlabel('Frequency, Hz')ylabel('phase Z')gridFrequency response of the filter:
See Also
Parallel RLC Load, Series RLC Branch, Series RLC Load