netwire-3.1.0: Fast generic automaton arrow transformer for AFRP

MaintainerErtugrul Soeylemez <es@ertes.de>

Control.Wire.Prefab.Calculus

Contents

Description

Wires for calculus over time.

Synopsis

Integration

integral :: forall e t v (>~). (VectorSpace v, WirePure >~, WWithDT t >~, Scalar v ~ t) => v -> Wire e >~ v vSource

Integrate over time.

  • Depends: Current instant.

Differentiation

derivative :: forall e t v (>~). (Fractional t, VectorSpace v, WirePure >~, WWithDT t >~, Scalar v ~ t) => Wire e >~ v vSource

Calculates the derivative of the input signal over time.

  • Depends: Current instant.