TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Who was Joseph Fourier?

2 pointsby poseidover 6 years ago
Of course, Wikipedia tells us Joseph Fourier lived 1768 until 1830, but what I don't understand is how could he invent the tools that are so important in digital signal processing today?

2 comments

yorwbaover 6 years ago
For his analytic theory of heat, he was working with differential equations to express heat propagation.<p>Those equations are especially easy when applied to trigonometric functions like sine and cosine (because their derivates are easy to express in terms of each other).<p>He didn&#x27;t really have a way to solve the equations for other functions directly, but he tried to approximate them by sums of trigonometric functions. He noticed that he could actually do that for all functions he wanted to analyze, and wrote about that in his book.<p>Later, other mathematicians qualified the circumstances that make such a transformation possible, formally proved its properties and named it &quot;Fourier transform&quot; in his honor.<p>Because of its applicability to problems involving differential equations, the Fourier transform was also used in other domains of physics e.g. to analyze vibrations like sound.<p>Because of those many uses, people needed a way to compute it quickly, so they optimized the algorithm to create the Fast Fourier Transform.<p>So those &quot;tools that are so important in digital signal processing today&quot; were not invented by Fourier singlehandedly, but are associated with his name due to him kicking off the initial development.<p>Actually, Gauss used a variant of the FFT in his astronomical work even before Fourier published his own results, but because Gauss didn&#x27;t publish, he is not associated with the discovery.
评论 #18035138 未加载
samfisher83over 6 years ago
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;George_Boole" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;George_Boole</a><p>George boole lived in 18th century. He came up with boolean algebra which is used extensively in digital circuits.<p>Euler, Newton, and Gauss all lived from 16th - 18th century and they are responsible for a large chunk of the math we have today which a reason we have computers.<p>We stand on the shoulder of giants.