Problem
- each window should start fitting at an azimuth that is consistently spaced from the prev window.
- this spacing is determined by samplerate and initial azimuth in Win(1).
- so Win(i) should always know where Win(1).va(1) is.
- Win(1).va(1) should be saved somewhere.
- Condition 1: Win(i).a_start = Win(1).va(1) + N * a_per_samp.
- Condition 2: Win(i).a_start >= Win(i).va(1) + LEN_WIN

No comments:
Post a Comment