freeCodeCamp/guide/chinese/mathematics/fourier-series/index.md

14 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Fourier Series
localeTitle: 傅里叶系列
---
## 傅里叶系列
傅里叶级数表示一些函数作为正弦和余弦的总和。这可以通过对某些函数应用傅立叶变换来完成。有许多不同类型的傅里叶变换例如连续离散有限和无限。这是傅里叶变换的一个简单用例假设你想用代数方法逼近方波。最好的方法是应用傅里叶变换产生傅里叶级数。这个新系列可以使用泰勒级数近似因此正弦和余弦的总和将成为多项式的总和这对于计算机来说很容易计算。傅立叶级数今天在一个名为“傅里叶分析”的领域进行了研究。要直观地了解转换请阅读以下信息部分中的“BetterExplained”文章。有关傅里叶系列学术/工程应用的起点,请参阅下面的维基百科文章。
#### 更多信息:
* [傅立叶系列维基百科](https://en.wikipedia.org/wiki/Fourier_series)
* [Wolfram on Fourier系列](http://mathworld.wolfram.com/FourierSeries.html)
* [傅里叶系列:更好的解释](https://betterexplained.com/articles/an-interactive-guide-to-the-fourier-transform/)
* [傅立叶变换的StackExchange](https://math.stackexchange.com/questions/1002/fourier-transform-for-dummies)