Skip to content

joary/telclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telclass

A Different Way to Study Telecommunications.

Part I - Symbol Based Simulations

Class 01: PAM simulation

Class 02: PSK simulation

Class 03: QAM simulation

Class 04: Generic Modulation simulation

Part II - Sample Based Simulations

Class 05: Generic Modulation with Square pulse shaping

Class 06: Generic Modulation with Sinc pulse shaping

Base Infrastructure:

The scripts have been tested with gnuradio version 3.7.11.

For those who use docker, a precompiled docker container can be found here.

To download the container run:

docker pull joarypl/docker-telclass

To start the container run:

xhost + local:docker
docker run --name telclass \
  -ti --net=host --ulimit rtprio=99 --privileged \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -v /dev/bus/usb:/dev/bus/usb \
   telclass:latest bash
docker stop telclass
docker rm telclass

A new bash terminal will open. Then navigate to the directory /home/telclass/grc/ and run any of the existing classes.

cd /home/telclass/grc/C01_simple_pam/
gnuradio-companion ./simple_pam.grc

About

Telecom Class Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors