Some personal scripts for testing RF electronics.

niconiconi 40e8410923 README.md: fix image. 1 year ago
img 435b71c5c1 Initial commit. 1 year ago
.gitignore adff3815d5 Initial commit 1 year ago
LICENSE adff3815d5 Initial commit 1 year ago
README.md 40e8410923 README.md: fix image. 1 year ago
vna-calibrate.py 435b71c5c1 Initial commit. 1 year ago
vna-to-tdr.py 435b71c5c1 Initial commit. 1 year ago

README.md

rf-scripts

Some personal scripts for testing RF electronics.

vna-to-tdr.py

Usage:

./vna-to-tdr.py network.s2p

Convert the measurement results of a 2-port network from frequency domain (as measured by a Vector Network Analyzer in S-parameters) to time domain (as measured by a Time Domain Reflectometer, as impedance versus time). This is possible by extrapolating the frequency response to DC, then performing Inverse Fourier Transform - all is done automatically by calling scikit-rf.

Example from VNA to TDR

vna-calibrate.py

WIP. It needs a full rewrite.