├── LICENSE.md ├── README.md ├── convergence.jpg ├── functions ├── SINR.m ├── algorithm_BCD.m ├── algorithm_PDD.m ├── generate_arrays.m ├── generate_channel.m ├── para_init.m └── steering_vector.m └── main.m /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/README.md -------------------------------------------------------------------------------- /convergence.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/convergence.jpg -------------------------------------------------------------------------------- /functions/SINR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/SINR.m -------------------------------------------------------------------------------- /functions/algorithm_BCD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/algorithm_BCD.m -------------------------------------------------------------------------------- /functions/algorithm_PDD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/algorithm_PDD.m -------------------------------------------------------------------------------- /functions/generate_arrays.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/generate_arrays.m -------------------------------------------------------------------------------- /functions/generate_channel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/generate_channel.m -------------------------------------------------------------------------------- /functions/para_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/para_init.m -------------------------------------------------------------------------------- /functions/steering_vector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/functions/steering_vector.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaolin820/coupled-phase-shift-STAR-RIS/HEAD/main.m --------------------------------------------------------------------------------