Digital communications app is an open source tool designed to help electrical engineering and computer science students better understand and visualize the complex concepts of digital signal modulations and transformations. This application offers a unique and interactive approach to learning, allowing students to see the effects of different modulations and transformations on signals in real-time, while also providing detailed explanations to reinforce their understanding.
Digital communications app is freely available, making it accessible to students and educators all over the world. Whether you're a beginner or an advanced student, this application is a valuable resource that will help you expand your knowledge and deepen your understanding of digital signal modulations and transformations.
- Signal spectrum
- Signal modulations
- Harmonics
- Pointers
- Signal correlation
- Inter-symbol interference
- Digital filters
- Vue 3 - Vue is a progressive framework for building user interfaces.
- Tailwind CSS - A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- Vuex - Vuex is a state management pattern + library for Vue.js applications.
- p5 - p5 is a JavaScript library for creative coding.
- katex - The fastest math typesetting library for the web.
# clone the project
git clone https://github.com/jurerotar/Digital-communications-demo.git
# Install dependencies
npm install
# Starts a development server with hot-reloading
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint