The following Matlab project contains the source code and Matlab examples used for 2d multiwall model.
Compute 2D - MultiWall model
Usage
------
rs_amp = multiwall_model(TXpoint , RXpoint , walls , material , [L0] , [n]);
Inputs
-------
TXpoint Transmitter points (2 x Nt)
RXpoint Receiver points (2 x Nr)
walls Walls (4 x nwall) where [xi,0 ; yi,0 ; xi,1 ; yi,1] are coordinates of the i'th wall, i = 1,.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
data_mw.mat | 1911 |
license.txt | 1315 |
mexme_multiwall_model.m | 44 |
multiwall_model.c | 9867 |
test_multiwall_model.m | 1718 |