Skip to content

Commit

Permalink
[src] Fix mistake in comment RE FFT dimensions (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZINEKS authored and danpovey committed Jun 13, 2018
1 parent 1e49578 commit 52b2882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/matrix/matrix-functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace kaldi {
v is a vector of even dimension, interpreted for both input
and output as a vector of complex numbers i.e.
\f[ v = ( re_0, im_0, re_1, im_1, ... ) \f]
The dimension of v must be a power of 2.
If "forward == true" this routine does the Discrete Fourier Transform
(DFT), i.e.:
Expand Down

0 comments on commit 52b2882

Please sign in to comment.