Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
wavegraph.hh File Reference
#include <math.h>
#include <vector>
#include <set>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <algorithm>
#include <stdexcept>
#include <limits>
#include "wseries.hh"
#include "wavepath.hh"
Include dependency graph for wavegraph.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  wavegraph
 

Functions

float freq_res (WSeries< double > *WS)
 
float get_map00 (WSeries< double > *WS, int index)
 
float get_map00 (WSeries< double > *WS, int time, int freq)
 
float get_map90 (WSeries< double > *WS, int index)
 
float get_map90 (WSeries< double > *WS, int time, int freq)
 
int get_scale (WSeries< double > *WS)
 
int num_of_freq_bins (WSeries< double > *WS)
 
int num_of_time_bins (WSeries< double > *WS)
 
float time_res (WSeries< double > *WS)
 

Function Documentation

float freq_res ( WSeries< double > *  WS)
inline

Definition at line 36 of file wavegraph.hh.

float get_map00 ( WSeries< double > *  WS,
int  index 
)
inline

Definition at line 40 of file wavegraph.hh.

float get_map00 ( WSeries< double > *  WS,
int  time,
int  freq 
)
inline

Definition at line 53 of file wavegraph.hh.

float get_map90 ( WSeries< double > *  WS,
int  index 
)
inline

Definition at line 50 of file wavegraph.hh.

float get_map90 ( WSeries< double > *  WS,
int  time,
int  freq 
)
inline

Definition at line 54 of file wavegraph.hh.

int get_scale ( WSeries< double > *  WS)
inline

Definition at line 27 of file wavegraph.hh.

int num_of_freq_bins ( WSeries< double > *  WS)
inline

Definition at line 30 of file wavegraph.hh.

int num_of_time_bins ( WSeries< double > *  WS)
inline

Definition at line 33 of file wavegraph.hh.

float time_res ( WSeries< double > *  WS)
inline

Definition at line 37 of file wavegraph.hh.