Spectra serial output: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 March 2023

  • curprev 18:2618:26, 19 March 2023Mark talk contribs 2,549 bytes +2,549 Created page with "== Spectrum_Processing.c == <pre> float tempSpectrum1[SPECTRA_SIZE]; float tempSpectrum2[SPECTRA_SIZE]; float tempSpectrum3[SPECTRA_SIZE]; //gets the spectrum from the FPGA and converts it accordingly (ev, cps, uA) //input -- pointer to reading strcuture to put the processed spectrum //intput --uAps that spectrrum was acquired at //output -- processed spectrum int he reading strcuture void processMeasurementSpectrum( float liveTime,volatile STRUCT_READING_DATA* r..."