Files
UR/src/reflectionReconstruction/preprocessData/determineOptimalPulse.h

11 lines
276 B
C
Raw Normal View History

2023-06-09 17:55:40 +08:00
#ifndef __DETERMINEOPTIMALPULSE_H__
#define __DETERMINEOPTIMALPULSE_H__
#include "Matrix.h"
namespace Recon {
Aurora::Matrix determineOptimalPulse(double timeInterval,
size_t expectedAScanLength);
}
#endif // __DETERMINEOPTIMALPULSE_H__