项目作者: jurerotar

项目描述 :
Digital communication demo project aims to provide students with explanations and visualizations of common occurrences in digital communications like signal modulations and signal spectrum.
高级语言: Vue
项目地址: git://github.com/jurerotar/Digital-communications-demo.git
创建时间: 2021-04-07T09:44:59Z
项目社区:https://github.com/jurerotar/Digital-communications-demo

开源协议:MIT License

下载



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

Installation guide

  1. # clone the project
  2. git clone https://github.com/jurerotar/Digital-communications-demo.git
  3. # Install dependencies
  4. npm install
  5. # Starts a development server with hot-reloading
  6. npm run serve