A python module to work with continuous-time system. You will find various second order electronic filters models.
Project description
Electronic Lib for second order system
A simple python library for the analysis of second order system.
Getting Started
Dependancies
- numpy
- matplotlib
- scipy
Installing
Simple:
pip install SecondOrderElec
Documentation
It's on readthedocs.
Exemples
In this library you will find four main models for second order filters:
- Low-Pass(
SecondOrderElec.LP
) - High-Pass (
SecondOrderElec.HP
- Band-Pass (
SecondOrderElec.BP
) - Notch (
SecondOrderElec.Notch
)
from SecondOrderElec import LP
import numpy as np
w = np.logspace(1,3,1000)
filter_instance = LP(T0=1, m=1.1, w0=6000)
t,s = filter_instance.freqresp(w=w, plot=True)
You will find others exemples here.
Help
Create an issue here.
Acknowledgments
Most of the work is from Vincent Choqueuse.
Maintainers
Licence
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file SecondOrderElec-0.0.4.tar.gz
.
File metadata
- Download URL: SecondOrderElec-0.0.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4d8f12d92aced6147d210f52b0389ca23a4e65c73c0ea76dc005ea0d394ff13 |
|
MD5 | b8690301b904c5197a666c6654f004cb |
|
BLAKE2b-256 | 0b9cc0b1c6b1315c8d2f4751e98db2083d340094269aee516cc216898a5a4f1e |
File details
Details for the file SecondOrderElec-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: SecondOrderElec-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46324a0991c7106887c39d9f2cd904d7faa9c9aa37cbceb1dad15bdf510e9198 |
|
MD5 | a907df0954a54459016b165f483ab705 |
|
BLAKE2b-256 | 0038151805f00366b42b3208646660e78bd21dcfe58f8a7347b2d868a6ec95df |