integratorer
Integratorer is the plural form used in some languages for devices or systems that output the time integral of their input. In continuous-time engineering terms, an ideal integrator produces y(t) = ∫ u(τ) dτ + y(0). In the Laplace domain its transfer function is H(s) = 1/s, which implies a 90-degree phase shift and a magnitude that grows with frequency. In discrete time, a simple accumulator implements y[k] = y[k−1] + T·u[k], where T is the sampling interval.
Real-world integrators are not perfect. Practical implementations exhibit finite DC gain, drift, and saturation. A leaky
Implementation approaches vary. Analog integrators often use an op-amp with a capacitor in the feedback path,
Applications are broad. In control systems, the integral term of a PID controller reduces steady-state error.