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.
SplitNASC(
NASCData,
AcousticPSU,
AssignmentLengthDistributionData,
AcousticTargetStrength,
AcousticCategoryLink,
SpeciesLink
)
The NASCData
data.
The AcousticPSU
process data.
The AssignmentLengthDistributionData
data.
The AcousticTargetStrength
process data.
A table linking the acoustic categories to split and those to split into.
A table of the two columns AcousticCategory and SpeciesCategory.
This functions uses similar methods as AcousticDensity
. Convert back to StoxAcousticData
with NASCToStoxAcoustic
.