Utility class for emitter power and frequency.  
 More...
#include <JAcousticsSupportkit.hh>
Utility class for emitter power and frequency. 
Definition at line 103 of file JAcousticsSupportkit.hh.
  
  | 
        
          | JACOUSTICS::JWaveform::JWaveform | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | JACOUSTICS::JWaveform::JWaveform | ( | const double | Q0, |  
          |  |  | const double | f_kHz |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | static double JACOUSTICS::JWaveform::getDmin | ( |  | ) |  |  | inlinestatic | 
 
 
  
  | 
        
          | double JACOUSTICS::JWaveform::getQ | ( | const double | D_m, |  
          |  |  | const double | d_m |  
          |  | ) |  | const |  | inline | 
 
Get quality at given distance. 
- Parameters
- 
  
    | D_m | depth [m] |  | d_m | distance [m] |  
 
- Returns
- quality 
Definition at line 146 of file JAcousticsSupportkit.hh.
double getQ(const double D_m, const double f_kHz, const double d_m)
Get relative quality for given frequency at given distance. 
 
 
 
  
  | 
        
          | std::istream& operator>> | ( | std::istream & | in, |  
          |  |  | JWaveform & | waveform |  
          |  | ) |  |  |  | friend | 
 
Read waveform from input stream. 
- Parameters
- 
  
    | in | input stream |  | waveform | waveform |  
 
- Returns
- input stream 
Definition at line 163 of file JAcousticsSupportkit.hh.
  165       return in >> waveform.
Q0 >> waveform.
f_kHz;
 
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
 
 
 
  
  | 
        
          | std::ostream& operator<< | ( | std::ostream & | out, |  
          |  |  | const JWaveform & | waveform |  
          |  | ) |  |  |  | friend | 
 
Write waveform to output stream. 
- Parameters
- 
  
    | out | output stream |  | waveform | waveform |  
 
- Returns
- output stream 
Definition at line 176 of file JAcousticsSupportkit.hh.
  178       return out << waveform.
Q0 << 
' ' << waveform.
f_kHz;
 
 
 
 
      
        
          | double JACOUSTICS::JWaveform::Q0 | 
      
 
 
      
        
          | double JACOUSTICS::JWaveform::f_kHz | 
      
 
 
The documentation for this struct was generated from the following file: