Add calculateMinimalMaximalTransducerPositions to

Transmission reconstruction.
This commit is contained in:
kradchen
2023-05-17 09:42:23 +08:00
parent 24d2a64abb
commit 0855801017
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _TRANS_RECONSTRUCTION_H__
#define _TRANS_RECONSTRUCTION_H__
#include "Matrix.h"
namespace Recon {
Aurora::Matrix calculateMinimalMaximalTransducerPositions(
const Aurora::Matrix &aMSenderList, const Aurora::Matrix &aMReceiverList);
}
#endif // __RECONSTRUCTION_H__