Skip to content

A simple approch of Time Division Multiplexation (TDM) and Amplitude Shift Keying (ASK-OOK) algorithms, developed in C++, with the objective of keep C++ skills refined.

Notifications You must be signed in to change notification settings

DouglasViolante/Simple-Approach-of-TDM-ASK-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Approach of TDM-ASK Algorithms

A simple approch of Time Division Multiplexation (TDM) and Amplitude Shift Keying (ASK-OOK) algoritms, developed in C++, with the objetive of keep C++ skills refined.

ASK Plot made in Python

TDM PLot made in Python

Libraries

  • iostream
  • math
  • algorithm
  • vector

Parameters and Use

The default parameters are for ASK, and they are commented in the code, the code also returns an one column .txt file named "Modulation_Output.txt" with values of voltage in Volts.

Also TDM implementation is made only for 3 input signals.

About

A simple approch of Time Division Multiplexation (TDM) and Amplitude Shift Keying (ASK-OOK) algorithms, developed in C++, with the objective of keep C++ skills refined.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages