├── LICENSE ├── README.md ├── art.m ├── broadband.m ├── circ.m ├── coherLen.m ├── gauss_distribution.m ├── main.m ├── reference.m ├── reflectivity.m └── sample.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/README.md -------------------------------------------------------------------------------- /art.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/art.m -------------------------------------------------------------------------------- /broadband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/broadband.m -------------------------------------------------------------------------------- /circ.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/circ.m -------------------------------------------------------------------------------- /coherLen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/coherLen.m -------------------------------------------------------------------------------- /gauss_distribution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/gauss_distribution.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/main.m -------------------------------------------------------------------------------- /reference.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/reference.m -------------------------------------------------------------------------------- /reflectivity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/reflectivity.m -------------------------------------------------------------------------------- /sample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shbkd/Optical-Coherence-Tomography-using-Matlab/HEAD/sample.m --------------------------------------------------------------------------------