X-Git-Url: https://git.sesse.net/?p=c64tapwav;a=blobdiff_plain;f=decode.cpp;fp=decode.cpp;h=930b1933d52a343ba45f61dc60b1c8bcd9bd1a4a;hp=b3b8aa3376f355b9fcad9e8cd3aa4fc9b1bf2b4b;hb=940c35c53ea0355e1c08c446ae33fda54df744c6;hpb=91eeec218f99f96013e62150d82d7eb1f7e2d5b0 diff --git a/decode.cpp b/decode.cpp index b3b8aa3..930b193 100644 --- a/decode.cpp +++ b/decode.cpp @@ -397,7 +397,6 @@ float eval_badness(const std::vector& pulses, double calibration_factor) void spsa_train(std::vector &pcm, int sample_rate) { - // Train! float filter[NUM_FILTER_COEFF] = { 1.0f }; // The rest is filled with 0. float start_c = INITIAL_C;