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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size lf-0.1.6-py3-none-any.whl (31.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size lf-0.1.6.tar.gz (29.2 kB) | File type Source | Python version None | Upload date | Hashes View |