@@ -1450,7 +1450,7 @@ def Sin(
1450
1450
1451
1451
.. math::
1452
1452
1453
- f(x) & = \\ text{A}\\ sin\\ left(2\\ pi\t ext{freq}x+\\ text{phase}\\ right) , 0 <= x < duration
1453
+ f(x) = \\ text{A}\\ sin\\ left(2\\ pi\ \ text{freq}x+\\ text{phase}\\ right) , 0 <= x < duration
1454
1454
1455
1455
where :math:`\\ text{A} = \\ text{amp} \\ times\\ exp\\ left(i\\ times\\ text{angle}\\ right)`.
1456
1456
@@ -1517,7 +1517,7 @@ def Cos(
1517
1517
1518
1518
.. math::
1519
1519
1520
- f(x) & = \\ text{A}\\ cos\\ left(2\\ pi\t ext{freq}x+\\ text{phase}\\ right) , 0 <= x < duration
1520
+ f(x) = \\ text{A}\\ cos\\ left(2\\ pi\ \ text{freq}x+\\ text{phase}\\ right) , 0 <= x < duration
1521
1521
1522
1522
where :math:`\\ text{A} = \\ text{amp} \\ times\\ exp\\ left(i\\ times\\ text{angle}\\ right)`.
1523
1523
@@ -1584,7 +1584,7 @@ def Sawtooth(
1584
1584
1585
1585
.. math::
1586
1586
1587
- f(x) & = 2\\ text{A}\\ left[g\\ left(x\\ right)-
1587
+ f(x) = 2\\ text{A}\\ left[g\\ left(x\\ right)-
1588
1588
\\ lfloor g\\ left(x\\ right)+\\ frac{1}{2}\\ rfloor\\ right]
1589
1589
1590
1590
where :math:`\\ text{A} = \\ text{amp} \\ times\\ exp\\ left(i\\ times\\ text{angle}\\ right)`,
@@ -1655,7 +1655,7 @@ def Triangle(
1655
1655
1656
1656
.. math::
1657
1657
1658
- f(x) & = \\ text{A}\\ left[\\ text{sawtooth}\\ left(x\\ right)right] , 0 <= x < duration
1658
+ f(x) = \\ text{A}\\ left[\\ text{sawtooth}\\ left(x\\ right)\\ right] , 0 <= x < duration
1659
1659
1660
1660
where :math:`\\ text{A} = \\ text{amp} \\ times\\ exp\\ left(i\\ times\\ text{angle}\\ right)`,
1661
1661
and :math:`\\ text{sawtooth}\\ left(x\\ right)` is a sawtooth wave with the same frequency
0 commit comments