diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ec3eaf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Excel-DFT-FFT +Discrete / Fast Fourier Transform and Inverse FFT with Excel VBA +Excel has a built in FFT function but is limited to max. 4096 samples. This simple code has no sample limits and can do DFT, FFT, and IFFT.