My favorite story about the Fourier Transform is that Carl Friedrich Gauss stumbled upon the algorithm for the Fast Fourier Algorthim over a century before Cooley and Tukey’s publication in 1965 (which itself revolutionized digital signal processing).[1] He was apparently studying the motion of the asteroids Pallas and Juno and wrote the algorithm down in his notes but it never made it into public knowledge. [1] http…
The unreasonable effectiveness of the Fourier transform
31–40 of 167 posts
Re: The unreasonable effectiveness of the Fourier transform
#32Re: The unreasonable effectiveness of the Fourier transform
#33Re: The unreasonable effectiveness of the Fourier transform
#34My favorite story about the Fourier Transform is that Carl Friedrich Gauss stumbled upon the algorithm for the Fast Fourier Algorthim over a century before Cooley and Tukey’s publication in 1965 (which itself revolutionized digital signal processing).[1] He was apparently studying the motion of the asteroids Pallas and Juno and wrote the algorithm down in his notes but it never made it into public knowledge. [1] http…
How was Gauss so productive with 6 children?
Re: The unreasonable effectiveness of the Fourier transform
#35Earlier quoted context omitted.
Agreed, these kind of titles are very silly. FTs are actually very reasonable, in the sense that they are a easy to reason about conceptually and in practice. There's another title referenced in that link which is equally asinine: "Eugene Wigner's original discussion, "The Unreasonable Effectiveness of Mathematics in the Natural Sciences". " Like, wtf? Mathematics is the language of science, science would not compoun…
> Mathematics is the language of science So, biology and medicine are not sciences? Or are only sciences to the extent they can be mathematically described? The scientific method and models are much more than math. Equating the reality with the math has let to myriad misconceptions, like vanishing cats. And silly is good for a title -- descriptive and enticing -- to serve the purpose of eliciting the attention withou…
Which means, the language of some fields can’t be math.
However, I don’t think the original presenter was asserting those fields aren’t science, that’s an unreasonable interpretation. More so , ideally they would be use math as it is a language that would help prevent the silly argument “so, Y is not X?, or is Y only X provided Y is in the subset of X that excludes Z? “
(Even in Engineering, we hit this cognitive limit, and all sorts of silliness emerges about why things are or are not formalised)
Re: The unreasonable effectiveness of the Fourier transform
#36I dont like the Fourier Transform. It is infinite which makes it coarse and rough and it it gets everywhere.
Re: The unreasonable effectiveness of the Fourier transform
#37My favorite story about the Fourier Transform is that Carl Friedrich Gauss stumbled upon the algorithm for the Fast Fourier Algorthim over a century before Cooley and Tukey’s publication in 1965 (which itself revolutionized digital signal processing).[1] He was apparently studying the motion of the asteroids Pallas and Juno and wrote the algorithm down in his notes but it never made it into public knowledge. [1] http…
Gauss's notes and margins is riddled with proofs he didn't bother to publish - he was wild. Not sure if true, but allegedy he insisted his son not go into maths, as he would simply end up in his father's shadow as he deemed it utterly Impossible to surpass his brilliance in maths :'D
Definitely true but also bad parenting. Gauss was somewhat of a freak of nature when it came to math. Him and Euler are two of the most unreasonably productive mathematicians of all time.
Re: The unreasonable effectiveness of the Fourier transform
#38I dont like the Fourier Transform. It is infinite which makes it coarse and rough and it it gets everywhere.
Anybody who does anything in the real world with Fourier transforms uses the fast Fourier transform operating on windowed data. This eliminates all of that infinite support and infinite resolution of frequencies.
Re: The unreasonable effectiveness of the Fourier transform
#39My favorite story about the Fourier Transform is that Carl Friedrich Gauss stumbled upon the algorithm for the Fast Fourier Algorthim over a century before Cooley and Tukey’s publication in 1965 (which itself revolutionized digital signal processing).[1] He was apparently studying the motion of the asteroids Pallas and Juno and wrote the algorithm down in his notes but it never made it into public knowledge. [1] http…
How was Gauss so productive with 6 children?
Re: The unreasonable effectiveness of the Fourier transform
#40Once you start looking at the world through the lens of frequency domain a lot of neat tricks become simple. I have some demo code that uses fourier transform on webcam video to read a heartrate off a person's face, basically looking for what frequency holds peak energy.