zerox_count~
Count zero crossings
Description
The zerox_count~ object detects and reports the total number of zero-crossings in an incoming signal over a specified sample window.
Arguments
windowSize [auto]
Sets the number of individual values that are sampled for zero-crossings. Once this value is reached, the total number of zero-crossings in the sample-window is output.
Inlets
x [auto]
The input that is analyzed for zero-crossings over the specified sample window.
windowSize [auto]
Sets the number of individual values that are sampled for zero-crossings. Once this value is reached, the total number of zero-crossings in the sample-window is output.
Outlets
out1 [signal]
out1Dynamic Attributes
These attributes can be modified in the code during execution using the set object
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
windowSize [auto]
Sets the number of individual values that are sampled for zero-crossings. Once this value is reached, the total number of zero-crossings in the sample-window is output.
x [auto]
The input that is analyzed for zero-crossings over the specified sample window.
See Also
Name | Description |
---|---|
zerox_count | Count zero crossings |
zerox~ | Detect zero crossings |