SigmaTransform
The SigmaTransform unifies various known signal processing transforms, like the STFT and the wavelet transform, differing only by a specific diffeomorphism.
|
#include <SigmaTransform_util.h>
Public Member Functions | |
Chronometer () | |
void | tic () |
Chronometer & | toc (std::string const &str) |
Private Attributes | |
std::chrono::steady_clock::time_point | _tic |
Class to conveniently measure the timing of executed code.
Definition at line 35 of file SigmaTransform_util.h.
SigmaTransform::Chronometer::Chronometer | ( | ) |
Definition at line 17 of file SigmaTransform_util.cpp.
void SigmaTransform::Chronometer::tic | ( | ) |
Chronometer & SigmaTransform::Chronometer::toc | ( | std::string const & | str | ) |
Stops the timer and prints the elapsed time, along with the message "str".
str | a string, containing a message to print to stdout |
Definition at line 19 of file SigmaTransform_util.cpp.
|
private |
Definition at line 36 of file SigmaTransform_util.h.