# FFT-Python **Repository Path**: wangweidegittee/FFT-Python ## Basic Information - **Project Name**: FFT-Python - **Description**: FFT Examples in Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README FFT-Python ========== FFT Examples in Python This tutorial covers step by step, how to perform a Fast Fourier Transform with Python. ![FFT](https://raw.githubusercontent.com/balzer82/FFT-Python/master/FFT.png) Including * How to scale the x- and y-axis in the amplitude spectrum * Leakage Effect * Windowing ### [Take a look at the IPython Notebook](http://nbviewer.ipython.org/github/balzer82/FFT-Python/blob/master/FFT-Tutorial.ipynb) #### Real World Data Example From ![Vertical Netload Germany 2013](https://raw.githubusercontent.com/balzer82/FFT-Python/master/VerticalGridLoadGermany2013.png) To ![Periods in NetLoad](https://raw.githubusercontent.com/balzer82/FFT-Python/master/VerticalGridLoadGermany2013-FFT.png)