Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ freq_res()

float freq_res ( WSeries< double > *  WS)
inline

Definition at line 54 of file wavegraph.hh.

◆ get_map00() [1/2]

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

Definition at line 58 of file wavegraph.hh.

◆ get_map00() [2/2]

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

Definition at line 71 of file wavegraph.hh.

◆ get_map90() [1/2]

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

Definition at line 68 of file wavegraph.hh.

◆ get_map90() [2/2]

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

Definition at line 72 of file wavegraph.hh.

◆ get_scale()

int get_scale ( WSeries< double > *  WS)
inline

Definition at line 45 of file wavegraph.hh.

◆ num_of_freq_bins()

int num_of_freq_bins ( WSeries< double > *  WS)
inline

Definition at line 48 of file wavegraph.hh.

◆ num_of_time_bins()

int num_of_time_bins ( WSeries< double > *  WS)
inline

Definition at line 51 of file wavegraph.hh.

◆ time_res()

float time_res ( WSeries< double > *  WS)
inline

Definition at line 55 of file wavegraph.hh.