Functions
test_noisy.cxx File Reference
#include "WireCellSigProc/Diagnostics.h"
#include "WireCellSigProc/Microboone.h"
#include "WireCellUtil/Waveform.h"
#include "WireCellUtil/Testing.h"
#include <iostream>
#include <string>
#include <vector>
#include "example-noisy.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 21 of file test_noisy.cxx.

22 {
24  bool is_noisy = Microboone::NoisyFilterAlg(horig,0.7,10.0);
25  Assert(is_noisy);
26 }
bool SignalFilter(WireCell::Waveform::realseq_t &sig)
Definition: Microboone.cxx:648
std::vector< float > horig
Definition: example-chirp.h:1
#define Assert
Definition: Testing.h:7
bool NoisyFilterAlg(WireCell::Waveform::realseq_t &spec, float min_rms, float max_rms)
Definition: Microboone.cxx:542