Commit dfb8c8028124e9def9713dc8d6e3ce20b92bdad4
1 parent
3cbfe669
Exists in
9017
adding function
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -77,6 +77,13 @@ |
77 | 77 | <info_brief>Spearman coefficient of two parameters</info_brief> |
78 | 78 | <new_kernel>#spearman</new_kernel> |
79 | 79 | </function> |
80 | + <function name="spectrum_(,)" args="1" kind="time" group="stat"> | |
81 | + <prompts> | |
82 | + <prompt>input window time in secs</prompt> | |
83 | + </prompts> | |
84 | + <info_brief>Fourier spectrum function</info_brief> | |
85 | + <new_kernel>#spectrum</new_kernel> | |
86 | + </function> | |
80 | 87 | <function name="mean_sm_(,)" args="1" kind="sliding" group="stat"> |
81 | 88 | <prompts> |
82 | 89 | <prompt>input averaging time in secs</prompt> | ... | ... |