├── CDL ├── CE │ ├── BS │ │ ├── function │ │ │ ├── CE_GenieLS.m │ │ │ ├── CE_LS.m │ │ │ ├── GenScatterXY.m │ │ │ ├── Gradient_descent_rel_Armijo.m │ │ │ ├── HieDic.m │ │ │ ├── NearFieldH.m │ │ │ ├── PSOMP.m │ │ │ ├── PSOMP_CE_narrow.m │ │ │ ├── PSOMP_RIS.m │ │ │ ├── PgOMP_CE.m │ │ │ ├── PgOMP_CE_LA.m │ │ │ ├── PolarCodebook_narrowband_angleBlock.m │ │ │ ├── PolarCodebook_wideband_angleBlock.m │ │ │ ├── SOMP_MMV_CE.m │ │ │ ├── distance.m │ │ │ ├── gOMP_MMV.m │ │ │ ├── gOMP_MMV_CE.m │ │ │ ├── gOMP_MMV_CE_replace.m │ │ │ ├── gOMP_MMV_est.m │ │ │ ├── gen1toArray.m │ │ │ ├── genA_RIS.m │ │ │ ├── genRIS2BS_H.m │ │ │ ├── genScatterUEBS.m │ │ │ ├── genSteerVector.m │ │ │ ├── genb.m │ │ │ └── jointLoc.m │ │ ├── main_far_GenieLS.m │ │ ├── main_far_GenieLS_PathInCluster_1.m │ │ ├── main_far_LA_PgOMP.m │ │ ├── main_far_LA_PgOMP_PathInCluster_1.m │ │ ├── main_far_PSOMP.m │ │ ├── main_far_PSOMP_PathInCluster_1.m │ │ ├── main_far_PgOMP.m │ │ ├── main_far_PgOMP_PathInCluster_1.m │ │ ├── main_near_GenieLS.m │ │ ├── main_near_GenieLS_PathInCluster_1.m │ │ ├── main_near_LA_PgOMP.m │ │ ├── main_near_LA_PgOMP_PathInCluster_1.m │ │ ├── main_near_PSOMP.m │ │ ├── main_near_PSOMP_PathInCluster_1.m │ │ ├── main_near_PgOMP.m │ │ ├── main_near_PgOMP_PathInCluster_1.m │ │ ├── run_far.m │ │ └── run_near.m │ └── RIS │ │ ├── Main_Far_GenieLS.m │ │ ├── Main_Far_GenieLS_PathInCluster_1.m │ │ ├── Main_Far_LA_PgOMP.m │ │ ├── Main_Far_LA_PgOMP_PathInCluster_1.m │ │ ├── Main_Far_PSOMP.m │ │ ├── Main_Far_PgOMP.m │ │ ├── Main_Far_PgOMP_PathInCluster_1.m │ │ ├── Main_Near_GenieLS.m │ │ ├── Main_Near_GenieLS_PathInCluster_1.m │ │ ├── Main_Near_LA_PgOMP.m │ │ ├── Main_Near_LA_PgOMP_PathInCluster_1.m │ │ ├── Main_Near_PSOMP.m │ │ ├── Main_Near_PgOMP.m │ │ ├── Main_Near_PgOMP_PathInCluster_1.m │ │ ├── function │ │ ├── CE_GenieLS.m │ │ ├── CE_GenieLS_RIS.m │ │ ├── CE_LS.m │ │ ├── CE_LS_RIS.m │ │ ├── GenScatterXY.m │ │ ├── Gradient_descent_rel_Armijo.m │ │ ├── HieDic.m │ │ ├── NearFieldH.m │ │ ├── PSOMP.m │ │ ├── PSOMP_CE_RIS.m │ │ ├── PSOMP_RIS.m │ │ ├── PgOMP_CE.m │ │ ├── PgOMP_CE_LA.m │ │ ├── PgOMP_CE_RIS.m │ │ ├── PgOMP_CE_RIS_AS.m │ │ ├── PolarCodebook_narrowband_angleBlock.m │ │ ├── PolarCodebook_wideband_angleBlock.m │ │ ├── distance.m │ │ ├── gOMP_MMV.m │ │ ├── gOMP_MMV_CE.m │ │ ├── gOMP_MMV_CE_2.m │ │ ├── gOMP_MMV_CE_replace.m │ │ ├── gOMP_MMV_est.m │ │ ├── gen1toArray.m │ │ ├── genA_RIS.m │ │ ├── genRIS2BS_H.m │ │ ├── genScatterUEBS.m │ │ ├── genSteerVector.m │ │ ├── genb.m │ │ └── jointLoc.m │ │ ├── run_far.m │ │ └── run_near.m └── localization │ ├── CDF │ ├── main_Bandwidth.m │ ├── main_Base.m │ ├── main_NumBS.m │ ├── main_NumP.m │ ├── main_NumRIS.m │ └── main_UEDistance.m │ ├── GenScatterXY.m │ ├── Gradient_descent_rel_Armijo.m │ ├── HieDic.m │ ├── NearFieldH.m │ ├── PSOMP.m │ ├── PSOMP_RIS.m │ ├── PolarCodebook_narrowband_angleBlock.m │ ├── PolarCodebook_wideband_angleBlock.m │ ├── RMSE_power │ ├── main_Armijo.m │ └── main_Armijo_farfield.m │ ├── Run.m │ ├── distance.m │ ├── gOMP_MMV.m │ ├── gOMP_MMV_est.m │ ├── gen1toArray.m │ ├── genA_RIS.m │ ├── genRIS2BS_H.m │ ├── genScatterUEBS.m │ ├── genSteerVector.m │ ├── genb.m │ └── jointLoc.m ├── CRLB └── CRLB_base │ ├── CRLB_MUSICESPRIT_OnePath │ ├── MUSIC_ESPRIT_CRLB.fig │ ├── MUSIC_ESPRIT_CRLB.jpg │ ├── func │ │ ├── Corr.m │ │ ├── LS_ESPRIT_Algorithm.m │ │ ├── MUSIC.m │ │ ├── TLS_ESPRIT_Algorithm.m │ │ ├── TLS_ESPRIT_Algorithm_Equiv.m │ │ ├── genPartialSteerVector.m │ │ └── genSteerVector.m │ └── main.m │ └── MultiPathMUSICResolution │ ├── CRLBvsNumAnt.fig │ ├── Corr.m │ ├── MUSIC.m │ ├── MUSIC_CRLB_2path.fig │ ├── MUSIC_MultiPath.m │ ├── SuperResolution_NumAnt3.fig │ ├── TLS_ESPRIT_Algorithm.m │ ├── genPartialSteerVector.m │ ├── genSteerVector.m │ ├── main.m │ └── main_CRLB_Antenna.m ├── LICENSE ├── PDL ├── CDF │ ├── Main_MUSICESPRIT_Base.m │ ├── Main_PDL_Bandwidth.m │ ├── Main_PDL_Base.m │ ├── Main_PDL_Near_P.m │ ├── Main_PDL_NumBS.m │ ├── Main_PDL_NumRIS.m │ └── Main_PDL_UEDistance.m ├── GenScatterXY.m ├── Gradient_descent_rel_Armijo.m ├── HieDic.m ├── MUSIC_BS.m ├── MUSIC_noEVD.m ├── NearFieldH.m ├── RMSE_power │ ├── Main_MUSICESPRIT_Far.m │ ├── Main_MUSICESPRIT_Far_NoBSE.m │ ├── Main_MUSICESPRIT_Near.m │ ├── Main_MUSICESPRIT_Near_NoBSE.m │ ├── Main_PDL_Far.m │ └── Main_PDL_Near.m ├── TLS_ESPRIT_Algorithm.m ├── distance.m ├── find_max_cor_theta.m ├── gen1toArray.m ├── genA_RIS.m ├── genRIS2BS_H.m ├── genScatterUEBS.m ├── genSteerVector.m └── genb.m ├── Plot ├── CE_BS_UE_Far.m ├── CE_BS_UE_Near.m ├── CE_RIS_UE_Far.m ├── CE_RIS_UE_Near.m ├── DataFinal │ ├── CE_OMP_BS_UE │ │ ├── far_LA_PgOMP.mat │ │ ├── far_LA_PgOMP_PathInCluster_1.mat │ │ ├── far_LS.mat │ │ ├── far_LS_PathInCluster_1.mat │ │ ├── far_PSOMP.mat │ │ ├── far_PSOMP_PathInCluster_1.mat │ │ ├── far_PgOMP.mat │ │ ├── far_PgOMP_PathInCluster_1.mat │ │ ├── near_LA_PgOMP.mat │ │ ├── near_LA_PgOMP_PathInCluster_1.mat │ │ ├── near_LS.mat │ │ ├── near_LS_PathInCluster_1.mat │ │ ├── near_PSOMP.mat │ │ ├── near_PSOMP_PathInCluster_1.mat │ │ ├── near_PgOMP.mat │ │ └── near_PgOMP_PathInCluster_1.mat │ ├── CE_OMP_RIS_UE │ │ ├── far_LA_PgOMP.mat │ │ ├── far_LA_PgOMP_PathInCluster_1.mat │ │ ├── far_LS.mat │ │ ├── far_LS_PathInCluster_1.mat │ │ ├── far_PSOMP.mat │ │ ├── far_PSOMP_PathInCluster_1.mat │ │ ├── far_PgOMP.mat │ │ ├── far_PgOMP_PathInCluster_1.mat │ │ ├── near_LA_PgOMP_New.mat │ │ ├── near_LA_PgOMP_PathInCluster_1_6_Final.mat │ │ ├── near_LA_PgOMP_PathInCluster_1_New.mat │ │ ├── near_LS.mat │ │ ├── near_LS_PathInCluster_1.mat │ │ ├── near_PSOMP.mat │ │ ├── near_PSOMP_PathInCluster_1.mat │ │ ├── near_PgOMP_New.mat │ │ └── near_PgOMP_PathInCluster_1_Final.mat │ ├── Loc_CDF │ │ ├── NewPDL │ │ │ ├── main_Bandwidth_PDL.mat │ │ │ ├── main_Base_PDL.mat │ │ │ ├── main_Base_PDL_Baseline.mat │ │ │ ├── main_NumBS_PDL.mat │ │ │ ├── main_NumP_PDL.mat │ │ │ ├── main_NumRIS_PDL.mat │ │ │ └── main_UEDistance_PDL.mat │ │ ├── main_Bandwidth_CDL.mat │ │ ├── main_Bandwidth_CDL_100e6_500e6.mat │ │ ├── main_Bandwidth_CDL_1e9_5e9_10e9.mat │ │ ├── main_Bandwidth_CDL_25e8_75e8.mat │ │ ├── main_Base_CDL.mat │ │ ├── main_Base_PDL.mat │ │ ├── main_Base_and_NumP_CDL_16.mat │ │ ├── main_NumBS_CDL_192_256_384.mat │ │ ├── main_NumBS_CDL_512.mat │ │ ├── main_NumBS_CDL_64_128_512.mat │ │ ├── main_NumP_CDL.mat │ │ ├── main_NumP_CDL_32.mat │ │ ├── main_NumRIS_CDL.mat │ │ └── main_UEDistance_CDL.mat │ ├── Loc_RMSE_P │ │ ├── RMSE_P_CDL.mat │ │ └── RMSE_P_PDL.mat │ └── Loc_RMSE_Pt │ │ ├── Backup2 │ │ ├── RMSE_Pt_MUSICESPRIT_Far.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Far_NoBSE.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near_NoBSE.mat │ │ ├── RMSE_Pt_PDL_Far.mat │ │ ├── RMSE_Pt_PDL_Near.mat │ │ ├── RMSE_Pt_far_CDL.mat │ │ └── RMSE_Pt_near_CDL.mat │ │ ├── Combine.m │ │ ├── RMSE_Pt_MUSICESPRIT_Far.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Far_55dBm.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Far_NoBSE.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Far_NoBSE_55dBm.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Far_NoBSE_60dBm.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near_55dBm.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near_NoBSE.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near_NoBSE_55dBm.mat │ │ ├── RMSE_Pt_MUSICESPRIT_Near_NoBSE_60dBm.mat │ │ ├── RMSE_Pt_PDL_Far.mat │ │ ├── RMSE_Pt_PDL_Near.mat │ │ ├── RMSE_Pt_far_CDL.mat │ │ ├── RMSE_Pt_near_CDL.mat │ │ └── backup │ │ ├── RMSE_Pt_MUSICESPRIT_Far.mat │ │ └── RMSE_Pt_MUSICESPRIT_Near.mat ├── FigFinal │ ├── CE_OMP_BS_UE │ │ ├── CE_BS_UE_Far.fig │ │ ├── CE_BS_UE_Far.pdf │ │ ├── CE_BS_UE_Near.fig │ │ ├── CE_BS_UE_Near.pdf │ │ └── NormalSize │ │ │ ├── Copy_of_CE_BS_UE_Far.fig │ │ │ └── Copy_of_CE_BS_UE_Near.fig │ ├── CE_OMP_RIS_UE │ │ ├── CE_RIS_UE_Far.fig │ │ ├── CE_RIS_UE_Far.pdf │ │ ├── CE_RIS_UE_Near.fig │ │ ├── CE_RIS_UE_Near.pdf │ │ └── NormalSize │ │ │ ├── Copy_of_CE_RIS_UE_Far.fig │ │ │ └── Copy_of_CE_RIS_UE_Near.fig │ ├── Loc_CDF │ │ ├── Loc_CDF_Bandwidth_Range.fig │ │ ├── Loc_CDF_Bandwidth_Range.pdf │ │ ├── Loc_CDF_Bandwidth_Theta.fig │ │ ├── Loc_CDF_Bandwidth_Theta.pdf │ │ ├── Loc_CDF_Base_Range.fig │ │ ├── Loc_CDF_Base_Range.pdf │ │ ├── Loc_CDF_Base_Theta.fig │ │ ├── Loc_CDF_Base_Theta.pdf │ │ ├── Loc_CDF_NumBS_Range.fig │ │ ├── Loc_CDF_NumBS_Range.pdf │ │ ├── Loc_CDF_NumBS_Theta.fig │ │ ├── Loc_CDF_NumBS_Theta.pdf │ │ ├── Loc_CDF_NumP_Range.fig │ │ ├── Loc_CDF_NumP_Range.pdf │ │ ├── Loc_CDF_NumP_Theta.fig │ │ ├── Loc_CDF_NumP_Theta.pdf │ │ ├── Loc_CDF_NumRIS_Range.fig │ │ ├── Loc_CDF_NumRIS_Range.pdf │ │ ├── Loc_CDF_NumRIS_Theta.fig │ │ ├── Loc_CDF_NumRIS_Theta.pdf │ │ ├── Loc_CDF_UEDistance_Range.fig │ │ ├── Loc_CDF_UEDistance_Range.pdf │ │ ├── Loc_CDF_UEDistance_Theta.fig │ │ ├── Loc_CDF_UEDistance_Theta.pdf │ │ └── NormalSize │ │ │ ├── Loc_CDF_Bandwidth_Range.fig │ │ │ ├── Loc_CDF_Bandwidth_Theta.fig │ │ │ ├── Loc_CDF_Base_Range.fig │ │ │ ├── Loc_CDF_Base_Theta.fig │ │ │ ├── Loc_CDF_NumBS_Range.fig │ │ │ ├── Loc_CDF_NumBS_Theta.fig │ │ │ ├── Loc_CDF_NumP_Range.fig │ │ │ ├── Loc_CDF_NumP_Theta.fig │ │ │ ├── Loc_CDF_NumRIS_Range.fig │ │ │ ├── Loc_CDF_NumRIS_Theta.fig │ │ │ ├── Loc_CDF_UEDistance_Range.fig │ │ │ └── Loc_CDF_UEDistance_Theta.fig │ └── Loc_RMSE_Pt │ │ ├── NormalSize │ │ ├── RMSE_Pt_Far_Range.fig │ │ ├── RMSE_Pt_Far_Theta.fig │ │ ├── RMSE_Pt_Near_Range.fig │ │ └── RMSE_Pt_Near_Theta.fig │ │ ├── RMSE_Pt_Far_Range.fig │ │ ├── RMSE_Pt_Far_Range.pdf │ │ ├── RMSE_Pt_Far_Theta.fig │ │ ├── RMSE_Pt_Far_Theta.pdf │ │ ├── RMSE_Pt_Near_Range.fig │ │ ├── RMSE_Pt_Near_Range.pdf │ │ ├── RMSE_Pt_Near_Theta.fig │ │ ├── RMSE_Pt_Near_Theta.pdf │ │ ├── RMSE_Pt_Range_NoBSE.fig │ │ ├── RMSE_Pt_Range_NoBSE.pdf │ │ ├── RMSE_Pt_Theta_NoBSE.fig │ │ └── RMSE_Pt_Theta_NoBSE.pdf ├── Loc_CDF_Bandwidth.m ├── Loc_CDF_Base.m ├── Loc_CDF_NumBS.m ├── Loc_CDF_NumP.m ├── Loc_CDF_NumRIS.m ├── Loc_CDF_UEDistance.m ├── Loc_RMSE_Pt_Far_Range.m ├── Loc_RMSE_Pt_Far_Theta.m ├── Loc_RMSE_Pt_Near_Range.m ├── Loc_RMSE_Pt_Near_Theta.m ├── Loc_RMSE_Pt_Range_NoBSE.m └── Loc_RMSE_Pt_Theta_NoBSE.m ├── README.md └── other_fig ├── 3D_BeamSquint ├── Fig │ ├── BS_far_side.fig │ ├── BS_far_side.pdf │ ├── BS_hybrid_side.fig │ └── BS_hybrid_side.pdf ├── beamSquint_2D.m ├── beamSquint_2D_far.m ├── genSteerVector.m └── genb.m └── convex ├── abs_phase.fig ├── abs_phase.pdf ├── code ├── main_M_1.m ├── main_M_1_Abs.fig ├── main_M_1_Rel.fig ├── main_Narrowband.m ├── main_Narrowband_Abs.fig ├── main_Narrowband_Rel.fig ├── main_Paper.m ├── main_Paper_Abs.fig └── main_Paper_Rel.fig ├── rel_phase.fig └── rel_phase.pdf /CDL/CE/BS/function/CE_GenieLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/CE_GenieLS.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/CE_LS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/CE_LS.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/GenScatterXY.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/GenScatterXY.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/Gradient_descent_rel_Armijo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/Gradient_descent_rel_Armijo.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/HieDic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/HieDic.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/NearFieldH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/NearFieldH.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PSOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PSOMP_CE_narrow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PSOMP_CE_narrow.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PSOMP_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PSOMP_RIS.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PgOMP_CE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PgOMP_CE.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PgOMP_CE_LA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PgOMP_CE_LA.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PolarCodebook_narrowband_angleBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PolarCodebook_narrowband_angleBlock.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/PolarCodebook_wideband_angleBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/PolarCodebook_wideband_angleBlock.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/SOMP_MMV_CE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/SOMP_MMV_CE.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/distance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/distance.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/gOMP_MMV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/gOMP_MMV.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/gOMP_MMV_CE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/gOMP_MMV_CE.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/gOMP_MMV_CE_replace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/gOMP_MMV_CE_replace.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/gOMP_MMV_est.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/gOMP_MMV_est.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/gen1toArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/gen1toArray.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/genA_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/genA_RIS.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/genRIS2BS_H.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/genRIS2BS_H.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/genScatterUEBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/genScatterUEBS.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/genSteerVector.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/genb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/genb.m -------------------------------------------------------------------------------- /CDL/CE/BS/function/jointLoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/function/jointLoc.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_GenieLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_GenieLS.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_GenieLS_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_GenieLS_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_LA_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_LA_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_LA_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_LA_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_PSOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_PSOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_PSOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_far_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_far_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_GenieLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_GenieLS.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_GenieLS_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_GenieLS_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_LA_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_LA_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_LA_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_LA_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_PSOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_PSOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_PSOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/BS/main_near_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/main_near_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/BS/run_far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/run_far.m -------------------------------------------------------------------------------- /CDL/CE/BS/run_near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/BS/run_near.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_GenieLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_GenieLS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_GenieLS_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_GenieLS_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_LA_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_LA_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_LA_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_LA_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_PSOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Far_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Far_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_GenieLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_GenieLS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_GenieLS_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_GenieLS_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_LA_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_LA_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_LA_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_LA_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_PSOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_PgOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_PgOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/Main_Near_PgOMP_PathInCluster_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/Main_Near_PgOMP_PathInCluster_1.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/CE_GenieLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/CE_GenieLS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/CE_GenieLS_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/CE_GenieLS_RIS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/CE_LS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/CE_LS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/CE_LS_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/CE_LS_RIS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/GenScatterXY.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/GenScatterXY.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/Gradient_descent_rel_Armijo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/Gradient_descent_rel_Armijo.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/HieDic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/HieDic.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/NearFieldH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/NearFieldH.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PSOMP.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PSOMP_CE_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PSOMP_CE_RIS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PSOMP_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PSOMP_RIS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PgOMP_CE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PgOMP_CE.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PgOMP_CE_LA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PgOMP_CE_LA.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PgOMP_CE_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PgOMP_CE_RIS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PgOMP_CE_RIS_AS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PgOMP_CE_RIS_AS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PolarCodebook_narrowband_angleBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PolarCodebook_narrowband_angleBlock.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/PolarCodebook_wideband_angleBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/PolarCodebook_wideband_angleBlock.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/distance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/distance.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/gOMP_MMV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/gOMP_MMV.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/gOMP_MMV_CE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/gOMP_MMV_CE.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/gOMP_MMV_CE_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/gOMP_MMV_CE_2.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/gOMP_MMV_CE_replace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/gOMP_MMV_CE_replace.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/gOMP_MMV_est.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/gOMP_MMV_est.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/gen1toArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/gen1toArray.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/genA_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/genA_RIS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/genRIS2BS_H.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/genRIS2BS_H.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/genScatterUEBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/genScatterUEBS.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/genSteerVector.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/genb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/genb.m -------------------------------------------------------------------------------- /CDL/CE/RIS/function/jointLoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/function/jointLoc.m -------------------------------------------------------------------------------- /CDL/CE/RIS/run_far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/run_far.m -------------------------------------------------------------------------------- /CDL/CE/RIS/run_near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/CE/RIS/run_near.m -------------------------------------------------------------------------------- /CDL/localization/CDF/main_Bandwidth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/CDF/main_Bandwidth.m -------------------------------------------------------------------------------- /CDL/localization/CDF/main_Base.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/CDF/main_Base.m -------------------------------------------------------------------------------- /CDL/localization/CDF/main_NumBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/CDF/main_NumBS.m -------------------------------------------------------------------------------- /CDL/localization/CDF/main_NumP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/CDF/main_NumP.m -------------------------------------------------------------------------------- /CDL/localization/CDF/main_NumRIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/CDF/main_NumRIS.m -------------------------------------------------------------------------------- /CDL/localization/CDF/main_UEDistance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/CDF/main_UEDistance.m -------------------------------------------------------------------------------- /CDL/localization/GenScatterXY.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/GenScatterXY.m -------------------------------------------------------------------------------- /CDL/localization/Gradient_descent_rel_Armijo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/Gradient_descent_rel_Armijo.m -------------------------------------------------------------------------------- /CDL/localization/HieDic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/HieDic.m -------------------------------------------------------------------------------- /CDL/localization/NearFieldH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/NearFieldH.m -------------------------------------------------------------------------------- /CDL/localization/PSOMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/PSOMP.m -------------------------------------------------------------------------------- /CDL/localization/PSOMP_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/PSOMP_RIS.m -------------------------------------------------------------------------------- /CDL/localization/PolarCodebook_narrowband_angleBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/PolarCodebook_narrowband_angleBlock.m -------------------------------------------------------------------------------- /CDL/localization/PolarCodebook_wideband_angleBlock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/PolarCodebook_wideband_angleBlock.m -------------------------------------------------------------------------------- /CDL/localization/RMSE_power/main_Armijo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/RMSE_power/main_Armijo.m -------------------------------------------------------------------------------- /CDL/localization/RMSE_power/main_Armijo_farfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/RMSE_power/main_Armijo_farfield.m -------------------------------------------------------------------------------- /CDL/localization/Run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/Run.m -------------------------------------------------------------------------------- /CDL/localization/distance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/distance.m -------------------------------------------------------------------------------- /CDL/localization/gOMP_MMV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/gOMP_MMV.m -------------------------------------------------------------------------------- /CDL/localization/gOMP_MMV_est.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/gOMP_MMV_est.m -------------------------------------------------------------------------------- /CDL/localization/gen1toArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/gen1toArray.m -------------------------------------------------------------------------------- /CDL/localization/genA_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/genA_RIS.m -------------------------------------------------------------------------------- /CDL/localization/genRIS2BS_H.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/genRIS2BS_H.m -------------------------------------------------------------------------------- /CDL/localization/genScatterUEBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/genScatterUEBS.m -------------------------------------------------------------------------------- /CDL/localization/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/genSteerVector.m -------------------------------------------------------------------------------- /CDL/localization/genb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/genb.m -------------------------------------------------------------------------------- /CDL/localization/jointLoc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CDL/localization/jointLoc.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/MUSIC_ESPRIT_CRLB.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/MUSIC_ESPRIT_CRLB.fig -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/MUSIC_ESPRIT_CRLB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/MUSIC_ESPRIT_CRLB.jpg -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/Corr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/Corr.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/LS_ESPRIT_Algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/LS_ESPRIT_Algorithm.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/MUSIC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/MUSIC.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/TLS_ESPRIT_Algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/TLS_ESPRIT_Algorithm.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/TLS_ESPRIT_Algorithm_Equiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/TLS_ESPRIT_Algorithm_Equiv.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/genPartialSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/genPartialSteerVector.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/func/genSteerVector.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/CRLB_MUSICESPRIT_OnePath/main.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/CRLBvsNumAnt.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/CRLBvsNumAnt.fig -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/Corr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/Corr.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/MUSIC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/MUSIC.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/MUSIC_CRLB_2path.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/MUSIC_CRLB_2path.fig -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/MUSIC_MultiPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/MUSIC_MultiPath.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/SuperResolution_NumAnt3.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/SuperResolution_NumAnt3.fig -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/TLS_ESPRIT_Algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/TLS_ESPRIT_Algorithm.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/genPartialSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/genPartialSteerVector.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/genSteerVector.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/main.m -------------------------------------------------------------------------------- /CRLB/CRLB_base/MultiPathMUSICResolution/main_CRLB_Antenna.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/CRLB/CRLB_base/MultiPathMUSICResolution/main_CRLB_Antenna.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/LICENSE -------------------------------------------------------------------------------- /PDL/CDF/Main_MUSICESPRIT_Base.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_MUSICESPRIT_Base.m -------------------------------------------------------------------------------- /PDL/CDF/Main_PDL_Bandwidth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_PDL_Bandwidth.m -------------------------------------------------------------------------------- /PDL/CDF/Main_PDL_Base.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_PDL_Base.m -------------------------------------------------------------------------------- /PDL/CDF/Main_PDL_Near_P.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_PDL_Near_P.m -------------------------------------------------------------------------------- /PDL/CDF/Main_PDL_NumBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_PDL_NumBS.m -------------------------------------------------------------------------------- /PDL/CDF/Main_PDL_NumRIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_PDL_NumRIS.m -------------------------------------------------------------------------------- /PDL/CDF/Main_PDL_UEDistance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/CDF/Main_PDL_UEDistance.m -------------------------------------------------------------------------------- /PDL/GenScatterXY.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/GenScatterXY.m -------------------------------------------------------------------------------- /PDL/Gradient_descent_rel_Armijo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/Gradient_descent_rel_Armijo.m -------------------------------------------------------------------------------- /PDL/HieDic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/HieDic.m -------------------------------------------------------------------------------- /PDL/MUSIC_BS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/MUSIC_BS.m -------------------------------------------------------------------------------- /PDL/MUSIC_noEVD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/MUSIC_noEVD.m -------------------------------------------------------------------------------- /PDL/NearFieldH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/NearFieldH.m -------------------------------------------------------------------------------- /PDL/RMSE_power/Main_MUSICESPRIT_Far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/RMSE_power/Main_MUSICESPRIT_Far.m -------------------------------------------------------------------------------- /PDL/RMSE_power/Main_MUSICESPRIT_Far_NoBSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/RMSE_power/Main_MUSICESPRIT_Far_NoBSE.m -------------------------------------------------------------------------------- /PDL/RMSE_power/Main_MUSICESPRIT_Near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/RMSE_power/Main_MUSICESPRIT_Near.m -------------------------------------------------------------------------------- /PDL/RMSE_power/Main_MUSICESPRIT_Near_NoBSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/RMSE_power/Main_MUSICESPRIT_Near_NoBSE.m -------------------------------------------------------------------------------- /PDL/RMSE_power/Main_PDL_Far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/RMSE_power/Main_PDL_Far.m -------------------------------------------------------------------------------- /PDL/RMSE_power/Main_PDL_Near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/RMSE_power/Main_PDL_Near.m -------------------------------------------------------------------------------- /PDL/TLS_ESPRIT_Algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/TLS_ESPRIT_Algorithm.m -------------------------------------------------------------------------------- /PDL/distance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/distance.m -------------------------------------------------------------------------------- /PDL/find_max_cor_theta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/find_max_cor_theta.m -------------------------------------------------------------------------------- /PDL/gen1toArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/gen1toArray.m -------------------------------------------------------------------------------- /PDL/genA_RIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/genA_RIS.m -------------------------------------------------------------------------------- /PDL/genRIS2BS_H.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/genRIS2BS_H.m -------------------------------------------------------------------------------- /PDL/genScatterUEBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/genScatterUEBS.m -------------------------------------------------------------------------------- /PDL/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/genSteerVector.m -------------------------------------------------------------------------------- /PDL/genb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/PDL/genb.m -------------------------------------------------------------------------------- /Plot/CE_BS_UE_Far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/CE_BS_UE_Far.m -------------------------------------------------------------------------------- /Plot/CE_BS_UE_Near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/CE_BS_UE_Near.m -------------------------------------------------------------------------------- /Plot/CE_RIS_UE_Far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/CE_RIS_UE_Far.m -------------------------------------------------------------------------------- /Plot/CE_RIS_UE_Near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/CE_RIS_UE_Near.m -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_LA_PgOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_LA_PgOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_LA_PgOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_LA_PgOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_LS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_LS.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_LS_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_LS_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_PSOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_PSOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_PSOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_PSOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_PgOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_PgOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/far_PgOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/far_PgOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_LA_PgOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_LA_PgOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_LA_PgOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_LA_PgOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_LS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_LS.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_LS_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_LS_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_PSOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_PSOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_PSOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_PSOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_PgOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_PgOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_BS_UE/near_PgOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_BS_UE/near_PgOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_LA_PgOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_LA_PgOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_LA_PgOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_LA_PgOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_LS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_LS.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_LS_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_LS_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_PSOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_PSOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_PSOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_PSOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_PgOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_PgOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/far_PgOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/far_PgOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_LA_PgOMP_New.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_LA_PgOMP_New.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_LA_PgOMP_PathInCluster_1_6_Final.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_LA_PgOMP_PathInCluster_1_6_Final.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_LA_PgOMP_PathInCluster_1_New.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_LA_PgOMP_PathInCluster_1_New.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_LS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_LS.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_LS_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_LS_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_PSOMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_PSOMP.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_PSOMP_PathInCluster_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_PSOMP_PathInCluster_1.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_PgOMP_New.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_PgOMP_New.mat -------------------------------------------------------------------------------- /Plot/DataFinal/CE_OMP_RIS_UE/near_PgOMP_PathInCluster_1_Final.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/CE_OMP_RIS_UE/near_PgOMP_PathInCluster_1_Final.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_Bandwidth_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_Bandwidth_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_Base_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_Base_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_Base_PDL_Baseline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_Base_PDL_Baseline.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_NumBS_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_NumBS_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_NumP_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_NumP_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_NumRIS_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_NumRIS_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/NewPDL/main_UEDistance_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/NewPDL/main_UEDistance_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL_100e6_500e6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL_100e6_500e6.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL_1e9_5e9_10e9.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL_1e9_5e9_10e9.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL_25e8_75e8.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Bandwidth_CDL_25e8_75e8.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Base_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Base_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Base_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Base_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_Base_and_NumP_CDL_16.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_Base_and_NumP_CDL_16.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_NumBS_CDL_192_256_384.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_NumBS_CDL_192_256_384.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_NumBS_CDL_512.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_NumBS_CDL_512.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_NumBS_CDL_64_128_512.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_NumBS_CDL_64_128_512.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_NumP_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_NumP_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_NumP_CDL_32.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_NumP_CDL_32.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_NumRIS_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_NumRIS_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_CDF/main_UEDistance_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_CDF/main_UEDistance_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_P/RMSE_P_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_P/RMSE_P_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_P/RMSE_P_PDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_P/RMSE_P_PDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Far.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Far.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Far_NoBSE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Far_NoBSE.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Near.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Near.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Near_NoBSE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_MUSICESPRIT_Near_NoBSE.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_PDL_Far.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_PDL_Far.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_PDL_Near.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_PDL_Near.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_far_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_far_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_near_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Backup2/RMSE_Pt_near_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/Combine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/Combine.m -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_55dBm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_55dBm.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_NoBSE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_NoBSE.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_NoBSE_55dBm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_NoBSE_55dBm.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_NoBSE_60dBm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Far_NoBSE_60dBm.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_55dBm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_55dBm.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_NoBSE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_NoBSE.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_NoBSE_55dBm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_NoBSE_55dBm.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_NoBSE_60dBm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_MUSICESPRIT_Near_NoBSE_60dBm.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_PDL_Far.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_PDL_Far.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_PDL_Near.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_PDL_Near.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_far_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_far_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_near_CDL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/RMSE_Pt_near_CDL.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/backup/RMSE_Pt_MUSICESPRIT_Far.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/backup/RMSE_Pt_MUSICESPRIT_Far.mat -------------------------------------------------------------------------------- /Plot/DataFinal/Loc_RMSE_Pt/backup/RMSE_Pt_MUSICESPRIT_Near.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/DataFinal/Loc_RMSE_Pt/backup/RMSE_Pt_MUSICESPRIT_Near.mat -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Far.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Far.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Far.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Far.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Near.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Near.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Near.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_BS_UE/CE_BS_UE_Near.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_BS_UE/NormalSize/Copy_of_CE_BS_UE_Far.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_BS_UE/NormalSize/Copy_of_CE_BS_UE_Far.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_BS_UE/NormalSize/Copy_of_CE_BS_UE_Near.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_BS_UE/NormalSize/Copy_of_CE_BS_UE_Near.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Far.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Far.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Far.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Far.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Near.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Near.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Near.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_RIS_UE/CE_RIS_UE_Near.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_RIS_UE/NormalSize/Copy_of_CE_RIS_UE_Far.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_RIS_UE/NormalSize/Copy_of_CE_RIS_UE_Far.fig -------------------------------------------------------------------------------- /Plot/FigFinal/CE_OMP_RIS_UE/NormalSize/Copy_of_CE_RIS_UE_Near.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/CE_OMP_RIS_UE/NormalSize/Copy_of_CE_RIS_UE_Near.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Bandwidth_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_Base_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumBS_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumP_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_NumRIS_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/Loc_CDF_UEDistance_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Bandwidth_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Bandwidth_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Bandwidth_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Bandwidth_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Base_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Base_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Base_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_Base_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumBS_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumBS_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumBS_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumBS_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumP_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumP_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumP_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumP_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumRIS_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumRIS_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumRIS_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_NumRIS_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_UEDistance_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_UEDistance_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_UEDistance_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_CDF/NormalSize/Loc_CDF_UEDistance_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Far_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Far_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Far_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Far_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Near_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Near_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Near_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/NormalSize/RMSE_Pt_Near_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Far_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Range.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Range.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Range.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Range.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Theta.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Theta.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Theta.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Near_Theta.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Range_NoBSE.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Range_NoBSE.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Range_NoBSE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Range_NoBSE.pdf -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Theta_NoBSE.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Theta_NoBSE.fig -------------------------------------------------------------------------------- /Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Theta_NoBSE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/FigFinal/Loc_RMSE_Pt/RMSE_Pt_Theta_NoBSE.pdf -------------------------------------------------------------------------------- /Plot/Loc_CDF_Bandwidth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_CDF_Bandwidth.m -------------------------------------------------------------------------------- /Plot/Loc_CDF_Base.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_CDF_Base.m -------------------------------------------------------------------------------- /Plot/Loc_CDF_NumBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_CDF_NumBS.m -------------------------------------------------------------------------------- /Plot/Loc_CDF_NumP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_CDF_NumP.m -------------------------------------------------------------------------------- /Plot/Loc_CDF_NumRIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_CDF_NumRIS.m -------------------------------------------------------------------------------- /Plot/Loc_CDF_UEDistance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_CDF_UEDistance.m -------------------------------------------------------------------------------- /Plot/Loc_RMSE_Pt_Far_Range.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_RMSE_Pt_Far_Range.m -------------------------------------------------------------------------------- /Plot/Loc_RMSE_Pt_Far_Theta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_RMSE_Pt_Far_Theta.m -------------------------------------------------------------------------------- /Plot/Loc_RMSE_Pt_Near_Range.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_RMSE_Pt_Near_Range.m -------------------------------------------------------------------------------- /Plot/Loc_RMSE_Pt_Near_Theta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_RMSE_Pt_Near_Theta.m -------------------------------------------------------------------------------- /Plot/Loc_RMSE_Pt_Range_NoBSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_RMSE_Pt_Range_NoBSE.m -------------------------------------------------------------------------------- /Plot/Loc_RMSE_Pt_Theta_NoBSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/Plot/Loc_RMSE_Pt_Theta_NoBSE.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/README.md -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/Fig/BS_far_side.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/Fig/BS_far_side.fig -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/Fig/BS_far_side.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/Fig/BS_far_side.pdf -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/Fig/BS_hybrid_side.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/Fig/BS_hybrid_side.fig -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/Fig/BS_hybrid_side.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/Fig/BS_hybrid_side.pdf -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/beamSquint_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/beamSquint_2D.m -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/beamSquint_2D_far.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/beamSquint_2D_far.m -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/genSteerVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/genSteerVector.m -------------------------------------------------------------------------------- /other_fig/3D_BeamSquint/genb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/3D_BeamSquint/genb.m -------------------------------------------------------------------------------- /other_fig/convex/abs_phase.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/abs_phase.fig -------------------------------------------------------------------------------- /other_fig/convex/abs_phase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/abs_phase.pdf -------------------------------------------------------------------------------- /other_fig/convex/code/main_M_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_M_1.m -------------------------------------------------------------------------------- /other_fig/convex/code/main_M_1_Abs.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_M_1_Abs.fig -------------------------------------------------------------------------------- /other_fig/convex/code/main_M_1_Rel.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_M_1_Rel.fig -------------------------------------------------------------------------------- /other_fig/convex/code/main_Narrowband.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_Narrowband.m -------------------------------------------------------------------------------- /other_fig/convex/code/main_Narrowband_Abs.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_Narrowband_Abs.fig -------------------------------------------------------------------------------- /other_fig/convex/code/main_Narrowband_Rel.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_Narrowband_Rel.fig -------------------------------------------------------------------------------- /other_fig/convex/code/main_Paper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_Paper.m -------------------------------------------------------------------------------- /other_fig/convex/code/main_Paper_Abs.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_Paper_Abs.fig -------------------------------------------------------------------------------- /other_fig/convex/code/main_Paper_Rel.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/code/main_Paper_Rel.fig -------------------------------------------------------------------------------- /other_fig/convex/rel_phase.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/rel_phase.fig -------------------------------------------------------------------------------- /other_fig/convex/rel_phase.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiZhuoRan0/RIS-AidedChannelEstandLocalization_THzHybridFieldBeamSquint/HEAD/other_fig/convex/rel_phase.pdf --------------------------------------------------------------------------------