1 #ifndef _RdChannelUpsampler_RdChannelUpsampler_h_
2 #define _RdChannelUpsampler_RdChannelUpsampler_h_
4 #include <fwk/VModule.h>
5 #include <utl/AugerUnits.h>
fwk::VModule::ResultFlag Init() override
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Finish() override
Finish: invoked at end of the run (NOT end of the event)
bool fRemoveOffset
A DC offset is removed in the process, but retained afterwards if fRemoveOffset = false...
unsigned int fUpsamplingFactor
The total number of samples after upsampling will be 2^fUpsamplingExponent.
fwk::VModule::ResultFlag Run(evt::Event &event) override
Run: invoked once per event.
Upsamples a radio trace to a total trace length of 2^n (with upsampling exponent n) ...
ResultFlag
Flag returned by module methods to the RunController.
bool fUseTargetFrequency
Indicate using or not of fTargetFrequency.
REGISTER_MODULE("RdChannelUpsampler", RdChannelUpsampler)