Loading sails/stft.py +2 −2 Original line number Diff line number Diff line Loading @@ -155,10 +155,10 @@ def compute_fft(x, nfft=256, axis=-1, Sampling frequency of the input array `x` (Default value = 1.0) fmin : float Minimum frequency value in the returned spectrum. This is defined in Hz and is dependant on the value of `fs` (Default value = -0.5) and is dependent on the value of `fs` (Default value = -0.5) fmax : float Maximum frequency value in the returned spectrum. This is defined in Hz and is dependant on the value of `fs` (Default value = 0.5) and is dependent on the value of `fs` (Default value = 0.5) Returns ------- Loading Loading
sails/stft.py +2 −2 Original line number Diff line number Diff line Loading @@ -155,10 +155,10 @@ def compute_fft(x, nfft=256, axis=-1, Sampling frequency of the input array `x` (Default value = 1.0) fmin : float Minimum frequency value in the returned spectrum. This is defined in Hz and is dependant on the value of `fs` (Default value = -0.5) and is dependent on the value of `fs` (Default value = -0.5) fmax : float Maximum frequency value in the returned spectrum. This is defined in Hz and is dependant on the value of `fs` (Default value = 0.5) and is dependent on the value of `fs` (Default value = 0.5) Returns ------- Loading