> For the complete documentation index, see [llms.txt](https://www.mlcompendium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mlcompendium.com/machine-learning/fourier-transform.md).

# Fourier Transform

## **Fourier Transform**

**is a technique to decompose signals into sine and cosine waves**

1. [**Deconstructing time series using FT**](https://medium.com/@khairulomar/deconstructing-time-series-using-fourier-transform-e52dd535a44e)
2. **Medium series, mostly on the math, parts** [**1**](https://medium.com/sho-jp/fourier-transform-101-part-1-b69ea3cb4837) [**2**](https://medium.com/sho-jp/fourier-transform-101-part-2-complex-fourier-series-934a885b3921) [**3**](https://medium.com/sho-jp/fourier-transform-101-part-3-fourier-transform-6def0bd2ca9b) [**4**](https://medium.com/sho-jp/fourier-transform-101-part-4-discrete-fourier-transform-8fc3fbb763f3) [**5**](https://medium.com/sho-jp/fourier-transform-101-part-5-fast-fourier-transform-fft-38c22e05ead3)

## Wavelets

1. Medium on [What is a wavelet and how do we use it for DS](https://towardsdatascience.com/what-is-wavelet-and-how-we-use-it-for-data-science-d19427699cef)
2. [Medium on the wavelet transform ](https://towardsdatascience.com/the-wavelet-transform-e9cfa85d7b34)
3. Medium [multiple time series classification using continuous wavelet transformation and scalograms](https://towardsdatascience.com/multiple-time-series-classification-by-using-continuous-wavelet-transformation-d29df97c0442)
4. [pywavelets](https://pywavelets.readthedocs.io/en/latest/) - PyWavelets is open source wavelet transform software for [Python](http://python.org/). It combines a simple high level interface with low level C and Cython performance.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.mlcompendium.com/machine-learning/fourier-transform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
