Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lossy.cc File Reference
#include <stdio.h>
#include "waverdc.hh"
#include "Biorthogonal.hh"
#include "wseries.hh"
#include "lossy.hh"
Include dependency graph for lossy.cc:

Functions

int Compress (wavearray< double > &in, int *&out, int Lwt, int Lbt, const double g1, const double g2, int np1, int np2)
 
int Compress (float in[], int nn, int *&out, int Lwt, int Lbt, double g1, double g2, int np1, int np2)
 
int Compress (int in[], int nn, int *&out, int Lwt, int Lbt, double g1, double g2, int np1, int np2)
 
int Compress (short in[], int nn, int *&out, int Lwt, int Lbt, double g1, double g2, int np1, int np2)
 
int unCompress (int *in, wavearray< float > &out)
 
int unCompress (int *in, short *&out)
 
int unCompress (int *in, float *&out)
 

Function Documentation

int Compress ( wavearray< double > &  in,
int *&  out,
int  Lwt,
int  Lbt,
const double  g1,
const double  g2,
int  np1,
int  np2 
)

Definition at line 18 of file lossy.cc.

int Compress ( float  in[],
int  nn,
int *&  out,
int  Lwt,
int  Lbt,
double  g1,
double  g2,
int  np1,
int  np2 
)

Definition at line 289 of file lossy.cc.

int Compress ( int  in[],
int  nn,
int *&  out,
int  Lwt,
int  Lbt,
double  g1,
double  g2,
int  np1,
int  np2 
)

Definition at line 297 of file lossy.cc.

int Compress ( short  in[],
int  nn,
int *&  out,
int  Lwt,
int  Lbt,
double  g1,
double  g2,
int  np1,
int  np2 
)

Definition at line 305 of file lossy.cc.

int unCompress ( int in,
wavearray< float > &  out 
)

Definition at line 158 of file lossy.cc.

int unCompress ( int in,
short *&  out 
)

Definition at line 313 of file lossy.cc.

int unCompress ( int in,
float *&  out 
)

Definition at line 332 of file lossy.cc.