What FFT method is used in Storm?
FollowWe use the standard FFT found in Numerical Recipes, which is pretty industry standard. If you want the spectra to match then you will have to use similar number of bins for smoothing, which is typically one of the following 16, 32, 64, 128. The default is 64.
Comments
0 comments
Please sign in to leave a comment.