#ifndef ESTIMATE_PULSE_LENGTH_H #define ESTIMATE_PULSE_LENGTH_H #include "Matrix.h" namespace Recon { struct CeEstimatePulseLength { Aurora::Matrix ce; float ce_sf; }; float estimatePulseLength(const CeEstimatePulseLength& aCe, float aSampleFreq); } #endif