Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 416 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 416 Bytes

DSP

Fits model function to a set of waveforms.

Download

  git clone https://github.com/ComputationalRadiationPhysics/DSP.git

Build

  cd DSP/src
  make

Run

  # in DSP/src
  make run
  # or
  ./DSP <FILENAME>

Checking results

You can display the fit and orginal data in one diagram with the Viewer

   cd src/viewer/
   make clean
   make run