Skip to main content
. 2021 Jun 3;21(11):3869. doi: 10.3390/s21113869
Algorithm 2 Construct training samples
The sampling grid and 8-coil MIT model are established.
for number of needed samples do
Load the model.
for ρi,θi in coordinates of anomalies do
for j in coordinates of number of coils (8) anomalies do
Assign ρi,θi to change the position of anomaly (anomalies) in the model.
The j-th coil acts as the excitation and the others as the receiver.
Re geometric modeling and mesh generation. Run the model.
7 voltage data are obtained from the receiving coils.
3409 conductivity data are obtained from the sampling grid.
end for
end for
Vec-operator the collected voltage data and the conductivity data.
Save as a corresponding sample Vnum,σnum.
end for