필터 지우기
필터 지우기

Microstrip terminated with load impedance

조회 수: 5 (최근 30일)
Kevin Paulson
Kevin Paulson 2018년 1월 9일
댓글: Kevin Paulson 2018년 2월 19일
Using rf toolbox I'd like to model a single port network consisting of a microstrip terminated with an impedance. I have tried lots of things with totally unintelligible error messages. The last, and least plausible attempt was:
MicroStrip_1 = rfckt.microstrip('EpsilonR',2.5,'Height',0.0015,'LineLength',0.1,'Width',0.0045); Network = circuit(); add(Network,[1 2],MicroStrip_1); add(Network,[2 2],resistor(50));

답변 (1개)

Sharan Paramasivam Murugesan
Sharan Paramasivam Murugesan 2018년 1월 11일
The function circuit() is not to create a network, but to create a circuit that can only contain resistor, capacitor and inductor or other circuits. To create a RF network, look into the constructors that are used to create a network in the below documentation
For example, rfckt.series can be used to create a RF network in which the components(or networks) are connected in series.
Sharan
  댓글 수: 1
Kevin Paulson
Kevin Paulson 2018년 2월 19일
Thanks Sharan. Despite quite a lot of experience with Matlab, I am finding the RF Toolbox very obscure and difficult to use. If I do as you suggest I end up with a two port network, where I really wanted a single port network. I can combine the 2-port S-parameters to get the S-parameter for a one port network, but I feel like I shouldn't have to do this.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by