|
JS8Call-Improved master
|
member function of the UI_Constructor class creates the waterfall spectrum More...
#include "JS8_UI/mainwindow.h"
Functions | |
| void | flat1 (float const *const savg, int const iz, int const nsmo, float *const slin) |
| void | smo (float const *const a, float *const b, int const npts, int const nadd) |
member function of the UI_Constructor class creates the waterfall spectrum
| void flat1 | ( | float const *const | savg, |
| int const | iz, | ||
| int const | nsmo, | ||
| float *const | slin ) |
Emulation of the Fortran 'flat1' subroutine.

| void smo | ( | float const *const | a, |
| float *const | b, | ||
| int const | npts, | ||
| int const | nadd ) |
Emulation of the Fortran 'smo' subroutine. However, doesn't copy the data back from b to a; rather, a is input and, b is output. Since we invariably call this twice, we can just swap the order of the arrays to achieve the same result without the extra two copy operations.
