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.6.tar.gz
(29.2 kB
view details)
Built Distribution
lf-0.1.6-py3-none-any.whl
(31.6 kB
view details)
File details
Details for the file lf-0.1.6.tar.gz
.
File metadata
- Download URL: lf-0.1.6.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca4dae3286e8de76cd868f33fe93859f4f102110d3a89df751e20e1d2a6ab491 |
|
MD5 | 230ec88a74fdf08870f82ad8b04b62bc |
|
BLAKE2b-256 | dcb9c199b04fe0fe33b02a6c304c9f0b5b61a2f5403af4c691a0b61fa997b783 |
File details
Details for the file lf-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: lf-0.1.6-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9ec23f2f4c1c1e26930c5706ee6b26aa879f527d8cc32bdc45a5a08261c20f0 |
|
MD5 | c431e4041a956534299deb37c4543431 |
|
BLAKE2b-256 | 2fe86d5f3cdbd823565c44f33b0066edd56fadf286a52f71ea9cb60dc931a1e9 |