structure
definition
def or abbrev
TransferFunction
show as:
view Lean formalization →
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)
-
quadrature_function -
response_at_zero -
response_enhancement -
response_function -
response_limit_high_freq -
debye_kernel -
kernel_response_limit -
kernel_response_trunc -
laplaceExponent -
response_function_is_real_part -
tendsto_exp_neg_mul_ofReal_atTop -
transfer_function_complex -
transfer_function_eq_one_plus_kernel