微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 天线设计和射频技术 > S-Parameters De-embedding using matlab/frequency vector problems

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:

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

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top