pith. machine review for the scientific record. sign in
structure definition def or abbrev

TransferFunction

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  92structure TransferFunction where
  93  Δ : ℝ  -- DC enhancement (w - 1)
  94  τ : ℝ  -- Memory timescale
  95  τ_pos : 0 < τ
  96
  97/-- The real part of the transfer function (response function).
  98    \(C(\omega) = \text{Re}[H(i\omega)] = 1 + \frac{\Delta}{1 + (\omega\tau)^2}\) -/

used by (13)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (8)

Lean names referenced from this declaration's body.