// RKint.h // // Original author: Ronald Kumon // #ifndef RKINT_H #define RKINT_H void freqproc(const char *outfile, const int NM, const double *V, float *normdB); void normdBproc(const int NM, const double *V, float *normdB); void integrateFixed(const char *outputfile, const char *suffix, const int nm, const int nm2, const double x1, const double x2, const double dx, double *V, double *totaltime, const float *nvec, float *normdB, float *normdBold); void createSuffix(const char *datastr, char *newstr); void openGraph(const float xmax); void eraseAndDrawGraph(const int N, const float *x, const float *y, const float t, float *yold); void closeGraph(void); #endif //RKINT_H