├── LICENSE ├── README.md ├── ant_orientation.m ├── complex_scene.mat ├── demo_complex_scene.m ├── demo_doppler.m ├── demo_interferometry.m ├── demo_simple.m ├── demo_single.m ├── doppler.m ├── face2points.m ├── reflected.m ├── shadowed.m └── sim_resp.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/README.md -------------------------------------------------------------------------------- /ant_orientation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/ant_orientation.m -------------------------------------------------------------------------------- /complex_scene.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/complex_scene.mat -------------------------------------------------------------------------------- /demo_complex_scene.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/demo_complex_scene.m -------------------------------------------------------------------------------- /demo_doppler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/demo_doppler.m -------------------------------------------------------------------------------- /demo_interferometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/demo_interferometry.m -------------------------------------------------------------------------------- /demo_simple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/demo_simple.m -------------------------------------------------------------------------------- /demo_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/demo_single.m -------------------------------------------------------------------------------- /doppler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/doppler.m -------------------------------------------------------------------------------- /face2points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/face2points.m -------------------------------------------------------------------------------- /reflected.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/reflected.m -------------------------------------------------------------------------------- /shadowed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/shadowed.m -------------------------------------------------------------------------------- /sim_resp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDrozdowicz/3dsar-sim/HEAD/sim_resp.m --------------------------------------------------------------------------------