Skip to content

Commit a6c1437

Browse files
Merge f0e1d4b into 193d035
2 parents 193d035 + f0e1d4b commit a6c1437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/definitions.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
430430
bin centers at every sample point. `fs` is the sampling rate of the
431431
input signal, which is the reciprocal of the sample spacing.
432+
The return values are not to be confused with angular frequency.
432433
433434
Given 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
464465
The returned `Frequencies` object is an `AbstractVector`
465466
containing the frequency bin centers at every sample point. `fs`
466467
is 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
468470
Given a window of length `n` and a sampling rate `fs`, the frequencies returned are
469471

0 commit comments

Comments
 (0)