Code covered by the BSD License
-
s_extract(file_name,fmin,fmax...
This converts the measurement data from its dB - Phase format to a
-
show8505a
Copywrite 2002-2010 The MathWorks, Inc.
-
showssresults
Copywrite 2002-2010 The MathWorks, Inc.
-
simple_smith(In1,In2,Zo,Pos)
function hout = simple_smith(In1,In2,Zo,Pos)
-
zmatch_4(r1_v,r2_v,Q,f)
-
Verify_Amp.m
-
flowgraph_1.m
-
make_model.m
-
match_net.m
-
run_spar.m
-
s_plus_match_2.m
-
sp2sd.m
-
sp_ex1.m
-
sparam_1
-
sparam_2
-
View all files
from
Using S-Parameters in MATLAB & Simulink
by Dick Benson
Example of rf amplifier design using S parameters in both MATLAB and Simulink.
|
| show8505a
|
function show8505a
% Copywrite 2002-2010 The MathWorks, Inc.
figure('numbertitle','off','menubar','none');
try
image(imread('8505a.jpg'));
set(gca,'xtickmode','manual','ytickmode','manual'); % remove ticks and labels
title('HP 8505A RF Network Analyzer Controlled with MATLAB Instrument Control Toolbox')
catch
clc
disp('cannot locate imread.m function or the 8505a.jpg file'); % the likely causes for failure
end;
|
|
Contact us