Why using cascadesparams() to combine two s4p touchstone file is different from ADS (Advanced Design System | Keysight) cascade two s4p?

15 次查看(过去 30 天)
I use the cascadesparams() function to cascade some s4p touchstone file,but the result is error,its sparameters is different from the ADS software to cascade the same S4P file.
But if cascade the s2p touchstone file ,the result is same as the ADS software output.
How can I correctly cascade some s4p touchstone file ?
the code:
[A,pathname,index]=uigetfile('*.s4p','pick','MultiSelect','on');
if ~iscell(A)
if A==0
return;
end
end
for ii=1:2
apathname{ii}=strcat(pathname,A{ii});
end
S1=sparameters(apathname{1});
S2=sparameters(apathname{2});
S=cascadesparams(S1,S2,2);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by