Class 04: Generic Modulation simulation
Class 05: Generic Modulation with Square pulse shaping
Class 06: Generic Modulation with Sinc pulse shaping
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