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