brainpy.math.blackman#
- brainpy.math.blackman(M)#
Similar to
jax.numpy.blackman
function, while it is compatible with brainpy Array/Variable.Note that this function is also compatible with:
NumPy or PyTorch syntax when receiving
out
argument.PyTorch syntax when receiving
keepdim
ordim
argument.TensorFlow syntax when receiving
keep_dims
argument.