Window
num_samples |
Description |
Example |
|---|---|---|
Required: True Type: <class ‘int’> Units: samples |
Number of samples in a single window |
256 |
overlap |
Description |
Example |
|---|---|---|
Required: True Type: <class ‘int’> Units: samples |
Number of samples overlapped by adjacent windows |
32 |
type |
Description |
Example |
|---|---|---|
Required: True Type: <enum ‘TypeEnum’> Units: None |
name of the window type |
hamming |
clock_zero_type |
Description |
Example |
|---|---|---|
Required: True Type: <enum ‘ClockZeroTypeEnum’> Units: None |
how the clock-zero is specified |
user specified |
clock_zero |
Description |
Example |
|---|---|---|
Required: False Type: mt_metadata.common.mttime.MTime | str | float | int | Units: None |
Start date and time of the first data window |
2020-02- 01T09:23:45.453 670+00:00 |
normalized |
Description |
Example |
|---|---|---|
Required: True Type: <class ‘bool’> Units: None |
True if the window shall be normalized so the sum of the coefficients is 1 |
False |
additional_args |
Description |
Example |
|---|---|---|
Required: False Type: <class ‘dict’> Units: None |
Additional arguments for the window function |
{‘param’: ‘value’} |