Skip to content

C++ implementation of the MVC design pattern based on generating and rendering Gaussian and sinusoidal data sets.

Notifications You must be signed in to change notification settings

jpmur/model-view-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Model View Controller

This project is an implementation of the MVC design pattern in the context of a signal generator.

  • The model layer is responsible for generating Gaussian and sinusoidal data sets.
  • The view layer is used to render the generated data sets using various user defined parameter such as amplitude, frequency, phase and number of data points.
  • The controller is used to output the desired data to the user.

About

C++ implementation of the MVC design pattern based on generating and rendering Gaussian and sinusoidal data sets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages