Skip to content

This repository is a code to perform analytical model on beam-sweeping random access analytical model in c

Notifications You must be signed in to change notification settings

akmalns/Beam-Sweeping-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beam-Sweeping-Code

This repository is a code to perform analytical model on beam-sweeping random access analytical model in c

C compilation guide using GCC compiler

gcc -Wall -c code.c
gcc -Wall -c main_func.c
gcc -o <program name> code.o main_func.o

Change the "program name" with your preferred program name

About

This repository is a code to perform analytical model on beam-sweeping random access analytical model in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages