1. Aug 11, 2016
    • Christian Fobel's avatar
      Port code to use `pandas.DataFrame` objects · 3179ca74
      Christian Fobel authored
      Add the following functions, which existing code to use
      `pandas.DataFrame` objects:
      
       - `integrate_fft`: Integrate a bandwidth around a target frequency in
         DStat FFT results.
       - `dstat_to_fft_frame`: Compute FFT for set of DStat measurements.
       - `dstat_to_frame`: Convert DStat text file results to
         `pandas.DataFrame`.
       - `reduce_dstat_data`: Reduce measurements for multiple DStat
         experiments to a single row per experiment with an aggregate signal
         value.
      
      See function docstrings for more details.
      3179ca74
    • Christian Fobel's avatar
      Add `get_experment_data` method to 0MQ API · ce7b03a3
      Christian Fobel authored
      Add `get_experment_data` method to 0MQ API, which returns a
      `pandas.DataFrame` containing two columns, `time_s` and `current_amps`
      which correspond to the *time in seconds* since the start of the DStat
      experiment, and the measured current in *amps*, respectively.
      ce7b03a3
  2. Jul 20, 2016
  3. May 13, 2016
  4. May 10, 2016
  5. May 05, 2016
  6. May 04, 2016
  7. May 02, 2016
  8. Apr 12, 2016
  9. Apr 08, 2016
  10. Apr 06, 2016
  11. Apr 05, 2016