I would like to see more of these articles cover the phase portion.
Understanding The Fourier Transform
11–20 of 45 posts
Re: Understanding The Fourier Transform
#12Re: Understanding The Fourier Transform
#13Re: Understanding The Fourier Transform
#14Another way to see the FT is as the basis where the convolution operators are diagonal - this is used in image processing, where computing the FFT of a filter + entry-wise multiplication can be much faster than running the convolution at each pixel of the input image.
Re: Understanding The Fourier Transform
#15See, the collection of non-pathological functions is a vector space. We add elements by adding the functions pointwise, we multiply by a constant in the obvious way, and the other requirements can be checked. Functions form a vector space.
And vector spaces have bases. One basis for the vector space of functions is the collection of sin and cos functions. Thus we can see that finding the Fourier Transform is just finding how much of each basis vector we need to make the function.
And as we know, the amount of basis vector u needed in the representation of a vector v is v.u, the dot product.
Thinking of it this way starts to make connections between all sorts of ideas.
Added in edit: I see the same sort of point made by dropdownmenu in http://news.ycombinator.com/item?id=4862228
Re: Understanding The Fourier Transform
#16You can also think of the Fourier Transform as a projection (dot product) of a signal onto the space of all sinusoids. That's the explanation that made everything click for me.
However, I believe the continuous Fourier Transform works exactly like that.
Re: Understanding The Fourier Transform
#17Re: Understanding The Fourier Transform
#18You can also think of the Fourier Transform as a projection (dot product) of a signal onto the space of all sinusoids. That's the explanation that made everything click for me.
Re: Understanding The Fourier Transform
#19Re: Understanding The Fourier Transform
#201. http://homepages.abdn.ac.uk/mth192/pages/html/maths-music.ht... (free pdf)
2. https://ccrma.stanford.edu/~jos/mdft/ (skip down to applications and the digital audio number systems for a preview)