You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce measurement time, the software of a spectrometer should be able to
recover diracs (which identify the measured material) in a low-resolution
Fourier spectrum. Shorter is the measurement, lower is the spectrum resolution.
The goal of this project is to recover those diracs at the lowest possible
resolution, assuming that the signal is sparse in the Fourier domain, i.e. that
the measured compound is composed of only a tiny set of elements. A side goal
is to test and enhance our convex optimization package.
Steps:
Artificially increase the resolution by adding zeros at the end of the
measurement (corresponds to a convolution with a sinc in the Fourier domain).
Search for the signal which minimizes the reconstruction error (in the
time domain) while being sparse (in the Fourier domain). The optimization
problem becomes convex if we use an l1 penalty as a proxy for the number of
non-zero elements.
Regroup the aggregates into a single dirac.
Estimate the amplitudes of the identified diracs through linear regression.