TODO 1.2 KB

12345678910111213141516171819
  1. Core improvements
  2. =================
  3. - Detection of non Manchester and non RZ encoded signals. Not sure if there are any signals that are not self clocked widely used in RF. Note that the current approach already detects encodings using short high + long low and long high + short low to encode 0 and 1. In addition to the current classifier, it is possible to add one that checks for a sequence of pulses that are all multiples of some base length. This should detect, for instance, even NRZ encodings where 1 and 0 are just clocked as they are.
  4. Features
  5. ========
  6. - In raw visualization mode, up/down change scaling (100,200,...,500us per pixel)
  7. - Pressing right/left you browse different modes:
  8. * Current best signal pulse classes.
  9. * Raw square wave display. Central button freezes and resumes (toggle). When frozen we display "paused" (inverted) on the low part of the screen.
  10. - Setup of frequency, AM/FM, ... done with single screens (for each function) found on the right, so that when you are on that screen up/down has the effect of changing frequency / mode.
  11. Screens sequence (user can navigate with <- and ->):
  12. (default)
  13. [modulation] <> [freq] <> [pulses view] <> [raw square view] <> [signal info]