This function splits NASCData
of specific acoustic categories into other categories based on the acoustic target strength of these categories and the length distribution of corresponding species categories.
SplitMeanNASC(
MeanNASCData,
AssignmentLengthDistributionData,
AcousticTargetStrength,
SpeciesLink,
AcousticCategoryLink
)
The MeanNASCData
data.
The AssignmentLengthDistributionData
data.
The AcousticTargetStrength
process data.
A table of the two columns AcousticCategory and SpeciesCategory.
A table linking the acoustic categories to split and those to split into.
This functions uses similar methods as AcousticDensity
. Convert back to StoxAcousticData
with NASCToStoxAcoustic
.