Hi,
I am modeling AM/AM and AM/PM behaviour filebased in the Amplifer-model. At the moment I am using the following data file with real and imag part.
!.s2d File
!
BEGIN GCOMP7
# AC( GHZ S DBM RI R 50.0 )
%F
1.0
% PIN N21x N21y
-30 1000 0
-20 100 0
-10 10 0
0 0.707 0.707
10 0.1 0
END
I'd rather use mag or better dB and angular notation but I don't get it working.
Is it possible? Please let me know.
Thank you Wolfram
I am modeling AM/AM and AM/PM behaviour filebased in the Amplifer-model. At the moment I am using the following data file with real and imag part.
!.s2d File
!
BEGIN GCOMP7
# AC( GHZ S DBM RI R 50.0 )
%F
1.0
% PIN N21x N21y
-30 1000 0
-20 100 0
-10 10 0
0 0.707 0.707
10 0.1 0
END
I'd rather use mag or better dB and angular notation but I don't get it working.
Is it possible? Please let me know.
Thank you Wolfram
# Â AC( GHZ Â S Â DBM Â RI Â R Â 50.0 )
for mag and angle change it to:
# Â AC( GHZ Â S Â DBM Â MA Â R Â 50.0 )
and for dB and angle use:
# Â AC( GHZ Â S Â DBM Â DB Â R Â 50.0 )