Solving an N-port
조회 수: 1 (최근 30일)
이전 댓글 표시
I have an N-Port which I want to derive the equivalent Z matrix, where N = 2 is the number of ports in this instance. So, for example,
P = Z * U
I've applied conditions for P and measured U for two different cases. Ex
case 1: P = [1; -1], resulting U = [u11; u21] case 2: P = [-1; 1], resulting U = [u12; u22]
Now I want to solve for what the Z matrix
Z = [Z11 Z12; Z21 Z22]
using my known values. In other words, I'd like to know how I can use matlab solve for the components of Z in terms of the components of U and P. (ie a symbolic solution not a numeric one) I'd also like to know how to expand this since I may have a number of ports.
Thanks for your help!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Network Parameters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!