27 lines
465 B
Plaintext
27 lines
465 B
Plaintext
|
#include <iostream>
|
|||
|
#include <memory>
|
|||
|
#include <cmath>
|
|||
|
#include <complex>
|
|||
|
#include <cuda_runtime.h>
|
|||
|
#include <cublas_v2.h>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// TBP GPU<50><55><EFBFBD><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="antpos_ptr"><3E><><EFBFBD>ǹ<EFBFBD><C7B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></param>
|
|||
|
/// <param name="echoArr"><3E>ز<EFBFBD><D8B2><EFBFBD><EFBFBD><EFBFBD></param>
|
|||
|
/// <param name="img_arr">ͼ<><CDBC><EFBFBD><EFBFBD><EFBFBD><EFBFBD></param>
|
|||
|
void TBPImageGPUAlg(std::shared_ptr<float> antpos_ptr,std::shared_ptr<std::complex<float>> echoArr,std::shared_ptr<std::complex<float>> img_arr) {
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|