diff --git a/lib/hooks/dft.cpp b/lib/hooks/dft.cpp index a7c847306..fe13ba672 100644 --- a/lib/hooks/dft.cpp +++ b/lib/hooks/dft.cpp @@ -786,8 +786,6 @@ public: else if (strcmp(freqEstimateTypeC, "quadratic") == 0) freqEstType = FreqEstimationType::QUADRATIC; - - if (endFreqency < 0 || endFreqency > sampleRate) throw RuntimeError("End frequency must be smaller than sampleRate {}", sampleRate);