Skip to content

Commit 10cca51

Browse files
committed
FFT-1D-from scratch
1 parent 5cf5d8a commit 10cca51

File tree

2 files changed

+265
-0
lines changed

2 files changed

+265
-0
lines changed

FFT-from scratch-fast fourier transform-dft-for-github.ipynb

+264
Large diffs are not rendered by default.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ https://www.pinterest.com/HamedShahHosseini/
66
2) Cramer's rule for solving a system of linear equations.
77
3) Matrix inversion by the cofactor matrix from scratch in Python.
88
4) Matrix inversion by Gauss-Jordan elimination from scratch in Python.
9+
5) Fast Fourier Transform (FFT), one-dimensional, from scratch in Python. Also, Discrete Fourier Transform (DFT) from scratch is also included.

0 commit comments

Comments
 (0)