Digital communication demo project aims to provide students with explanations and visualizations of common occurrences in digital communications like signal modulations, signal spectrum,...
- Tailwind CSS - A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- Vue 3 - Vue is a progressive framework for building user interfaces.
- Vuex - Vuex is a state management pattern + library for Vue.js applications.
- p5 - p5 is a JavaScript library for creative coding.
- Pointers
- Harmonics
- Spectrum
- Modulations (AM, FM, BASK, BPSK, PAM4)
# clone the project
git clone https://github.com/jurerotar/Digital-communications-demo.git
# Project setup
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint