1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixes for dft hook

This commit is contained in:
Manuel Pitz 2021-06-16 16:36:18 +00:00
parent aef08fc289
commit d2b45de760

View file

@ -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);