SOFUS ..
|
#include <sofus_types.hpp>
Public Member Functions | |
sysparm_t () | |
Public Attributes | |
T | c |
Propagation speed. More... | |
T | fs |
Sample frequency. More... | |
T | att |
Freq. dependent att. More... | |
T | beta |
Freq. independent att. More... | |
T | f0 |
Center frequency. More... | |
bool | use_att |
Use attenuation. More... | |
bool | soft_baffle |
Soft baffle boundary. More... | |
bool | normalize |
Normalize. More... | |
size_t | nThreads |
Number of threads. More... | |
TimeDomainCalcType | timeDomainCalcType |
Time-domain propagator type, ray, plane or sphere. More... | |
TimeDomainIntOrder | timeDomainIntOrder |
Order used for strip-integration. More... | |
|
inline |
T att |
Freq. dependent att.
Referenced by operator<<().
T beta |
Freq. independent att.
Referenced by operator<<().
T c |
T f0 |
Center frequency.
Referenced by operator<<().
T fs |
Sample frequency.
Referenced by sofus::calcProjectionAndIntegrationLimitsSIMD(), sofus::calcProjectionAndIntegrationLimitsSIMD2(), sofus::calcProjectionAndLimits(), and operator<<().
bool normalize |
Normalize.
Referenced by operator<<().
size_t nThreads |
Number of threads.
Referenced by operator<<().
bool soft_baffle |
Soft baffle boundary.
Referenced by operator<<().
TimeDomainCalcType timeDomainCalcType |
Time-domain propagator type, ray, plane or sphere.
Referenced by operator<<().
TimeDomainIntOrder timeDomainIntOrder |
Order used for strip-integration.
Referenced by operator<<().
bool use_att |
Use attenuation.
Referenced by operator<<().