입력
파라미터 |
범위 |
기본값 |
단위 |
LayerType |
(Surface, Bottom, Pelagic) |
해수면 |
없음 |
범위 |
(0,20000) |
10000 |
m |
RangeStart |
(0,20000) |
0 |
m |
MinTSValue |
(-120,50) |
-50 |
dB |
RangeBeforeTarget |
(0,?) |
0.15 |
m |
RangeAfterTarget |
(0,?) |
0.15 |
m |
MaxGainCompensation |
(0,12) |
6.0 |
dB |
MaxPhaseDeviation |
(0,100) |
25 |
도 |
출력
struct StructEchoTraceWBT
{
double Depth;
double TSComp;
double TSUncomp;
double AlongshipAngle;
double AthwartshipAngle;
double sa;
float frequencyLimits[2];
float uncompensatedFrequencyResponse[1000];
float compensatedFrequencyResponse[1000];
int withinMaxBeamCompensation[1000];
};
struct StructTSDataWBT
{
DWORDLONG dlTime;
WORD NoOfEchoTraces;
StructEchoTraceWBT EchoTraceElement[100];
};
예TSDetectionChirp 구독 문자열 작성:
TSDetectionChirp,
ChannelID=<ChannelID>
LayerType=Surface,
Range=200,
RangeStart=3,
MinTSValue=-55,
RangeBeforeTarget=0.15,
RangeAfterTarget=0.7,
MaxGainCompensation=6.0,
MaxPhasedeviation=25.0