Of course some differences exist (e.g. basis vectors are fixed in FFT, unlike PCA).
The unreasonable effectiveness of the Fourier transform
61–70 of 167 posts
Re: The unreasonable effectiveness of the Fourier transform
#62Re: The unreasonable effectiveness of the Fourier transform
#63Once 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.
I don't think pulsing skin (due to blood flow) is visible from a webcam though.
Re: The unreasonable effectiveness of the Fourier transform
#64Re: The unreasonable effectiveness of the Fourier transform
#65Earlier quoted context omitted.
One of the things I admire about many top mathematicians today like Terence Tao is that they are clearly excellent mentors to a long list of smart graduate students and are able to advance mathematics through their students as well as on their own. You can imagine a half-formed thought Terence Tao has while driving to work becoming a whole dissertation or series of papers if he throws it to the right person to work o…
Well, in that time it was more or less how mathematics worked. It was a way of showing off, and often it would be a case of "Hey I've solved this problem, bet no-one else can". It was only later it became a lot more collaborative (and a bit more focused on publishing proofs).
Of course, irascible brilliance and eccentricity has an honorable place in mathematics too - I don't want to exclude anyone. (Think Grigori Perelman and any number of other examples!)
Re: The unreasonable effectiveness of the Fourier transform
#66My 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…
Re: The unreasonable effectiveness of the Fourier transform
#67A signal cannot be both time and frequency band limited. Many years ago I was amazed when I read that this fact I learned in my undergraduate is equivalent to the Uncertainty Principle! On a more mundane note: my wife and I always argue whose method of loading the dishwasher is better: she goes slow and meticulously while I do it fast. It occurred to me we were optimizing for frequency and time domains, respectively,…
Re: The unreasonable effectiveness of the Fourier transform
#68Once 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.
I don't think pulsing skin (due to blood flow) is visible from a webcam though.
Re: The unreasonable effectiveness of the Fourier transform
#69Once 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.
It's effectively the underpinning of all modern lossy compression algorithms. The DCT which underlies codecs like Jpeg, h264, mp3, is really just a modified FFT.
Re: The unreasonable effectiveness of the Fourier transform
#70Okay, who's gonna write the story > The unreasonable effectiveness of The Unreasonable Effectiveness title?