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.

S-Parameters De-embedding using matlab/frequency vector problems

Status
Not open for further replies.

RFbeginner1

Newbie level 1
Joined
Jun 14, 2019
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
hello,
I'm trying to deembed a DUT that has two connectors as fixtures i have the SP of the measured DUT+Fixture and the SP of the connectors,
here is some of the code:

Code:
S_measured = sparameters('S2P-Hyb-41.s2p');
S_fixture = sparameters('DeEmbeddedFixture.s2p');
freq = S_measured.Frequencies;
%% DUT De-embedding 
S_DUT = deembedsparams(S_measured,S_fixture,S_fixture);


it's the same connector but i used it twice so...
BUT while running the code this shows up:
"All sparameter objects must use the same frequency vector and the same impedance value."
both objects do have the frequencies
can anyone help me solve this ? i'm new to matlab and deembedding
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top