Add determineOptimalPulse function
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef __DETERMINEOPTIMALPULSE_H__
|
||||
#define __DETERMINEOPTIMALPULSE_H__
|
||||
|
||||
#include "Matrix.h"
|
||||
namespace Recon {
|
||||
Aurora::Matrix determineOptimalPulse(double timeInterval,
|
||||
size_t expectedAScanLength);
|
||||
|
||||
}
|
||||
|
||||
#endif // __DETERMINEOPTIMALPULSE_H__
|
||||
Reference in New Issue
Block a user