Ticket #307 (enhancement)
Opened 2 months ago
interpolation for triggering in scope guts
Status: new
| Reported by: | jblum | Assigned to: | eb |
|---|---|---|---|
| Priority: | normal | Milestone: | to-be-decided |
| Component: | gnuradio-core | Version: | 3.1svn |
| Keywords: | scope guts | Cc: | |
Currently, when a waveform is trigger-locked on a scope plot, the waveform will randomly shift by fractions of a sampling period.
When finding the trigger point, the scope guts should look between samples for the optimum trigger point. The scope guts should return an array of samples derived from this fractional offset. Linear interpolation between points can be used. The result will have a steadying effect on triggered waveforms.
