|
eFFT
An efficient method for the calculation of the exact Fourier transform of an asynchronous event stream
|
Public Member Functions | |
| Stimulus (const unsigned int row, const unsigned int col) | |
| Stimulus (const unsigned int row, const unsigned int col, const bool state) | |
| bool | operator== (const Stimulus &p) const |
| bool | operator!= (const Stimulus &p) const |
| Stimulus & | on () |
| Stimulus & | off () |
| Stimulus & | set (const bool s) |
| Stimulus & | toggle () |
| Stimulus (const unsigned int row, const unsigned int col) | |
| Stimulus (const unsigned int row, const unsigned int col, const bool state) | |
| bool | operator== (const Stimulus &p) const |
| bool | operator!= (const Stimulus &p) const |
| Stimulus & | on () |
| Stimulus & | off () |
| Stimulus & | set (const bool s) |
| Stimulus & | toggle () |
Public Attributes | |
| unsigned int | row {0} |
| unsigned int | col {0} |
| bool | state {true} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Stimulus &stimulus) |
| std::ostream & | operator<< (std::ostream &os, const Stimulus &stimulus) |