symop.modes.transfer.quadratic_dispersion¶
Quadratic dispersion transfer function.
This module defines a pure quadratic spectral-phase transfer.
The transfer applies a frequency-dependent phase around a reference frequency \(\omega_\mathrm{ref}\):
\[H(\omega)
=
\exp\left(
-i\frac{\beta_2}{2}(\omega-\omega_\mathrm{ref})^2
\right).\]
This changes the temporal shape of an envelope through quadratic dispersion while leaving the spectral intensity \(|Z(\omega)|^2\) unchanged.
Notes
This transfer is kept in the generic transfer layer rather than the Gaussian-closed transfer layer. A quadratic spectral phase generally produces chirped Gaussian envelopes, so closed-form support would require an extended Gaussian family that explicitly represents chirp.
Classes
|
Pure quadratic spectral phase around \(\omega_\mathrm{ref}\). |