www.gusucode.com > rf 案例源码程序 matlab代码 > rf/StoreNoiseFigureSpecificationsOfRFCircuitObjectExample.m

    %% Store Noise Figure Specifications of RF Circuit Object.
% Create an object to store noise figure specifications using
% |rfdata.nf|.
f = 2.0e9;
nf = 13.3244;
nfdata = rfdata.nf('Freq',f,'Data',nf);