Bengt Martensson

Results 56 issues of Bengt Martensson

Presently, the constructor `IrSequence(const microseconds_t, size_t length)` have "move-semantics", i.e. the first argument will be deleted by the destructor. This is sometimes not desirable. Possibly it violates the "const"-ness? This...

enhancement

The option should generate mildly dirty test signals, that can be used for testing of decoders etc. "Emulates an Arduino with [IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote) and a rookie user." Make sense only with...

enhancement
Feedback solicited

Option `--girr` to render. Must not use the [Girr library](https://github.com/bengtmartensson/Girr), since that would make a circular dependency.

enhancement

[This signal](http://www.remotecentral.com/cgi-bin/forums/viewpost.cgi?1384868), according to DecodeIR: protocol = XMP-1, device = 49, subdevice = 16, obc = 80 0000 006C 0000 0036 0007 0022 0007 0032 0007 001D 0007 006C 0007...

enhancement
help wanted
Component: Decoding
Feedback solicited

Should be able to generate multiple signals, using [syntax of valuesets](http://www.harctoolbox.org/IrScrutinizer.html#Accessing+a+number+of+different+parameter+values). This means that the package `org.harctoolbox.valuesets` will be moved from the IrScrutinizer project to this project. Cf. #251.

enhancement

Presently Analyzer can be constructed from either one IrSignal or a Collection

enhancement
help wanted
Component: Analyzer

... stating, for example, what signal is erroneous and how.

enhancement
Component: Analyzer

Option to `analyze`, e.g. `--duplicates`. Use case: analyze on a (reasonably large) set of IrSignals/IrSequences: For all blocks of data bits, check which bits are always the same/different. This is...

enhancement
help wanted
Component: Analyzer

Option to `analyze`, e.g. `--crc`. Use case: analyze on a (reasonably large) set of IrSignals/IrSequences: For all blocks of data bits, and all known CRC polynomials, see which polynomials render...

enhancement
help wanted
Component: Analyzer

Presently, Number-s are restricted to 64 (or 63) bit length, due to the use of Java longs. Lift this restriction. Provide alternative (to the present) implementation of Number (and ??)....

enhancement