1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00
Commit Graph

11 Commits

Author SHA1 Message Date
Jon Beniston b9461188d1 USRPOutput: Fix corruption when interpolation >= 16. 2026-04-22 19:13:03 +01:00
copilot-swe-agent[bot] a4462cfa40 Document intentional signed length and FIFO truncation behavior
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/bafbe6fb-a6ec-4ee0-92f8-caa27da815f5

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-21 19:56:46 +00:00
copilot-swe-agent[bot] ebbfd76504 Harden USRP callback interpolation factor and length handling
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/bafbe6fb-a6ec-4ee0-92f8-caa27da815f5

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-21 19:56:15 +00:00
copilot-swe-agent[bot] 98fbb5ae28 Optimize USRP TX tail zeroing for partial interpolation fills
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/bafbe6fb-a6ec-4ee0-92f8-caa27da815f5

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-21 19:55:46 +00:00
copilot-swe-agent[bot] 788673891d Fix USRP TX buffer handling for high interpolation
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/bafbe6fb-a6ec-4ee0-92f8-caa27da815f5

Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
2026-04-21 19:54:56 +00:00
Daniele Forsi 8c3f7e3775 Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
f4exb 869f1a4191 Rewriting of copyright notices for plugins/samplesink. Part of #1893 2023-11-18 09:58:55 +01:00
Jon Beniston b7fac21297 Fix compiler warning 2020-10-26 14:50:00 +00:00
Jon Beniston 209be94947 USRP driver improvements.
Set bit size to be 16 for interpolators and decimators.
Match buffer size to UHD.
Don't destroy TX stream, as there appears to be a bug when recreating it.
Catch exception when checking for TX underflow.
Increase RX FIFO size, to reduce overflows at high sample rates.
Allow RX to continue streaming after receiving timeout.
2020-10-23 13:12:37 +01:00
Jon Beniston 3e6edfa17f Fix compiler warnings 2020-10-03 09:27:37 +01:00
Jon Beniston d4aa5d75b5 Add USRP device support. 2020-10-02 22:45:28 +01:00