fpgmathlib
Поддерживаемая платформа: Windows (x64/x86).
Установка
pip install fpgmathlib
Использование
from fpgmathlib import FpgMathLib
with FpgMathLib(sampling_rate=250, data_window=500, npoints_forconst=25) as lib:
lib.init_filter(filt_index=0, hp05=True)
lib.push_data([0.1, 0.2, 0.3, 0.25]) # очередной пакет сэмплов
lib.process_data()
print("HR:", lib.hr)
print("RR:", lib.rr)
print("Pressure index:", lib.pressure_index)
print("Skin contact:", lib.is_skin_contact)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fpgmathlib-0.1.0.tar.gz
(1.1 MB
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
File details
Details for the file fpgmathlib-0.1.0.tar.gz.
File metadata
- Download URL: fpgmathlib-0.1.0.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35e84b90a821736e5705aaf59b5c0f3d5c01caac1d9fbd537a7c5b999baf46f9
|
|
| MD5 |
232be1e4b39a0229115db9dd17891e8a
|
|
| BLAKE2b-256 |
251731d9e6c3454994350b6c74a8775e3334b9096e7addc002567ace1db8fe1a
|
File details
Details for the file fpgmathlib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fpgmathlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38c35e77fdcc85894f2b2d20f8b9b73eab45b32bec1a337ea7109fadc458fa97
|
|
| MD5 |
bd25fecb29b0512504f0822a9f4e7a3a
|
|
| BLAKE2b-256 |
39683969e2da25b2e8266ee1f0d78ac9df83c51929e73823bf0c3a82c1a45206
|