Commit Graph

153 Commits

Author SHA1 Message Date
c575fa798c Updated setters, added buffer size calculation, standardized errors 2025-11-17 12:09:45 -05:00
0ea81c37ba Updated setters, removed redundant shutdown, added chunked recording 2025-11-17 11:54:05 -05:00
bca962d7b2 Added setter methods, fixed rx sample conversion, minor fixes 2025-11-17 11:39:57 -05:00
96d864aa0b Fixed shutdown and cleanup, standardized setters, and improved TX 2025-11-17 11:24:54 -05:00
c673967a90 Updated methods, added setters, and created standardized SDRError classes 2025-11-17 11:20:38 -05:00
4ac4e9c642 Merge pull request 'Added extra blacklist items to rtlsdr.rst' (#11) from rtlsdr into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 12s
Test with tox / Test with tox (3.11) (push) Successful in 32s
Test with tox / Test with tox (3.12) (push) Successful in 30s
Test with tox / Test with tox (3.10) (push) Successful in 43s
Build Project / Build Project (3.10) (push) Successful in 49s
Build Project / Build Project (3.11) (push) Successful in 49s
Build Project / Build Project (3.12) (push) Successful in 49s
Reviewed-on: #11
Reviewed-by: madrigal <madrigal@qoherent.ai>
2025-11-14 11:13:06 -05:00
ca45c5e86d Added extra blacklist items to rtlsdr.rst
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 15s
Test with tox / Test with tox (3.11) (pull_request) Successful in 31s
Test with tox / Test with tox (3.12) (pull_request) Successful in 32s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
2025-11-14 11:01:51 -05:00
61ea2c2a0a Merge pull request 'pytorch-widgets' (#10) from pytorch-widgets into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 17s
Test with tox / Test with tox (3.12) (push) Successful in 33s
Test with tox / Test with tox (3.10) (push) Successful in 40s
Build Project / Build Project (3.10) (push) Successful in 54s
Build Project / Build Project (3.11) (push) Successful in 51s
Build Project / Build Project (3.12) (push) Successful in 49s
Test with tox / Test with tox (3.11) (push) Successful in 23s
Reviewed-on: #10
Reviewed-by: madrigal <madrigal@qoherent.ai>
2025-11-13 11:02:18 -05:00
c237164a68 Merge branch 'main' into pytorch-widgets
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 17s
Test with tox / Test with tox (3.11) (pull_request) Successful in 33s
Test with tox / Test with tox (3.12) (pull_request) Successful in 33s
Build Project / Build Project (3.10) (pull_request) Successful in 54s
Test with tox / Test with tox (3.10) (pull_request) Successful in 45s
Build Project / Build Project (3.11) (pull_request) Successful in 54s
Build Project / Build Project (3.12) (pull_request) Successful in 52s
2025-11-13 10:32:26 -05:00
ben
48f6b303f5 Pytorch Widgets
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 54s
Test with tox / Test with tox (3.12) (pull_request) Successful in 38s
Test with tox / Test with tox (3.11) (pull_request) Successful in 1m9s
Test with tox / Test with tox (3.10) (pull_request) Successful in 2m3s
Build Project / Build Project (3.10) (pull_request) Successful in 2m15s
Build Project / Build Project (3.11) (pull_request) Successful in 2m13s
Build Project / Build Project (3.12) (pull_request) Successful in 2m13s
2025-10-31 12:12:24 -04:00
ben
b8ccead21e Updated to Version 0.1.4
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 18s
Test with tox / Test with tox (3.12) (pull_request) Successful in 36s
Test with tox / Test with tox (3.11) (pull_request) Successful in 45s
Build Project / Build Project (3.10) (pull_request) Successful in 59s
Build Project / Build Project (3.12) (pull_request) Successful in 56s
Build Project / Build Project (3.11) (pull_request) Successful in 1m0s
Test with tox / Test with tox (3.10) (pull_request) Failing after 29s
2025-10-27 11:50:03 -04:00
0f246e9c69 Merge pull request 'add_view' (#8) from add_view into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 17s
Test with tox / Test with tox (3.11) (push) Successful in 32s
Test with tox / Test with tox (3.12) (push) Successful in 29s
Test with tox / Test with tox (3.10) (push) Successful in 42s
Build Project / Build Project (3.10) (push) Successful in 50s
Build Project / Build Project (3.11) (push) Successful in 49s
Build Project / Build Project (3.12) (push) Successful in 49s
Reviewed-on: #8
Reviewed-by: gillian <gillian@qoherent.ai>
2025-10-27 10:38:45 -04:00
4ba0dc170e Updated docstrings
All checks were successful
Test with tox / Test with tox (3.11) (pull_request) Successful in 30s
Test with tox / Test with tox (3.10) (pull_request) Successful in 40s
Build Project / Build Project (3.10) (pull_request) Successful in 48s
Build Project / Build Project (3.11) (pull_request) Successful in 47s
Build Project / Build Project (3.12) (pull_request) Successful in 47s
Test with tox / Test with tox (3.12) (pull_request) Successful in 28s
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 2m28s
2025-10-24 18:17:17 -04:00
762eda9426 Fixed __all__ 2025-10-24 18:02:10 -04:00
172f8e0ca3 Added view folder and view methods in Recording 2025-10-24 17:43:28 -04:00
c035b990ef Added tests/sdr/ to gitignore 2025-10-24 16:51:43 -04:00
98407604ef Merge pull request 'st_edits' (#6) from st_edits into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 16s
Test with tox / Test with tox (3.11) (push) Successful in 33s
Test with tox / Test with tox (3.12) (push) Successful in 32s
Test with tox / Test with tox (3.10) (push) Successful in 43s
Build Project / Build Project (3.10) (push) Successful in 51s
Build Project / Build Project (3.11) (push) Successful in 50s
Build Project / Build Project (3.12) (push) Successful in 50s
Reviewed-on: #6
Reviewed-by: gillian <gillian@qoherent.ai>
Reviewed-by: ash <ash@qoherent.ai>
2025-10-24 10:21:12 -04:00
ben
c21b522a67 Format Fixes 2025-10-24 08:59:44 -04:00
1cf5a723e6 Moved get methods into SDR class
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 40s
Test with tox / Test with tox (3.11) (pull_request) Successful in 32s
Test with tox / Test with tox (3.10) (pull_request) Successful in 43s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 51s
Build Project / Build Project (3.12) (pull_request) Successful in 50s
Test with tox / Test with tox (3.12) (pull_request) Successful in 27s
2025-10-23 16:44:43 -04:00
0bd1b6e288 Merge branch 'main' into st_edits
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 13s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.12) (pull_request) Successful in 31s
Build Project / Build Project (3.10) (pull_request) Successful in 49s
Test with tox / Test with tox (3.10) (pull_request) Successful in 43s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
2025-10-22 12:35:26 -04:00
8105b829be Merge pull request 'Widget Support Panels' (#5) from new_widgets_support into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 13s
Test with tox / Test with tox (3.11) (push) Successful in 32s
Test with tox / Test with tox (3.12) (push) Successful in 31s
Test with tox / Test with tox (3.10) (push) Successful in 42s
Build Project / Build Project (3.10) (push) Successful in 50s
Build Project / Build Project (3.11) (push) Successful in 49s
Build Project / Build Project (3.12) (push) Successful in 49s
Reviewed-on: #5
Reviewed-by: lswersk <lorne@qoherent.ai>
2025-10-22 12:04:53 -04:00
450fab6df2 Merge branch 'main' into new_widgets_support
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 12s
Test with tox / Test with tox (3.11) (pull_request) Successful in 33s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
2025-10-22 12:03:38 -04:00
ben
a0b46a35e2 format fix 3?
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 13s
Test with tox / Test with tox (3.11) (pull_request) Successful in 32s
Test with tox / Test with tox (3.12) (pull_request) Successful in 31s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.10) (pull_request) Successful in 50s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
2025-10-22 12:02:05 -04:00
ben
4872eea116 more formatting fixes
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 13s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.10) (pull_request) Failing after 43s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
2025-10-22 11:41:37 -04:00
24730850b0 Merge branch 'main' of https://riahub.ai/qoherent/ria-toolkit-oss into st_edits
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 14s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Build Project / Build Project (3.10) (pull_request) Successful in 50s
Test with tox / Test with tox (3.10) (pull_request) Successful in 44s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
2025-10-22 11:25:21 -04:00
5074e8f32a Merge pull request 'io_improvement' (#7) from io_improvement into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 19s
Test with tox / Test with tox (3.11) (push) Successful in 31s
Build Project / Build Project (3.10) (push) Successful in 52s
Test with tox / Test with tox (3.10) (push) Successful in 42s
Build Project / Build Project (3.11) (push) Successful in 50s
Build Project / Build Project (3.12) (push) Successful in 49s
Test with tox / Test with tox (3.12) (push) Successful in 26s
Reviewed-on: #7
Reviewed-by: benchinnery <ben@qoherent.ai>
2025-10-22 11:16:19 -04:00
4420ae76c9 Fixed test_sigmf_2
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 13s
Test with tox / Test with tox (3.11) (pull_request) Successful in 32s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.10) (pull_request) Successful in 48s
Build Project / Build Project (3.11) (pull_request) Successful in 48s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
2025-10-22 11:01:39 -04:00
ddf445fd4d Moved auto filename generator from data.recording to io.recording
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 16s
Test with tox / Test with tox (3.11) (pull_request) Failing after 32s
Test with tox / Test with tox (3.12) (pull_request) Failing after 29s
Test with tox / Test with tox (3.10) (pull_request) Failing after 42s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.12) (pull_request) Successful in 49s
2025-10-22 10:55:06 -04:00
d68b9727ad Created file overwrite protections in to_npy and to_sigmf 2025-10-22 10:50:27 -04:00
ben
c06e58f5d6 Formatting Fixes
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 17s
Test with tox / Test with tox (3.12) (pull_request) Successful in 42s
Test with tox / Test with tox (3.11) (pull_request) Successful in 49s
Build Project / Build Project (3.10) (pull_request) Successful in 1m2s
Test with tox / Test with tox (3.10) (pull_request) Failing after 58s
Build Project / Build Project (3.11) (pull_request) Successful in 1m2s
Build Project / Build Project (3.12) (pull_request) Successful in 1m2s
2025-10-21 11:48:40 -04:00
ben
c7c7100d46 Formatting fixes 2025-10-20 14:44:51 -04:00
ben
e863040e19 onnx visualizers
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Failing after 1s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.12) (pull_request) Successful in 33s
Test with tox / Test with tox (3.10) (pull_request) Failing after 42s
Build Project / Build Project (3.11) (pull_request) Successful in 52s
Build Project / Build Project (3.12) (pull_request) Successful in 51s
Build Project / Build Project (3.10) (pull_request) Successful in 56s
2025-10-20 12:16:30 -04:00
77d1773370 Commented optional sdr dependencies
All checks were successful
Test with tox / Test with tox (3.11) (pull_request) Successful in 28s
Test with tox / Test with tox (3.10) (pull_request) Successful in 39s
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 48s
Build Project / Build Project (3.10) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 46s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
Test with tox / Test with tox (3.12) (pull_request) Successful in 26s
2025-10-17 16:40:58 -04:00
79aa1fc0a4 Added RTL and ThinkRF documentation
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 15s
Test with tox / Test with tox (3.11) (pull_request) Failing after 13s
Test with tox / Test with tox (3.12) (pull_request) Failing after 13s
Test with tox / Test with tox (3.10) (pull_request) Failing after 24s
Build Project / Build Project (3.10) (pull_request) Successful in 45s
Build Project / Build Project (3.11) (pull_request) Successful in 44s
Build Project / Build Project (3.12) (pull_request) Successful in 44s
2025-10-17 16:35:23 -04:00
ben
2721ed866c Radio-dataset widgets
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 16s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.12) (pull_request) Successful in 31s
Test with tox / Test with tox (3.10) (pull_request) Failing after 42s
Build Project / Build Project (3.10) (pull_request) Successful in 53s
Build Project / Build Project (3.11) (pull_request) Successful in 53s
Build Project / Build Project (3.12) (pull_request) Successful in 52s
2025-10-17 09:35:27 -04:00
e84cb16e77 linting 2025-10-16 15:23:45 -04:00
c2b47ead95 Updated, edited, and cleaned up SDR files 2025-10-16 15:22:07 -04:00
34faa57ea4 Applied updates, linting, etc. 2025-10-16 15:02:09 -04:00
ben
f430e626a6 Pytorch state dict widget
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 17s
Test with tox / Test with tox (3.11) (pull_request) Successful in 34s
Test with tox / Test with tox (3.12) (pull_request) Successful in 32s
Test with tox / Test with tox (3.10) (pull_request) Failing after 42s
Build Project / Build Project (3.10) (pull_request) Successful in 52s
Build Project / Build Project (3.11) (pull_request) Successful in 51s
Build Project / Build Project (3.12) (pull_request) Successful in 51s
2025-10-14 14:22:37 -04:00
ben
1fb55607a2 Pytorch widgets 2025-10-09 16:55:23 -04:00
Aash
2e0378ff9d thinkrf sample rate 2025-10-08 00:23:02 -04:00
Aash
3f8506f222 thinkrf 2025-10-08 00:01:19 -04:00
Aash
5c9e50fa48 mcr error for usb devices in uhd, and type mismatch error in blade 2025-10-06 00:06:33 -04:00
Aash
25e5a4c6a6 thinkrf 2025-10-05 22:16:46 -04:00
Aash
a9f8ad4bee modifications to blade, hackrf, base sdr to include bias t, and tx, addition of rtlsdr, addition of dependancies 2025-10-05 11:17:34 -04:00
Aash
8a3c80b33f updates to pluto.py to handle revb and non mimo plutos 2025-10-04 22:34:59 -04:00
d919e4666c Merge pull request 'Incrementing project version number from v0.1.2 -> v0.1.3' (#4) from increment-version-numbers-to-0.1.3 into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 13s
Test with tox / Test with tox (3.11) (push) Successful in 32s
Test with tox / Test with tox (3.12) (push) Successful in 29s
Build Project / Build Project (3.10) (push) Successful in 47s
Test with tox / Test with tox (3.10) (push) Successful in 41s
Build Project / Build Project (3.11) (push) Successful in 50s
Build Project / Build Project (3.12) (push) Successful in 48s
Reviewed-on: #4
Reviewed-by: benchinnery <ben@qoherent.ai>
2025-10-03 15:31:05 -04:00
42af1a2c1e Incrementing version numbers from v0.1.2 -> v0.1.3
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 19s
Test with tox / Test with tox (3.11) (pull_request) Successful in 27s
Build Project / Build Project (3.10) (pull_request) Successful in 52s
Test with tox / Test with tox (3.10) (pull_request) Successful in 39s
Build Project / Build Project (3.12) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 51s
Test with tox / Test with tox (3.12) (pull_request) Successful in 28s
2025-10-03 15:27:54 -04:00
43068c153d Merge pull request 'SDR Package' (#3) from sdr into main
All checks were successful
Build Sphinx Docs Set / Build Docs (push) Successful in 17s
Test with tox / Test with tox (3.11) (push) Successful in 32s
Test with tox / Test with tox (3.12) (push) Successful in 27s
Test with tox / Test with tox (3.10) (push) Successful in 41s
Build Project / Build Project (3.10) (push) Successful in 48s
Build Project / Build Project (3.11) (push) Successful in 48s
Build Project / Build Project (3.12) (push) Successful in 48s
Reviewed-on: #3
2025-10-03 13:34:25 -04:00
3a27515a96 Removing RTL-SDR mock import, as the RTL-SDR is not yet supported by the SDR package
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 14s
Test with tox / Test with tox (3.11) (pull_request) Successful in 31s
Test with tox / Test with tox (3.12) (pull_request) Successful in 29s
Test with tox / Test with tox (3.10) (pull_request) Successful in 40s
Build Project / Build Project (3.10) (pull_request) Successful in 47s
Build Project / Build Project (3.11) (pull_request) Successful in 47s
Build Project / Build Project (3.12) (pull_request) Successful in 46s
2025-10-03 13:18:19 -04:00