Jonathan S. Smith. The local mean decomposition and its application to EEG perception data. Journal of the Royal Society Interface, 2005, 2(5): 443-454
Project description
PyLMD
Method of decomposing signal into Product Functions
Examples
>>> import numpy as np
>>> from PyLMD import LMD
>>> x = np.linspace(0, 100, 101)
>>> y = 2 / 3 * np.sin(x * 30) + 2 / 3 * np.sin(x * 17.5) + 4 / 5 * np.cos(x * 2)
>>> lmd = LMD()
>>> PFs, resdue = lmd.lmd(y)
>>> PFs.shape
(6, 101)
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
PyLMD-1.0.1.tar.gz
(4.4 kB
view details)
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
PyLMD-1.0.1-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file PyLMD-1.0.1.tar.gz.
File metadata
- Download URL: PyLMD-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8890d8a80ea0bcf5c7ede71298c40138516d9764b38e950c865fcbd1f26ebd00
|
|
| MD5 |
2131b7582e3231674e70bf5c0173251f
|
|
| BLAKE2b-256 |
94422767613c9f23da19dbea23712d8553a292549906a4ba942479023ba12c6d
|
File details
Details for the file PyLMD-1.0.1-py3-none-any.whl.
File metadata
- Download URL: PyLMD-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c12d4b0a0867fef3eefd3f1b2b7e7f5850255805e3a5e81fd2a3030cd834a68c
|
|
| MD5 |
72560abe1a06654ef236001cc86c5bd9
|
|
| BLAKE2b-256 |
0b17bf93a3abb4d125ba44470f1aeab67c641e68a8af06b581750438792874a9
|