본문 바로가기
반응형

NS3기반 LTE 시스템 레벨 시뮬레이터/NS-313

[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.
[NS-3][우분투 20.04][lena-rem-sector-antenna]REM Print # 개발 환경 - 메인보드: [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 출력 단계 1. src/lte/examples폴더 안에 들어있는 lena-rem-sector-antenna.cc파일을 scratch 폴더 안에 넣는다. 2. lena-rem-sector-antenna.cc 코드를 다음 명령어를 통해 실행시킴 ./waf --run scratch/lena-rem-sector-antenna 3. 생성 파일 확인 rem.out 파일이 생성됨. .. 2021. 10. 12.
반응형