Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
hamming
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/core/math.xtm
Implementation
;; where to is [0.0 - 1.0]
(
bind-func
hamming
(
lambda
(
t
)
(
-
0.54
(
*
0.46
(
cos
(
*
TWOPI
t
))))))
Back to Index
Similar Entries
hamming_window_func
xtlang
/digego/extempore/tree/v0.8.9/libs/contrib/TSM_library.xtm
window_hamming
xtlang
/digego/extempore/tree/v0.8.9/libs/core/math.xtm
window_hamming
xtlang
/digego/extempore/tree/v0.8.9/libs/core/math.xtm