Releases: thorstone25/qups
Releases · thorstone25/qups
v1.0.0-alpha Release
New Features
- Added
pcf
(phase coherence factor) compute kernel - Verasonics importers for Waveforms, Sequences, and ChannelData w/ example script
- Transducer types support rotation as well as translation
- Added more documentation
- Added more processing "block size" arguments to limit memory usage
- Improved compute performance
Changes
- Added "FC" and "DV"
Sequence
type options to replace "VS" and disambiguate focused versus diverging wave models animate
: inputs changed
First Release!
v0.1.0-alpha Released!
Support
- OS: Linux or Windows
- GPU: Nvidia devices with Compute Capability (CC) 5.0 (Maxwell) or later.
- MATLAB: R2020b+ supported. Signal Processing and Parallel Computing toolbox required. Parallel Server toolbox optional.
- Simulators: FieldII, k-Wave and MUST supported
- Import: USTB and Verasonics (partially supported)
- Export: USTB
- Beamforming (provided): DAS (predefined or Look-up-table (LUT)), DMAS and SLSC compounding, Stolt's f-k migration, Eikonal Delays, Synthetic transmit, REFOCUS
- DSP: hilbert, passband/lowpass filtering, demodulation
Binaries
Mex functions are provided for Windows, compiled with MSVC 2019, and Linux, compiled with gcc 9.3.
Nvidia ptx files are provided with compatibility for CUDA devices with compute capability 5.0 (Maxwell) or later. This enables GPU support without installing CUDA. Recompiling the binaries with setup CUDA cache
may yield better performance on more modern GPU devices.
Upcoming Features
- More usage examples (e.g. simulation batching)
- Improved Medium construction
- Convenient focal sequence constructors
- Convenient receive apodization matrix generators