Skip to content
Snippets Groups Projects
Commit 1b6e39de authored by Federico Lolli's avatar Federico Lolli
Browse files

[FFT] fixed typo

parent 59c4bba6
No related branches found
No related tags found
1 merge request!227FFT and other Utilities (Filters and Windows)
...@@ -31,7 +31,7 @@ namespace Boardcore ...@@ -31,7 +31,7 @@ namespace Boardcore
{ {
/** /**
* @brief Implementation of Fast Fourier Trasnform using the iterative version * @brief Implementation of Fast Fourier Transform using the iterative version
* with bit-reversal index variant of the famous Cooley-Tukey FFT algorithm. * with bit-reversal index variant of the famous Cooley-Tukey FFT algorithm.
* *
* NOTE: N must be a power of 2 * NOTE: N must be a power of 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment