Ecosyste.ms: Awesome
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: about 4 hours 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.
- Host: GitHub
- URL: https://github.com/jurerotar/digital-communications-demo
- Owner: jurerotar
- License: mit
- Created: 2021-04-07T09:44:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T12:49:48.000Z (4 months ago)
- Last Synced: 2024-07-26T14:21:22.044Z (4 months ago)
- Topics: dark-mode, digital-signal-processing, javascript, katex, modulation, p5, p5js, spectrum, tailwindcss, typescript, vite, vitejs, vue, vue3, vuejs, vuex
- Language: Vue
- Homepage: https://digital-communications-demo.netlify.app/
- Size: 2.08 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Digital communications app
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## Table of contents
* [Built with](#Built-with)
* [Installation guide](#Installation-guide)## 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# Compiles and minifies for production
npm run build# Lints and fixes files
npm run lint
```