Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.25 KB

GitHub

Digital communications demo

Digital communication demo project aims to provide students with explanations and visualizations of common occurrences in digital communications like signal modulations, signal spectrum,...

Table of contents

Built with

  • 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.

Includes

  • Pointers
  • Harmonics
  • Spectrum
  • Modulations (AM, FM, BASK, BPSK, PAM4)

Installation guide

# 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