NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
wavelet.cpp File Reference
#include "wavelet.hpp"
#include "../ui/error.hpp"
#include "resampler.h"
#include <gsl/gsl_wavelet.h>
#include <cmath>
Include dependency graph for wavelet.cpp:

Go to the source code of this file.

Functions

void calculateWavelet (std::vector< double > &data, WaveletType _type, int k, int dir)
 
NumeRe::Table decodeWaveletData (const std::vector< double > &vWaveletData, const std::vector< double > &vAxisData)
 

Function Documentation

◆ calculateWavelet()

void calculateWavelet ( std::vector< double > &  data,
WaveletType  _type,
int  k,
int  dir 
)

◆ decodeWaveletData()

NumeRe::Table decodeWaveletData ( const std::vector< double > &  vWaveletData,
const std::vector< double > &  vAxisData 
)

Definition at line 99 of file wavelet.cpp.

References Resampler::BOUNDARY_CLAMP, Resampler::get_line(), Resampler::put_line(), NumeRe::Table::setSize(), and NumeRe::Table::setValue().

Referenced by fastWaveletTransform().

Here is the call graph for this function: