Tools for interacting with GT's LF AWESOME Receiver data
Project description
LF Data
This project provides a set of useful tools for interacting with data taken from the LF AWESOME receivers maintained by the LF Radio Lab at Georgia Tech. This data is available publicly at Waldo World.
Installation
Run the following to install:
pip install lf
Example Usage
import lf
# Load an entire .mat file
data = lf.data.rx.load_rx_data("path_to_mat_file")
# Load a specific variable or set of variables
variables = ["station_name", "call_sign", "data"]
data = lf.data.rx.load_rx_data("path_to_mat_file", variables)
# Create an LFData object from two mat files or dictionaries
mat_files = ["amplitudeNS.mat", "phaseNS.mat", "amplitudeEW.mat", "phaseEW.mat"]
data = lf.data.rx.LFData(mat_files)
# Evaluate the quality of your data with the EvalLF object
data_eval = lf.data.rxquality.EvalLF(data)
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
lf-0.1.9.tar.gz
(30.9 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
lf-0.1.9-py3-none-any.whl
(33.7 kB
view details)
File details
Details for the file lf-0.1.9.tar.gz.
File metadata
- Download URL: lf-0.1.9.tar.gz
- Upload date:
- Size: 30.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a3558a74ab021650a264c45bc35ebfb6d9cb1460742e3574a2a171e9d75e6a1
|
|
| MD5 |
57d15271c5e190508f69a50a7948ab52
|
|
| BLAKE2b-256 |
57b73f2af6e107a74d58e43d7919369084bbbd3b62de7d5c7da44ef27b5a7966
|
File details
Details for the file lf-0.1.9-py3-none-any.whl.
File metadata
- Download URL: lf-0.1.9-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff6712a6164fc8156917c0cf639d0d2914096919d407b002d118721a3cbae37
|
|
| MD5 |
7dd3ce70a3bc71b281ab32eec6e5a444
|
|
| BLAKE2b-256 |
df1652ade9df22786d15b23d53ab636de2d41297db6ff4ce2b3509c4b5843784
|