Toolbox for Maths,Signal,Image Teaching @ CPE
Project description
A toolbox used for practical sessions at CPE Lyon. Developped and maintained for teaching usage only!
Installation
In a Jupyter Notebook
!pip install -U msicpe
In a local environment
pip install -U msicpe
Usage example
The example below uses the kurtosis method available in the tsa subpackage of msicpe.
It requires numpy.randn to generate a gaussian distribution of N points.
import numpy as np
from msicpe.tsa import kurtosis
N=10000
x=np.randn(1,N)
kurt=kurtosis(x)
print(kurt)
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file msicpe-1.0.12.tar.gz.
File metadata
- Download URL: msicpe-1.0.12.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39225fa16143b5c68688535bd2278030a1c4c747bab8ef1e14d5b8b75458dd02
|
|
| MD5 |
aa2bce822929c882488426cbeed11bb2
|
|
| BLAKE2b-256 |
39292b07bcb2e96073f6d193d7cf11e86a5efa719a86b40d03651c6d528e4fb3
|
File details
Details for the file msicpe-1.0.12-py3-none-any.whl.
File metadata
- Download URL: msicpe-1.0.12-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d29fa716b01d6303f0175c6b95172aa82858b9e740bb58cc96698683c9b2816b
|
|
| MD5 |
14b997d1228fff044307899ca891b0a8
|
|
| BLAKE2b-256 |
6f76d1ca6d09e07bf5af390062277e30ddd1c9c0816b439a3c2335c0c2138524
|