Wideband autonomous SDR analysis engine forked from sdr-visual-suite
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
224B

  1. package gpudemod
  2. type ExtractDebugMetrics struct {
  3. SignalID int64
  4. PhaseCount int
  5. HistoryLen int
  6. NOut int
  7. RefMaxAbsErr float64
  8. RefRMSErr float64
  9. BoundaryDelta float64
  10. BoundaryD2 float64
  11. }