CountSamples('Expression','Reset'=FALSE)
Arguments
|
'Expression' |
Signal or expression for which to determine the number of signal points |
|
|
'Reset' |
Optional binary parameter to reset or suppress the counting process. 'Reset' can be an expression as well. |
|
|
'Reset'=TRUE() |
Counting process is reset. |
|
|
'Reset'=FALSE() |
counting process released. (default) |
|
Description
This function determines the number of the individual signal points regardless of whether the signal points are equidistant or not. Invalid samples are not counted. If the input signal is invalid, the constant value 0 is supplied as the result.
Tip |
|
|---|---|
|
You can also use this function, for example, in combination with XMarkValid, see XMark functions XMarkRange and XMarkValid. |
|