]> git.sesse.net Git - c64tapwav/commitdiff
Remove old comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 12 Mar 2015 00:42:46 +0000 (01:42 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 12 Mar 2015 00:42:46 +0000 (01:42 +0100)
decode.cpp

index b3b8aa3376f355b9fcad9e8cd3aa4fc9b1bf2b4b..930b1933d52a343ba45f61dc60b1c8bcd9bd1a4a 100644 (file)
@@ -397,7 +397,6 @@ float eval_badness(const std::vector<pulse>& pulses, double calibration_factor)
 
 void spsa_train(std::vector<float> &pcm, int sample_rate)
 {
 
 void spsa_train(std::vector<float> &pcm, int sample_rate)
 {
-       // Train!
        float filter[NUM_FILTER_COEFF] = { 1.0f };  // The rest is filled with 0.
 
        float start_c = INITIAL_C;
        float filter[NUM_FILTER_COEFF] = { 1.0f };  // The rest is filled with 0.
 
        float start_c = INITIAL_C;