aspen.processings.normalize¶
Normalize
Functions
|
Nomarlize a signal. |
Classes
|
Nomarlize a signal. |
-
class
aspen.processings.normalize.Normalize(normalize_method='zscore')[source]¶ Bases:
aspen.interfaces.abs_common_interface.AbsCommonInterface,aspen.interfaces.abs_processing_interface.AbsProcessingInterfaceNomarlize a signal.
- Parameters
normalize_method¶ (
str) – Type of normalization method. zscore provide the mean (centre) of the distribution = 0 and standard deviation (spread or “width”) of the distribution = 1. Defaults to “zscore”.
Todo
Implementation of other method if necessary. REF(https://www.mathworks.com/help/matlab/ref/double.normalize.html)