Sonohi / monster

MONSTeR is a framework built around the LTE system toolbox available in Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactorize plotting functions to classes

jakthra opened this issue · comments

Base class for plotting should be created. The structure of ENBsummaryPlot and UEsummayPlot can be utilized. functions/scripts to be refactorized includes:

  • createLayoutPlot
  • createPHYplot
  • plotConstDiagramDL
  • plotcoverage
  • plotlinks
  • plotSpectrums

I imagine a parent class that handles base functionalties, such as parent handles and such. Each plot type can then inherit this.