Update Feature requests

master
roeland jansen 2021-02-08 16:33:58 +00:00
rodzic 9b8162ab08
commit 02d22d1467
1 zmienionych plików z 4 dodań i 1 usunięć

@ -44,8 +44,11 @@
| 042 | open | low | Add pseudo-term support for network connections; add more than one pesudo-term with source-address re-write (for hamlib, where each application is always 0xE0). |
| 043 | open | low | Add spreadsheet-like editing to the software memory, banks, etc. Enhance satellite memory to include mode, invert/non-inverting, passband, etc |
| 044 | open | low | Add radio memory import/export to CSV (maybe just a menu item for this... I don't personally use the radio's built-in memory) |
| 045 | open | low | Realated to 001: ToFix overwrites the edges. Shoudln't we save it on start and restore on exit? |
| 046 | open | low | add waveform type Fill/Fill line |
| 047 | open | low | add wf color current, line and max hold with same rgb values as rig |
Notes:
Peak-hold (012): When a new peak is found, reset a counter. With each new data that come in, add to the counter. If the new data are a new peak, keep the peak and reset the counter. If the counter reaches some "max", then reset the peak down to zero? So the reset condition is when the held-peak is old and has not been exceeded. And the holding condition is that we haven't held the peak very long.
Peak-hold (012): When a new peak is found, reset a counter. With each new data that come in, add to the counter. If the new data are a new peak, keep the peak and reset the counter. If the counter reaches some "max", then reset the peak down to zero? So the reset condition is when the held-peak is old and has not been exceeded. And the holding condition is that we haven't held the peak very long. Or maybe decrease each <xx> seconds the peaks by <yy> so that a generated peak holds for max 10 seconds. Just like the Max Hold function being Off, 10 sec or On.