electricpy.math¶
Description
Common Mathematic Functions for Electrical Engineering.
>>> from electricpy import math as epmath
Focussed on simplifying common mathematic formulas for electrical engineering, this module exposes a few common functions like convolution, step-functions, etc.
Built to support operations similar to Numpy and Scipy, this package is designed to aid in scientific calculations.
Functions
|
Filter Convolution Function. |
|
Root-Mean-Square (RMS) Evaluator for Callable Functions. |
|
Gaussian Distribution Function. |
|
Gaussian Function. |
|
Probability Density Function. |
|
RFFT Function. |
|
Step Function [ u(t) ]. |