필터 지우기
필터 지우기

ABCD Matrix for a Multi branched Power Line

조회 수: 2 (최근 30일)
CorneCap
CorneCap 2018년 3월 7일
hello everyone, i have to calculate the transfer function for a multi branched powerline (from source to destination). let's say N equidistant branches with loads at ends (with the same impedance zl). D is the cable length. every 2 branches are separated with D/N (meter). the load is L=1m far from the connection node. I wanted to know if what I did is correct because i have a doubt:
T0=Series(zs); //the source ABCD matrix [1 zs;0 1]
d=D/N;
T1=TLL(f,d); //the ABCD matrix for a transmission line of length d :
[cosh(sigma*d) z*sinh(sigma*d); 1/z sinh(sigma*d) cosh(sigma*d) ]
with sigma=propagation_constant(f);
and z=caracteristic impedance(f);
T3=Shunt(zeq); //the shunt ABCD matrix for each branch [0 1; 1/zeq 1]
with zeq= z.*(zl+(z*tanh(sigma*L))) / (z+(zl*tanh(sigma*L)));
the resulting matrix is Mat= T0* (T1*T3)^N *T1;
is that ok? thank you in advance

답변 (0개)

카테고리

Help CenterFile Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by