GPLIB++
Functions
freqinter.cpp File Reference
#include <iostream>
#include <iomanip>
#include <vector>
#include "MTStationList.h"
#include "Util.h"

Go to the source code of this file.

Functions

void Interpolate (const std::vector< double > &xvalues, const std::vector< double > &yvalues, const std::vector< double > &InterpX, std::vector< double > &InterpY)
 
void InterpolateError (const std::vector< double > &xvalues, const std::vector< double > &yvalues, const std::vector< double > &InterpX, std::vector< double > &InterpY)
 
void SetMissing (std::complex< double > &value, double &error)
 
int main (int argc, char *argv[])
 

Function Documentation

void Interpolate ( const std::vector< double > &  xvalues,
const std::vector< double > &  yvalues,
const std::vector< double > &  InterpX,
std::vector< double > &  InterpY 
)

Definition at line 9 of file freqinter.cpp.

Referenced by main().

void InterpolateError ( const std::vector< double > &  xvalues,
const std::vector< double > &  yvalues,
const std::vector< double > &  InterpX,
std::vector< double > &  InterpY 
)

Definition at line 48 of file freqinter.cpp.

Referenced by main().

int main ( int  argc,
char *  argv[] 
)
void SetMissing ( std::complex< double > &  value,
double &  error 
)

Definition at line 85 of file freqinter.cpp.

Referenced by main().