├── Noise and non-target filtration adaptive algorithm ├── Functions │ ├── Kernel_pdf.m │ ├── binary_scan_win.m │ ├── density_pdf_fitting.m │ ├── gauss_calc.m │ ├── gauss_gen.m │ ├── noise-range-average-power.mat │ ├── target_params.m │ └── weather_sig_simulator_beta.m └── Main_github.m ├── README.md └── Weatherlike and Phased Array Radar simulator ├── Functions ├── CP.m ├── FR.m ├── cMMSE.m ├── gauss_calc.m ├── gauss_gen.m ├── gen_a.m ├── total_power_reflectivity.m └── weatherlike_spectra_signals.m └── Weatherlike and Phased Array Simulator ├── Analysis_script.m ├── Main.m ├── estimation_accuracies.m └── test_spatial_response.m /Noise and non-target filtration adaptive algorithm/Functions/Kernel_pdf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/Kernel_pdf.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/binary_scan_win.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/binary_scan_win.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/density_pdf_fitting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/density_pdf_fitting.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/gauss_calc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/gauss_calc.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/gauss_gen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/gauss_gen.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/noise-range-average-power.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/noise-range-average-power.mat -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/target_params.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/target_params.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Functions/weather_sig_simulator_beta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Functions/weather_sig_simulator_beta.m -------------------------------------------------------------------------------- /Noise and non-target filtration adaptive algorithm/Main_github.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Noise and non-target filtration adaptive algorithm/Main_github.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/README.md -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/CP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/CP.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/FR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/FR.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/cMMSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/cMMSE.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/gauss_calc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/gauss_calc.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/gauss_gen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/gauss_gen.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/gen_a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/gen_a.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/total_power_reflectivity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/total_power_reflectivity.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Functions/weatherlike_spectra_signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Functions/weatherlike_spectra_signals.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/Analysis_script.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/Analysis_script.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/Main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/Main.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/estimation_accuracies.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/estimation_accuracies.m -------------------------------------------------------------------------------- /Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/test_spatial_response.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/agrd-eng/Phased-Array-Weather-Radar/HEAD/Weatherlike and Phased Array Radar simulator/Weatherlike and Phased Array Simulator/test_spatial_response.m --------------------------------------------------------------------------------