Problem
- Later fitting needs to apply to window instead of entire main thread
- final stitching requires no overlap in the fitted data
- can we leave the window as it is, fit each window, and merge them afterwards?
- NO, it's different from fit the entire main thread; the data used to fit Win(i+1), thought having an ov-FOV, is not necessarily the same as those used for Win(i).
- The last sample to be interpolated in Win(i), has to use the following WIN_HALF samples, so the last sample is not the last sample in the tail-FOV of the win; same for the 1st sample of Win(i+1).
- WIN_HALF could change depending on our tests.
- All windows have to be calibrated, based on previous window's calibration.
- we don't throw away window data, we just define interpolation boundaries, based on fitting window size.

No comments:
Post a Comment