Total focusing method

The total focusing method(TFM) using full matrix capture(FMC).
860 download
Aggiornato 7 mag 2016

Visualizza la licenza

A simple implementation of the total focusing method is provided. It can scale over many cpu cores by replacing the for loop with a parfor loop and it has been generalised to be used with different kinds of complex geometries by modification of the image_domain function.
An example is provided where a 5 Mhz transducer has been used in water scanning for 6 copper wires.
The tfm function has two parameters, the fmc struct containing the FMC dataset and a domain struct containing all precalculated time delays.
The appended image_domain function models the specimen as homogeneous. It calculates all euclidean distances using the Matlab function pdist2 and saves it as matrix Rx. See pdist2 documentation for the structure of the matrix. Rx is then recalculated into the number of sampled samples to each pixel, i.e the indices of the A-scan vectors.

Cita come

Philip Lindblad (2026). Total focusing method (https://it.mathworks.com/matlabcentral/fileexchange/56971-total-focusing-method), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Simulation, Tuning, and Visualization in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.0.0.0

updated the example file