Ask
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In
Project: Testing 18.04
Views: 989
Embed | Download | Raw |
Kernel: Python 3 (Ubuntu Linux)

Scikit RF in CoCalc

Kernel: Python 3 Ubuntu Linux

https://scikit-rf.readthedocs.io/

scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable. The documentation below is broken up into three sections; narrative tutorials, practical examples, and a reference API.

import skrf as rf
rf.__version__
from skrf.data import ring_slot ring_slot
from pylab import * rf.stylely()
ring_slot.plot_s_polar()
short = rf.data.wr2p2_short line = rf.data.wr2p2_line delayshort = rf.data.wr2p2_delayshort delayshort
short/delayshort
line ** short
ring_slot.plot_s_db()
ring_slot.plot_s_deg(m=0, n=1)
ring_slot.plot_s_smith(lw=2) title('Big ole Smith Chart')