obtain s parameter using matlab through GPIB-USB from network analyzer
1 次查看(过去 30 天)
显示 更早的评论
I have some problems with the matlab code for using VNA to measure S parameter using USB-GPIB.
VNA = instrfind('Type', 'gpib', 'BoardIndex', 8, 'PrimaryAddress', 16, 'Tag', '');
if isempty(VNA)
VNA = gpib('agilent', 8, 16);
else fclose(VNA);
VNA = VNA(1);
end
frequency_start=2e9;
frequency_stop=3e9;
I am now doing a project involving measuring the s parameter. I will appreciate anyone who can provide me a sample matlab code. Right now, I found all the matlab programs shared by others online are not working.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Control Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!