1 2 3 4 5 6 <7 8 9 10 11 12 13

To pause the slideshow, please hover over the pictures 

Research Codes

 
Open-Source Electromagnetic Simulators:
 
VoxImp: It is a fast Fourier transform (FFT)-accelerated impedance extractor for voxelized structures. See above the slide show for the details. Click here to download the initial version of VoxImp or here to go to github repository.  
 
VoxHenry: It is a fast Fourier transform (FFT)-accelerated inductance extractor for voxelized structures. See above the slide show for the details. Click here to download the initial version of VoxHenry or here to go to github repository. It is currently being incorporated into the open-source fastfieldsolvers software.
 
VoxCap: It is a Tucker decomposition-enhanced and FFT-accelerated capacitance extractor for voxelized structures. See above the slide show for the details. Click here to download the initial version of VoxCap or here to go to github repository .
 
Open-Source Deep Learning-Based Forward and Inverse Solvers:
 
3DInvNet: It is a two stage 3D CNN/U-net-based ground-penetrating radar (GPR) inversion scheme to obtain the underground target's permittivity distribution from 3D GPR C-scans. The first stage of the scheme denoises the C-scan and second stage of the scheme provides the permittivity distribution of the target corresponding to C-scan. Click here to go to github repository.  
 
DMRF-UNet: It is a two stage 2D U-net-based ground-penetrating radar (GPR) inversion scheme to obtain the underground target's permittivity distribution from GPR B-scans. The first stage of the scheme denoises the B-scan and second stage of the scheme provides the permittivity distribution of the target corresponding to B-scan. Click here to go to github repository.  
 
DeeptDCS: It is a U-net based 3D forward solver which takes the volume conductor model of human head (processed from MRI) and electrode positions of transcranial direct current stimulation (tDCS) procedure as inputs. It provides the current distribution throughout the head model as output. For given any volume conductor model of any subject, it provides the current distribution instantaneously. Such real-time simulator is ideal for clinical and research settings when the practitioners want to see the current distribution on the head instantaneously. Click here to go to github repository.
 
GPR forward solver: It is a U-net based 2D GPR forward solver which takes the permittivity and conductivity  maps of the underground environment as inputs. It instantaneously provides the B-scan for the given underground scenario as output. Click here to go to github repository.