PureData CEAMMC library web documentation
доступно с версии: 0.9.4
Note: may perform slowly in large lists because it does not use the FFT to compute the convolution
@a
Запросить/установить first argument
тип: list
@b
Запросить/установить second argument
тип: list
@mode
Запросить/установить output mode. 'full' - output the cross-correlation at each point of overlap,
with an output length of (M+N-1). At the end-points of the cross-correlation,
the signals do not overlap completely, and boundary effects may be seen.
'valid' - output of length (max(M,N)-min(M,N)+1). The cross-correlation product
is only given for points where the signals overlap completely. Values outside
the signal boundary have no effect. 'same' - output of length max(M,N).
Boundary effects are still visible
тип: symbol
варианты: valid, same, full
по умолчанию: valid
@valid
Запросить/установить alias to @mode valid
тип: alias
@same
Запросить/установить alias to @mode same
тип: alias
@full
Запросить/установить alias to @mode full
тип: alias
Авторы: Serge Poltavsky
Лицензия: GPL3 or later