Code covered by the BSD License
-
Omegapsi=Omegapsi_rbf(Xc,X1,X...
Omegapsi=Omegapsi_rbf(Xc,X1,X2,k_i,c0,basisfunction)
-
Phi_int=rbf_integral(Xc,X1,X2...
calculates a line integral between X1 [x y] and X2 for a radial basis
-
[W phi]=train_rbf(X,Y,Xc,k_i,...
trains a radial basis function
-
[Y_int Phi_int]=rbfn_integral...
calculates a line integral between X1 [x y] and X2 for a radial basis
-
[z phi]=sim_rbf(Xc,X,W,k_i,ba...
simulates a radial basis function
-
[zeta_u zeta_v]=zeta_uv(Xc,X,...
calculates zeta_u and zeta_v matrices such that we can calculated the velocities
-
acoustic_tomography_example.m
-
View all files
RBF Acoustic Tomography
by Travis Wiens
19 Nov 2008
(Updated 17 Jul 2009)
Recreate temperature and flow fields from acoustic time-of-flight data.
|
Watch this File
|
| File Information |
| Description |
Acoustic tomography involves sending a sonic signal across a measurement area and timing how long it takes to travel the distance. A number of transducers are situated around the measurement area to achieve this. Since the absolute sonic speed is affected by temperature and wind speed, so is the time of flight. It is possible to reconstruct the temperature and wind velocity from the collection of time-of-flight data.
This package gives an example of using radial basis function networks to allow for a linear solution to the inverse problem. The example data is from a Karman vortex street behind a cylinder.
See http://blog.nutaksas.com for more details. |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 17 Jul 2009 |
Removed GPL per Mathworks' requirements. |
|
Contact us at files@mathworks.com