본문 바로가기
반응형

전체 글235

[NS-3][우분투 20.04]REM에 기지국 단말기 정보 출력 # 개발 환경 - 메인보드: [ASUS]ROG Maximus XI Hero-Wifi(Z390) - CPU: [Intel]i7-8700 - 램: [Samsung]DDR4 21300 32G(16x2) - 운영체제: Ubuntu 20.04 - NS3: 3.34 - GNU plot: 5.4version, QT terminal type # 목표 REM에 기지국, 단말기 정보 출력을 위해 lena-dual-stripe에서 enb.txt, ues.txt 출력 코드를 내 코드에 적용. 1) PrintGnuplottableEnbListToFile ("enbs.txt"); 2) PrintGnuplottableUeListToFile ("ues.txt"); # 진행사항. 1) 내 헤더파일에 "PrintGnuplottableU.. 2021. 10. 15.
[NS-3][우분투 20.04]LteHexGridEnbTopology 기지국 위치 변경 # 개발 환경 - 메인보드: [ASUS]ROG Maximus XI Hero-Wifi(Z390) - CPU: [Intel]i7-8700 - 램: [Samsung]DDR4 21300 32G(16x2) - 운영체제: Ubuntu 20.04 - NS3: 3.34 - GNU plot: 5.4version, QT terminal type # 기지국 위치 변경 방법 NS3에서 제공하는 lena-dual-stripe.cc에서는 기지국 위치관련 세팅이 아래와 같이 되어있다. double interSiteDistance=500; lteHexGridEnbTopologyHelper->SetAttribute ("MinX", DoubleValue (interSiteDistance/2)); 위와 같이 설정된 경우, Topology.. 2021. 10. 13.
[NS-3][우분투 20.04]Three sector (LteHexGridEnbTopology) # 개발 환경 - 메인보드: [ASUS]ROG Maximus XI Hero-Wifi(Z390) - CPU: [Intel]i7-8700 - 램: [Samsung]DDR4 21300 32G(16x2) - 운영체제: Ubuntu 20.04 - NS3: 3.34 - GNU plot: 5.4version, QT terminal type # 시뮬레이션 조건 LoS 로 설정(hybrid buildingmodel, Los2NlosThr: 1e6) # 테스트 환경 1. Three sector using hex with cosine model 2. Three sector using hex with parabolic model # code for 1,2 double interSiteDistance=500; uint32_t .. 2021. 10. 12.
[NS-3][우분투 20.04]three sector generation # 개발 환경 - 메인보드: [ASUS]ROG Maximus XI Hero-Wifi(Z390) - CPU: [Intel]i7-8700 - 램: [Samsung]DDR4 21300 32G(16x2) - 운영체제: Ubuntu 20.04 - NS3: 3.34 - GNU plot: 5.4version, QT terminal type # 시뮬레이션 조건 LoS 로 설정(hybrid buildingmodel, Los2NlosThr: 1e6) # 테스트 환경 1. Three sector with cosine model 2. Three sector with parabolic model 3. Three sector using hex with cosine model 4. Three sector using hex with.. 2021. 10. 12.
반응형