Skip to content
Glenn Thompson edited this page May 20, 2016 · 5 revisions

General attack - Waveform Suite classes (branch wfs_rewire)

  1. Create new ChannelTag class (done!)
  2. Rewire scnlobject to take advantage of the ChannelTag class in the background (doneish)
  3. Test scnlobject behavior.
  4. Test existing waveform behavior.

Updating waveform

  1. Search GISMO for existing uses of waveform, including places where functionality is bypassed.
  2. Where it makes sense, fold functionality backwards from GISMO into the Waveform as new routines

rejected ideas

  • Using MATLAB's built-in timeseries class to juggle the data (issue #1) - The timeseries class is 5-10 times slower in arithmetic for 10^7 data points than the current implementation.
Clone this wiki locally