├── JCAS_design.m ├── MO_AltMin.m ├── PSLRindB.m ├── README.md ├── add_solver.m ├── array_response_ULA.m ├── array_response_UPA.m ├── comm_only.m ├── compute_rate.m ├── compute_rate_ICSI.m ├── data_handle.m ├── gen_channel.m ├── gen_q.m ├── gen_q_SCA.m ├── gen_q_channels.m ├── gen_q_subcarrier.m ├── initialize.m ├── load_data.m ├── main_SNR.m ├── main_beamsquint.m ├── opt_radcom.m ├── pc_freqwin.m ├── sig_manif.m ├── sim_data ├── data_comm_8x2x2.mat └── data_sens_8x2x2.mat ├── solve_Cbar.m ├── subcarrier_select.m └── waterfilling.m /JCAS_design.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/JCAS_design.m -------------------------------------------------------------------------------- /MO_AltMin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/MO_AltMin.m -------------------------------------------------------------------------------- /PSLRindB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/PSLRindB.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/README.md -------------------------------------------------------------------------------- /add_solver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/add_solver.m -------------------------------------------------------------------------------- /array_response_ULA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/array_response_ULA.m -------------------------------------------------------------------------------- /array_response_UPA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/array_response_UPA.m -------------------------------------------------------------------------------- /comm_only.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/comm_only.m -------------------------------------------------------------------------------- /compute_rate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/compute_rate.m -------------------------------------------------------------------------------- /compute_rate_ICSI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/compute_rate_ICSI.m -------------------------------------------------------------------------------- /data_handle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/data_handle.m -------------------------------------------------------------------------------- /gen_channel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/gen_channel.m -------------------------------------------------------------------------------- /gen_q.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/gen_q.m -------------------------------------------------------------------------------- /gen_q_SCA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/gen_q_SCA.m -------------------------------------------------------------------------------- /gen_q_channels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/gen_q_channels.m -------------------------------------------------------------------------------- /gen_q_subcarrier.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/gen_q_subcarrier.m -------------------------------------------------------------------------------- /initialize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/initialize.m -------------------------------------------------------------------------------- /load_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/load_data.m -------------------------------------------------------------------------------- /main_SNR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/main_SNR.m -------------------------------------------------------------------------------- /main_beamsquint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/main_beamsquint.m -------------------------------------------------------------------------------- /opt_radcom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/opt_radcom.m -------------------------------------------------------------------------------- /pc_freqwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/pc_freqwin.m -------------------------------------------------------------------------------- /sig_manif.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/sig_manif.m -------------------------------------------------------------------------------- /sim_data/data_comm_8x2x2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/sim_data/data_comm_8x2x2.mat -------------------------------------------------------------------------------- /sim_data/data_sens_8x2x2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/sim_data/data_sens_8x2x2.mat -------------------------------------------------------------------------------- /solve_Cbar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/solve_Cbar.m -------------------------------------------------------------------------------- /subcarrier_select.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/subcarrier_select.m -------------------------------------------------------------------------------- /waterfilling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nhanng9115/Multiuser-MIMO-Wideband-Joint-Communications-and-Sensing-System-with-Subcarrier-Allocation/HEAD/waterfilling.m --------------------------------------------------------------------------------