Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Define and cut the spectral regions for signal and reference band.
  • Integrate in columns .Evaluate and evaluate two 1024-bin spectra, fs and fr, and their relative difference : r= 2(fs-fr)/(fs+fr).
  • Put 3 spectra in the event as ndarray<double,2> object.
  • Save spectra in the text file, 1024 x 3 lines of float numbers, if necessary.

...