svetoslavnikolov.wordpress.com
February | 2013 | Svetoslav Nikolov
https://svetoslavnikolov.wordpress.com/2013/02
Random thoughts on science, design, innovation, technology. Skip to primary content. Skip to secondary content. Synthetic Aperture Ultrasound Imaging. Monthly Archives: February 2013. Moved H-PaGe to GitHub. February 7, 2013. I just moved H-PaGe to Github. It is one of my dear projects, although I have not been maintaining it since 2008. So what is H-PaGe (pronounced /eɪtʃ peɪdʒ/)? For adopting and promoting it, and to Henrik Laursen. Who was always there when the server needed some tweaking. The concept...
svetoslavnikolov.wordpress.com
svetoslavnikolov | Svetoslav Nikolov
https://svetoslavnikolov.wordpress.com/author/svetoslavnikolov
Random thoughts on science, design, innovation, technology. Skip to primary content. Skip to secondary content. Synthetic Aperture Ultrasound Imaging. Iterative Motion Estimation for Elastography. July 19, 2013. On Wednesday, July 24, I will be presenting at the 2013 International Ultrasonic Symposium. In Prague. The topic: “Iterative autocorrelation motion-estimation with application to elastography imaging” [ PDF. Here is the abstract of the paper. Precise, robust and efficient motion estimation is the.
svetoslavnikolov.wordpress.com
Moved H-PaGe to GitHub | Svetoslav Nikolov
https://svetoslavnikolov.wordpress.com/2013/02/07/moved-h-page-to-github
Random thoughts on science, design, innovation, technology. Skip to primary content. Synthetic Aperture Ultrasound Imaging. Moved H-PaGe to GitHub. February 7, 2013. I just moved H-PaGe to Github. It is one of my dear projects, although I have not been maintaining it since 2008. So what is H-PaGe (pronounced /eɪtʃ peɪdʒ/)? H-PaGe stands for “(H)ome (Pa)ge (Ge)nerator”. I wrote the first version back in 2002, and rewrote it in 2004. I have to give credit to Jørgen Arendt Jensen. The concept was simple: th...
k-wave.org
k-Wave: A MATLAB toolbox for the time domain simulation of acoustic wave fields
http://k-wave.org/acousticsoftware.php
A MATLAB toolbox for the time-domain. Simulation of acoustic wave fields. The k-Wave toolbox is a powerful tool for general acoustic modelling. However, this doesn't mean it's the best tool for every purpose! Free Acoustics and Ultrasound Software. Interface: MATLAB with optional C mex files. License: GNU General Public License (GPL). Description: Linear and nonlinear ultrasound simulation using the angular spectrum method. Interface: C with visualisation in MATLAB. Interface: C and Python. Description: ...
hgomersall.wordpress.com
Squishing Matlab mex files into Octave | Engineering the world
https://hgomersall.wordpress.com/2013/02/19/squishing-matlab-mex-files-into-octave
One line of code at a time…. Speedy fast 1D convolution with SSE. PyFFTW coming together →. Squishing Matlab mex files into Octave. February 19, 2013. Common wisdom says that the mex files that Matlab builds are good for Matlab, and Matlab only. Not having trivial access to an installation of Matlab and needing to access the very neat and useful Field II. Package, this was not wholly satisfactory for me. Ldd Mat field.mexa64. Libmxso = not found libmex.so = not found libmat.so = not found. We can easily ...