You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Signal Hound to SigMF conversion functionality
Implement converter for Signal Hound files to SigMF format with metadata extraction and IQ data handling.
* Add Signal Hound file support to conversion script
Integrate Signal Hound file conversion into the main script, updating magic byte checks and handling for new file type.
* Update sigmf/convert/signalhound.py
Co-authored-by: Teque5 <teque5@gmail.com>
* Made code updates based on PR input. Still need to work on returning SigMF object instead of dictionary
Updated the last modified date and refactored comments for clarity.
* This version of the Signal Hound to SigMF conversion uses more of the SigMF File Object, but is not working.
Implement converter for Signal Hound files to SigMF format, including metadata extraction and IQ data conversion.
* add parity tests for signal hound processing
* refactor signalhound, add tests, add docs
* revert change to init to resolve conflict temporarily
* unified detect_converter function & better signalhound conversion
* basic tests for signalhound without external repo
* increment to v1.8.0
* switch to safe XML parsing
* code deduplication
* fix for python3.13
---------
Co-authored-by: Teque5 <teque5@gmail.com>
Co-authored-by: Kyle A Logue <kyle.a.logue@aero.org>
0 commit comments