Commit 3179ca74 authored by Christian Fobel's avatar Christian Fobel
Browse files

Port code to use `pandas.DataFrame` objects

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.
parent ce7b03a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment