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 Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS 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: