├── DeepUnfolding_Theta.py ├── README.md ├── UnfoldingWithStochasticTheta.py ├── my_model.py ├── my_rician_channel.py ├── operators.py └── parameters_config.py /DeepUnfolding_Theta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/DeepUnfolding_Theta.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/README.md -------------------------------------------------------------------------------- /UnfoldingWithStochasticTheta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/UnfoldingWithStochasticTheta.py -------------------------------------------------------------------------------- /my_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/my_model.py -------------------------------------------------------------------------------- /my_rician_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/my_rician_channel.py -------------------------------------------------------------------------------- /operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/operators.py -------------------------------------------------------------------------------- /parameters_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanzhenliu97/Deep-Unfolding-Beamforming-for-Intelligent-Reflecting-Surface-assisted-Full-Duplex-Systems/HEAD/parameters_config.py --------------------------------------------------------------------------------