File: signals.rst

package info (click to toggle)
mpmath 1.4.0~a6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,556 kB
  • sloc: python: 47,434; makefile: 22
file content (34 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Signal functions
----------------

The functions in this section describe non-sinusoidal waveforms, which are
often used in signal processing and electronics.

Square wave signal
..................

.. autofunction:: mpmath.squarew


Triangle wave signal
....................

.. autofunction:: mpmath.trianglew


Sawtooth wave signal
....................

.. autofunction:: mpmath.sawtoothw


Unit triangle signal
....................

.. autofunction:: mpmath.unit_triangle


Sigmoid wave signal
.....................

.. autofunction:: mpmath.sigmoid