The processes functions¶
AdaptiveWhitening¶
Whitening
createsegments¶
createsegmentsMinMax¶
DWhitening¶
Whitening
wdf_reconstruct¶
-
class
processes.wdf_reconstruct.wdf_reconstruct(parameters, wTh=<sphinx.ext.autodoc.importer._MockObject object>)[source]¶ The main WDF class responsible for the communication with the p4TSA library regarding the application of WDF onto data
-
FindEvents()[source]¶ This method calls wdf2reconstruct function from pytsa to search for triggers in the data
Returns: trigger
-
wdf¶
-
class
processes.wdf.wdf(WdfParams: <sphinx.ext.autodoc.importer._MockObject object at 0x7f3f5a65f0d0>, wTh=<sphinx.ext.autodoc.importer._MockObject object>)[source]¶ The main WDF class responsible for the communication with the p4TSA library regarding the application of WDF onto data
-
FindEvents()[source]¶ This method calls wdf2classify function from pytsa to search for triggers in the data
Returns: trigger
-
wdfUnitWorker¶
wdfUnitDSWorker¶
Whitening¶
-
class
processes.Whitening.Whitening(ARorder)[source]¶ This class is responsible for the communiction with whitening functions from pytsa
-
GetSigma()[source]¶ This method returns the sigma parameter of the Whitening process
Returns: The sigma parameter of the whitened data
-
ParametersEstimate(data)[source]¶ This method estimates parameters of data by calling proper methods from pytsa
Parameters: data (pytsa.SeqViewDouble) – The Sequence View object containing the data to be processed
-
ParametersLoad(ARfile, LVfile)[source]¶ This method loads the calculated AR and LV parameter from the file
Parameters: - ARfile (basestring) – file for AutoRegressive parameters
- LVfile (basestring) – file for Lattice View parameters
Returns: Autoregressive and Lattice View
-
DWhitening¶
Whitening