Uses of Class
clickDetector.ClickTemplate
Packages that use ClickTemplate
-
Uses of ClickTemplate in clickDetector
Methods in clickDetector that return ClickTemplateModifier and TypeMethodDescriptionClickSpectrumTemplateEditDialog.createTemplate()
Creates a click template from the saved instance variables.static ClickTemplate
ClickTemplate.getCSVResults
(String filename) Get a click template.Methods in clickDetector with parameters of type ClickTemplateModifier and TypeMethodDescriptiondouble[]
ClickSpectrum.convertTemplate
(ClickTemplate clickTemplate, boolean log) This function converts a ClickTemplate to an fft which corresponds to the correct samplerate used in the current click data.static void
ClickTemplate.writeClickTemptoFile
(ClickTemplate clickTemp, String outputFileForAnalysedResults) static void
ClickTemplate.writeClickTemptoFile
(ClickTemplate clickTemp, ArrayList<ArrayList<Double>> allFFT, String outputFileForAnalysedResults) Writes a .csv with mean fft and standard deviation of each fft bin.