mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 13:34:21 -04:00
Woops, one should not test with input of all zeros
This commit is contained in:
@ -8,13 +8,7 @@ endif
|
||||
if nargin<4, scale_f2t=1
|
||||
endif
|
||||
|
||||
if strcmp(prec,'short'),
|
||||
kfft='./kffts';
|
||||
elseif strcmp(prec,'double')
|
||||
kfft='./kfftd';
|
||||
else
|
||||
kfft='./kfft';
|
||||
endif
|
||||
kfft= sprintf('./fftutil_%s',prec);
|
||||
|
||||
siglen = nfft;
|
||||
sig=floor(32767*rand(1,siglen)) + j*floor(32767*rand(1,siglen));
|
||||
|
Reference in New Issue
Block a user