JS8Call-Improved master
Loading...
Searching...
No Matches
dataSink.cpp File Reference

member function of the UI_Constructor class creates the waterfall spectrum More...

#include "JS8_UI/mainwindow.h"
Include dependency graph for dataSink.cpp:

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)

Detailed Description

member function of the UI_Constructor class creates the waterfall spectrum

Function Documentation

◆ flat1()

void flat1 ( float const *const savg,
int const iz,
int const nsmo,
float *const slin )

Emulation of the Fortran 'flat1' subroutine.

Here is the caller graph for this function:

◆ smo()

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.

Here is the caller graph for this function: