Skip to content

Commit 5e1daf6

Browse files
committed
Updated to latest scopehal with upsample bug fix
1 parent 85ea778 commit 5e1daf6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

release-notes/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This is a running list of significant bug fixes and new features since the last
3030
* TIE (5.3x speedup)
3131
* Vector Frequency (1040x speedup)
3232
* Vector Phase (243x speedup)
33+
* Filters: 100baseT1 now has configurable decision thresholds for better decoding of weak signals
3334
* Filters: CDR PLL now outputs the input signal sampled by the recovered clock in a second data stream (https://github.com/ngscopeclient/scopehal/issues/991)
3435
* Filters: CDR PLL now has an "edges" input allowing you to replace the default thresholding edge detector with an external block, e.g. for locking to a PAM signal. This was possible in the past by passing the PAM edge detector block to the input, but this would result in the sampled data output just being a copy of the edge detector. By splitting these, the CDR can now output sampled data from PAM signals as well.
3536
* Filters: FFT now works with arbitrary length input rather than truncating to next lowest power of two
@@ -64,6 +65,7 @@ NOTE: This section only list changes which are potentially breaking to an *end u
6465
* Filters: PcapNG export did not handle named pipes correctly (no github ticket)
6566
* Filters: FFT waveforms were shifted one bin to the right of the correct position and also sometimes had incorrect bin size calculation due to rounding
6667
* 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.
68+
* Filters: Upsample filter incorrectly calculated sample indexes on waveforms with more than 2^21 points
6769
* GUI: Crash when closing a session (https://github.com/ngscopeclient/scopehal-apps/issues/934)
6870
* GUI: Pressing middle mouse on the Y axis to autoscale would fail, setting the full scale range to zero volts, if the waveform was resident in GPU memory and the CPU-side copy of the buffer was stale
6971
* GUI: History dialog allowed zero or negative values for history depth (https://github.com/ngscopeclient/scopehal-apps/issues/940)

0 commit comments

Comments
 (0)