├── CRLB_approximation_2Ts.m ├── CRLB_approximation_3Ts.m ├── Fig_1.m ├── Fig_2.m ├── Fig_3.m ├── Fig_4.m ├── Fig_5.m ├── Fig_6.m ├── Fig_7.m ├── Power_CRLB_2Ts.fig ├── Power_SINR_2Ts.fig ├── Power_SINR_3Ts.fig ├── Power_x_2Ts.fig ├── SDR_solution_2Ts.m ├── SDR_solution_3Ts.m ├── Separate_design_2Ts.m ├── Separate_design_3Ts.m ├── Settings_2Ts.m ├── Settings_3Ts.m ├── Sp.m ├── cc.m └── readme.txt /CRLB_approximation_2Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/CRLB_approximation_2Ts.m -------------------------------------------------------------------------------- /CRLB_approximation_3Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/CRLB_approximation_3Ts.m -------------------------------------------------------------------------------- /Fig_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_1.m -------------------------------------------------------------------------------- /Fig_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_2.m -------------------------------------------------------------------------------- /Fig_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_3.m -------------------------------------------------------------------------------- /Fig_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_4.m -------------------------------------------------------------------------------- /Fig_5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_5.m -------------------------------------------------------------------------------- /Fig_6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_6.m -------------------------------------------------------------------------------- /Fig_7.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Fig_7.m -------------------------------------------------------------------------------- /Power_CRLB_2Ts.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Power_CRLB_2Ts.fig -------------------------------------------------------------------------------- /Power_SINR_2Ts.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Power_SINR_2Ts.fig -------------------------------------------------------------------------------- /Power_SINR_3Ts.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Power_SINR_3Ts.fig -------------------------------------------------------------------------------- /Power_x_2Ts.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Power_x_2Ts.fig -------------------------------------------------------------------------------- /SDR_solution_2Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/SDR_solution_2Ts.m -------------------------------------------------------------------------------- /SDR_solution_3Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/SDR_solution_3Ts.m -------------------------------------------------------------------------------- /Separate_design_2Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Separate_design_2Ts.m -------------------------------------------------------------------------------- /Separate_design_3Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Separate_design_3Ts.m -------------------------------------------------------------------------------- /Settings_2Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Settings_2Ts.m -------------------------------------------------------------------------------- /Settings_3Ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Settings_3Ts.m -------------------------------------------------------------------------------- /Sp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/Sp.m -------------------------------------------------------------------------------- /cc.m: -------------------------------------------------------------------------------- 1 | clear; 2 | clc; -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ky0313JA/Power-Resource-Allocation-for-ISAC/HEAD/readme.txt --------------------------------------------------------------------------------