S-Parameters De-embedding using matlab/frequency vector problems
时间:04-04
整理:3721RD
点击:
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:
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
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