Update numerical_methods/fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla 2021-10-18 01:01:41 +05:30 committed by GitHub
parent d1cb53379e
commit ad26efdf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/**
* @fast_fourier_transform.cpp
* @file
* @brief A fast Fourier transform (FFT) is an algorithm that computes the
* discrete Fourier transform (DFT) of a sequence , or its inverse (IDFT) , this algorithm
* has application in use case scenario where a user wants to find points of a function