Package export.wavExport
Class RawHolderWavExport
Exports click detections to a .wav file. Fills parts of the wav file without any detected clicks with white noise.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionClass<?> Get the data unit class whihc uses this .wav export function.double[][]getWavClip(PamDataUnit dataUnit) Get a wav file clip from a data unitMethods inherited from class export.wavExport.WavDataUnitExport
writeWavFile 
- 
Constructor Details
- 
RawHolderWavExport
public RawHolderWavExport() 
 - 
 - 
Method Details
- 
getWavClip
Description copied from class:WavDataUnitExportGet a wav file clip from a data unit- Specified by:
 getWavClipin classWavDataUnitExport<PamDataUnit<?,?>> - Parameters:
 dataUnit- - the data unit.- Returns:
 - the wav file clip.
 
 - 
getUnitClass
Description copied from class:WavDataUnitExportGet the data unit class whihc uses this .wav export function.- Specified by:
 getUnitClassin classWavDataUnitExport<PamDataUnit<?,?>> - Returns:
 - the class of the type of the data unit which uses this class.
 
 
 -