Skip to content

Commit 21ee5be

Browse files
committed
Updated to latest scopehal with fix for CSV parsing issues. See #939.
1 parent d193989 commit 21ee5be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib

release-notes/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a running list of significant bug fixes and new features since the last
66

77
* Core: Changed rate limiting sleep in InstrumentThread loop from 10ms to 1ms to avoid bogging down high performance instruments like the ThunderScope
88
* Drivers: ThunderScope now overlaps socket IO and GPU processing of waveforms giving a significant increase in WFM/s rate
9-
* Filters: Added GPU acceleration for several filters including CDR PLL (7.5x speedup), 100baseTX (2.5x speedup), eye pattern (25x speedup), histogram (12x speedup), TIE (5.3x speedup) and more (https://github.com/ngscopeclient/scopehal/issues/977).
9+
* Filters: Added GPU acceleration for several filters including CDR PLL (7.5x speedup), 100baseTX (10x speedup), eye pattern (25x speedup), histogram (12x speedup), TIE (5.3x speedup) and more (https://github.com/ngscopeclient/scopehal/issues/977).
1010
* Filters: CDR PLL now outputs the input signal sampled by the recovered clock in a second data stream.
1111
* Filters: Peak detector for FFT etc now does quadratic interpolation for sub-sample peak fitting
1212
* Filters: Horizontal bathtub curve now works properly with MLT-3 / PAM-3 eyes as well as NRZ. No PAM-4 or higher support yet.
@@ -21,6 +21,7 @@ We try to maintain compatibility with older versions of ngscopeclient but occasi
2121

2222
## Bugs fixed since v0.1.1
2323

24+
* Filters: broken CSV import with \r\n line endings (https://github.com/ngscopeclient/scopehal-apps/issues/939)
2425
* Filters: PcapNG export did not handle named pipes correctly (no github ticket)
2526
* Filters: FFT waveforms were shifted one bin to the right of the correct position
2627
* Filters: Frequency and period measurement had a rounding error during integer-to-floating-point conversion causing half a cycle of the waveform to be dropped under some circumstances leading to an incorrect result, with worse error at low frequencies and short memory depths. This only affected the "summary" output not the trend plot.

0 commit comments

Comments
 (0)