Saturday, November 27, 2021

S-parameter conversion and visualization
S-parameters

It's a common practice for RF, microwave and high speed design engineers to pre-process and validate the scattering parameters (S-parameters) reciprocity, passivity and causality before proceed to use it. This notebook will walk through a sample implementation in python to show a simple way of S-parameter manipulation and plot to provide a quick examination through visual inspection. It will cover the following steps:

  • load a sample 4-port S-parameter file hosted on the Internet (load file through its URL)
  • single-ended S-parameter to mixed-mode conversion
  • Output magnitude in dB for specific measured frequency points of interest
  • Insertion loss plot for report and visual inspection quality check purposes




Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Saturday, November 13, 2021

IEEE 802.3ck Linear Fit Pulse Response and Transmit Equalizer Normalized Coefficient Extraction in Python

Linear Fit Pulse Response Extraction
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.