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:
parent
aef08fc289
commit
d2b45de760
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue