Sweep

it.grypho.scala.leonardo.cli.Session.Sweep
final case class Sweep(expr: String, variable: String, points: Vector[(Double, Double, Double)])

A completed frequency sweep: (omega, magnitude-in-dB, unwrapped-phase-in-degrees).

Distinct from Samples because a Bode diagram is two curves over one shared frequency axis, not one curve; flattening it to pairs would lose the pairing that makes the two panels line up.

Value parameters

expr

the plant as the user typed it

points

the swept response, ascending in omega

variable

the frequency variable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product