simple signal compression
Question
Suppose you have a (periodic) function
whose support is limited to the interval
, where
. Is there a more compact representation than the entire fourier series? It seems like a good possibility, since the information in the function is actually restricted to a smaller region.
Answer
Yes. Let
be defined as
where
, where
and
. Then consider the fourier coefficients for
:
Since the sum of exponentials is
when
and 0 otherwise, we can throw out all the zero coefficients and represent
or
using just the coefficients
.
Comments
This is not directly useful, but considering where I got the idea from (minus the nice proof, all thought out by me
it probably ends up figuring into quadrature mirror filter theory somewhere. Maybe this has something to do with the ubiquitous downsampling I keep hearing about in relation to wavelet transforms.
Anyhow, it is an interesting result. Notice that as
, the sequence
approaches a delta pulse, in a certain sense. Which, in a certain sense, is as expected.
Possibly relevant posts:
- But that’s just least squares… (8/9/2006)
- Fourier HW (6/16/2005)
- Dr. Singh’s Take on the Fourier Unicity Theorem (via Invariant Subspaces) (6/17/2005)