I am trying to run the 'example_us_beam_patterns.m' file on the GPU as suggested in the User's Manual (Ch. 4.5). I have modified the kspaceFirstOrder3D to kspaceFirstOrder3DG. When I click on the Run link, I get the attached error message. I checked the binaries folder and I do have the 'kspaceFirstOrder-CUDA.exe' file in that folder but not the kspaceFirstOrder3D-CUDA.exe file. Where can I download that file? It does not exist in the http://www.k-wave.org/download.php folder.
Thanks for any help!
Error message:
Error using kspaceFirstOrder3DC (line 145)
The binary file kspaceFirstOrder3D-CUDA.exe could not be found in C:\Users\Acous\Documents\ket_files\k-Wave\binaries\. To use the C++ code, the C++ binaries for your operating system must be downloaded from
http://www.k-wave.org/download.php and placed in the binaries folder.
Error in kspaceFirstOrder3DG (line 64)
sensor_data = kspaceFirstOrder3DC(varargin{:}, 'BinaryName', binary_name);
Error in example_us_beam_patterns (line 181)
sensor_data = kspaceFirstOrder3DG(kgrid, medium, transducer, sensor, input_args{:});