Originally discussed in #23, we want to implement a converter for recordings made by Signal Hound RF recorders. - [ ] Use CLI `sigmf_convert` entry point and use `sigmf.convert.hound.hound_to_sigmf()` as entry point. - [ ] Use `sigmf.fromfile()` entry point and file extension or XML parsing detection method. - [ ] Support `--archive` and `--ncd` modes if possible - [ ] Use example recordings in [nonsigmf examples repo](https://github.com/sigmf/example_nonsigmf_recordings) in `test_convert_hound.py` - [ ] Add to `converters.rst` in Documentation Signal hound appears to be a detached format with a pair of (`.iq` and `.xml`) so the converter will take the `xyzbca.xml` as the input.
Originally discussed in #23, we want to implement a converter for recordings made by Signal Hound RF recorders.
sigmf_convertentry point and usesigmf.convert.hound.hound_to_sigmf()as entry point.sigmf.fromfile()entry point and file extension or XML parsing detection method.--archiveand--ncdmodes if possibletest_convert_hound.pyconverters.rstin DocumentationSignal hound appears to be a detached format with a pair of (
.iqand.xml) so the converter will take thexyzbca.xmlas the input.