ENH: FFT - removed power-of-2 constraint on number of samples

This commit is contained in:
Andrew Heather
2017-12-29 23:57:22 +00:00
parent 6f72f3452d
commit 23af7e435a
9 changed files with 7 additions and 39 deletions

View File

@ -45,7 +45,7 @@ pointNoiseCoeffs
separator " ";
// Number of samples in sampling window
// Must be a power of 2, default = 2^16 (=65536)
// default = 2^16 (=65536)
N 4096;
rhoRef 1.205;

View File

@ -56,7 +56,7 @@ surfaceNoiseCoeffs
p Curle;
// Number of samples in sampling window
// Must be a power of 2, default = 2^16 (=65536)
// default = 2^16 (=65536)
N 1024;
rhoRef 1.205;