Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How transform S-parameter to A-parameter

Status
Not open for further replies.

Hidefi

Newbie level 2
Joined
Nov 9, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Mex
Activity points
1,293
Hi.

I have a Measured S11-parameter and would like to know how can I transform it to A-Parameter. Will be used to remove the effect of the SMA conector and then the input impedance of my RFID antenna will be obtain.

Thanks in advance
 

Thanks, but in matlab, function s2abcd needs S11, S12, S21, S22 parameters. for example:

s_par=[abs(0.8413 + 0.3280i) , 0 ; 0 , 0];
Apar=s2abcd(s_par,50);

Apar =

Inf + Infi
Inf - Infi
;

I have only S11, for a one port network how can I transform?

my reference "RFID Tag Antenna Design and its EM Simulation. Based Measurement Method"
 
Last edited:

As i understand you have ABCD params of SMA connector. In such case, first, you should calculate input impedance of antenna with SMA
R1 = Ro(1+S11)/(1-S11), then antenna impedance without SMA would be R2 = (D*R1-B)/(A-C*R1) - if i'm not mistaken, where A,B,C,D - a params of SMA connector.
Regards.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top