skrf.taper.SmoothStep

class skrf.taper.SmoothStep(**kw)[source]

A smoothstep Taper.

There is no analytical basis for this in the EE world that I know of. it is just a reasonable smooth curve, that is easy to implement.

\(f(x) = (3 x^2 - 2x^3)\)

References

https://en.wikipedia.org/wiki/Smoothstep

Attributes

medias

List of medias.

network

Resulting Network

section_length

Section length.

sections

List of sections.

value_vector

Methods

__init__

Smoothstep Taper Constructor.

media_at

Create a media instance for the taper with parameter value val.

section_at

Create a single section of the taper with parameter value val.