We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa3351 commit 29359b5Copy full SHA for 29359b5
docs/source/models.rst
@@ -23,3 +23,6 @@ Physical Models
23
:members:
24
:noindex:
25
26
+.. automodule:: optic.models.laser
27
+ :members:
28
+ :noindex:
optic/models/laser.py
@@ -1,3 +1,16 @@
1
+"""
2
+========================================================
3
+Models for DFB laser (:mod:`optic.models.laser`)
4
5
+
6
+.. autosummary::
7
+ :toctree: generated/
8
9
+ laser_dfb -- Semiconductor DFB laser model.
10
11
12
13
+"""Basic physical models for DFB laser."""
14
import numpy as np
15
import matplotlib.pyplot as plt
16
from scipy.fft import fft
0 commit comments