fpgmathlib
Supported platform: Windows (x64/x86), Linux (glibc 2.17+).
Installation
pip install fpgmathlib
Usege
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]) # next data packet (samples)
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.1.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.1.tar.gz.
File metadata
- Download URL: fpgmathlib-0.1.1.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 |
e1b3a4bd262d7020ed06abf9af4ccc3bdeea1f4f6dc331e8f75d2f6ffdd4a5ba
|
|
| MD5 |
06853f72c970d090a5493f1dae4631a0
|
|
| BLAKE2b-256 |
4896ea228e6fc58e0e177c0c6512c78aeb4b4a18889fe667be458604f00bffb1
|
File details
Details for the file fpgmathlib-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fpgmathlib-0.1.1-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 |
3245bfeb9b55b6e414d406080c32634a30fcfacc602968987aa1e13627b0382d
|
|
| MD5 |
a276e63076fe11afd071d586c9816c4c
|
|
| BLAKE2b-256 |
a0717a7b68460f93efd973da3685ff18d27decd9017dcff39281db9be4ddfc8b
|