Sunday, May 2, 2010

Multipath estimation problem

We have some measurements, they are slightly noisy but lets assume noise free for now. Lets also assume the measured signal is the output from a LTI system:
y(t) = a_0 p(t) + a_1 p(t-tau_1)

Here are two versions the problem statement:
P1) Estimate (a_0, a_1, tau_1, p(t)) that best explains y(t) in a least-squares sense

P2) Simpler problem: Lets say I have a model for p(t) that it is of some form (say it is the step-response of a B Hz low pass filter). Then estimate (a_0, a_1, tau_1) assuming p(t) is sort of known.

Not so interested in recovering p(t) -- its more like a unknown nuisance parameter.

Hint (maybe not): constraints on p(t) may be easier to impose in the frequency domain

Saturday, April 10, 2010

Checklist for scientific (LaTeX) papers

1. Run spell check
2. Make sure all figures have axes labeled, captions, symbols are consistent with those that appear in the text
3. Make sure references are correctly appearing: especially note capitalization of acronyms. Use {} to get capitals in bibtex title entries.
4. Try to get rid of (embellishing) words like: obviously, basically, actually, really,etc.
5. Make sure equations and text use \mathrm{} for math symbols more than a single letter. Use mathmode for all mathematical variables. Don't use unslanted Roman for single letter symbols, unless really intended.
6. Make sure every equation line has a punctuation at the end
7. Be careful when there is a blank line after an equation, since it starts a new paragraph.
8. Figure sizes should be uniform and appropriate
9. All acronyms are expanded at least once in the paper
10. Make sure title of paper and keywords capture all the aspects of the work concisely and effectively
11. Choose a consistent capitalization scheme (for title, sections, headings, etc.)
12.
--

NOTE: checklist is still in development, suggestions are welcome