Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Code Python - [expand] 1 2 3 4 5 6 7 8 9 path(path, 'C:\Program Files\MATLAB\R2010a\toolbox\RFutils'); path(path, 'C:\Program Files\MATLAB\R2010a\toolbox\RFutils_M'); path(path, 'C:\Program Files\MATLAB\R2010a\toolbox\RFutils_S'); Er = 2.7; % Effective permittivity of propagation path Zo = 50; % Ohms (VNA reference impedance) Zin = Zo*(1+S11)./(1-S11); [distance, Reff] = tdr(Zin, Zo, Er, freq); % Units: dist = mm, R = ohms