├── LICENSE ├── README.md ├── cinf_1D.m ├── cinf_3D.m ├── complex_cohere.m ├── sinf_1D.m ├── sinf_3D.m ├── test_cylinder.m └── test_sphere.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/README.md -------------------------------------------------------------------------------- /cinf_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/cinf_1D.m -------------------------------------------------------------------------------- /cinf_3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/cinf_3D.m -------------------------------------------------------------------------------- /complex_cohere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/complex_cohere.m -------------------------------------------------------------------------------- /sinf_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/sinf_1D.m -------------------------------------------------------------------------------- /sinf_3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/sinf_3D.m -------------------------------------------------------------------------------- /test_cylinder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/test_cylinder.m -------------------------------------------------------------------------------- /test_sphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/INF-Generator/HEAD/test_sphere.m --------------------------------------------------------------------------------