An open API service indexing awesome lists of open source software.

https://github.com/jurerotar/digital-communications-demo

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.
https://github.com/jurerotar/digital-communications-demo

dark-mode digital-signal-processing javascript katex modulation p5 p5js spectrum tailwindcss typescript vite vitejs vue vue3 vuejs vuex

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          


Digital communications app


GitHub
Netlify
Libraries.io dependency status for GitHub repo
GitHub repo size
GitHub contributors
Contributions

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.

### Who is it for

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.

### Available topics

- Signal spectrum
- Signal modulations
- Harmonics
- Pointers
- Signal correlation
- Inter-symbol interference
- Digital filters

## Built with

- [Vue 3](https://v3.vuejs.org) - Vue is a progressive framework for building user interfaces.
- [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework packed with classes that can be composed to build any design,
directly in your markup.
- [Vuex](https://vuex.vuejs.org) - Vuex is a state management pattern + library for Vue.js applications.
- [p5](https://p5js.org/) - p5 is a JavaScript library for creative coding.
- [katex](https://katex.org) - The fastest math typesetting library for the web.

## Installation guide

```sh
# 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
```