aboutsummaryrefslogtreecommitdiff
path: root/src/scalar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalar.c')
-rw-r--r--src/scalar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scalar.c b/src/scalar.c
index a7191ef..c082440 100644
--- a/src/scalar.c
+++ b/src/scalar.c
@@ -259,6 +259,7 @@ int xtract_noisiness(float *data, int N, void *argv, float *result){
NOT_IMPLEMENTED;
}
+
int xtract_rms_amplitude(float *data, int N, void *argv, float *result){
int n = N;