Files
UR/src/reflectionReconstruction/preprocessData/determineOptimalPulse.h
2023-10-09 09:29:21 +08:00

11 lines
275 B
C++

#ifndef __DETERMINEOPTIMALPULSE_H__
#define __DETERMINEOPTIMALPULSE_H__
#include "Matrix.h"
namespace Recon {
Aurora::Matrix determineOptimalPulse(float timeInterval,
size_t expectedAScanLength);
}
#endif // __DETERMINEOPTIMALPULSE_H__