Package export.MLExport
Class MLNoiseExport
Export a noise measurement to MATLAB
- Author:
- Jamie Macaulay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionus.hebi.matlab.mat.types.Struct
addDetectionSpecificFields
(us.hebi.matlab.mat.types.Struct mlStruct, int index, NoiseDataUnit noiseBandData) Add detection specific fields to a structure.protected us.hebi.matlab.mat.types.Struct
detectionHeader
(PamDataBlock pamDataBlock) Get the detection header for the specific detection type.static String[]
getMeasureNames
(NoiseDataBlock noiseBandDataBlock) Get the names of the noise measuresgetName()
Get the name of the structureClass
<?> Get the unit classMethods inherited from class export.MLExport.MLDataUnitExport
array2Matrix, detectionToStruct, realWordlVec2Angles
-
Constructor Details
-
Method Details
-
addDetectionSpecificFields
public us.hebi.matlab.mat.types.Struct addDetectionSpecificFields(us.hebi.matlab.mat.types.Struct mlStruct, int index, NoiseDataUnit noiseBandData) Description copied from class:MLDataUnitExport
Add detection specific fields to a structure.- Specified by:
addDetectionSpecificFields
in classMLDataUnitExport<NoiseDataUnit>
-
getUnitClass
Description copied from class:MLDataUnitExport
Get the unit class- Specified by:
getUnitClass
in classMLDataUnitExport<NoiseDataUnit>
- Returns:
-
getName
Description copied from class:MLDataUnitExport
Get the name of the structure- Specified by:
getName
in classMLDataUnitExport<NoiseDataUnit>
- Returns:
-
detectionHeader
Description copied from class:MLDataUnitExport
Get the detection header for the specific detection type.- Specified by:
detectionHeader
in classMLDataUnitExport<NoiseDataUnit>
- Parameters:
pamDataBlock
-- Returns:
- the detection header structure.
-
getMeasureNames
Get the names of the noise measures- Parameters:
noiseBandDataBlock
-- Returns:
- a list of names
-