This python package provides some general tools for RF analysis.
- rftoolkit.waveform This module provides the Waveform class which handles voltage vs time data and common manipulations.
- rftoolkit.vna This module provides the S2P class which handles s2p data measured from a VNA.
- rftoolkit.tx2rx This module provides gain and impulse response calculations from a direct pulsing measurement, sending a pulse from Tx to Rx.
- rftoolkit.plotter This module provides plotting functions for more involved plotting. Currently provides a plotting function for beam patterns.
- rftoolkit.filters This module provides functions related to commonly used filters. Currently provides Wiener and Butterworth filters.
This is my first package intended to be used by others, so bear with me as I figure out path+import issues.