File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ Return the discrete Fourier transform (DFT) sample frequencies for a DFT of leng
429429`Frequencies` object is an `AbstractVector` containing the frequency
430430bin centers at every sample point. `fs` is the sampling rate of the
431431input signal, which is the reciprocal of the sample spacing.
432+ The return values are not to be confused with angular frequency.
432433
433434Given a window of length `n` and a sampling rate `fs`, the frequencies returned are
434435
@@ -464,6 +465,7 @@ Return the discrete Fourier transform (DFT) sample frequencies for a real DFT of
464465The returned `Frequencies` object is an `AbstractVector`
465466containing the frequency bin centers at every sample point. `fs`
466467is the sampling rate of the input signal, which is the reciprocal of the sample spacing.
468+ The return values are not to be confused with angular frequency.
467469
468470Given a window of length `n` and a sampling rate `fs`, the frequencies returned are
469471
You can’t perform that action at this time.
0 commit comments