DESERT 3.5.1
Loading...
Searching...
No Matches
soundlevels.h File Reference
#include <string>
#include <unordered_map>
Include dependency graph for soundlevels.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ship_noise
 

Enumerations

enum class  ship_noise::ShipCategory {
  ship_noise::CARGO , ship_noise::CARGO_L , ship_noise::CRUISE , ship_noise::FERRY ,
  ship_noise::FISHING , ship_noise::AUV
}
 

Functions

double ship_noise::getNoisefromCategory (const ShipCategory &cat, double freq, double speed, double length)
 
double ship_noise::cargo_ship (double freq, double speed, double length)
 
double ship_noise::cargoL_ship (double freq, double speed, double length)
 
double ship_noise::cruise_ship (double freq, double speed, double length)
 
double ship_noise::ferry (double freq, double speed, double length)
 
double ship_noise::fishing_vessel (double freq, double speed, double length)
 
double ship_noise::auv (double freq)
 

Variables

static const std::unordered_map< std::string, ShipCategoryship_noise::cat_dict
 

Detailed Description

Functions to compute the noise power spectral density for different type of ships and auv.

Author
Emanuele Coccolo
Version
1.0.0

Definition in file soundlevels.h.