Closed PrometheusPi closed 8 years ago
This pull request moves the delta_t setting from the constructor of the DFT detector to the add_to_spectrum method of the DFT detector. This interface now matches that of the FFT detector and they can be replaced by each other.
delta_t
add_to_spectrum
I fixed some remaining errors in the detector code. Now the code passes the compile test.
@alex-koe If you want, you can review this pull request.
This pull request moves the
delta_t
setting from the constructor of the DFT detector to theadd_to_spectrum
method of the DFT detector. This interface now matches that of the FFT detector and they can be replaced by each other.