aboutsummaryrefslogtreecommitdiffstats
path: root/Project/RTDSP/enhance.c
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2018-03-22 21:32:31 +0000
committerymherklotz <ymherklotz@gmail.com>2018-03-22 21:32:31 +0000
commit2d050709fc5ac315e31f0d46f21e621dc02d80a0 (patch)
tree26ee77e61440d829214629c93867f5015b2aad9e /Project/RTDSP/enhance.c
parente70e9cc6dba2ad42dca52e8a8582f9c074cdb1f7 (diff)
downloadNoiseSilencer-master.tar.gz
NoiseSilencer-master.zip
Added SNR readingsHEADmaster
Diffstat (limited to 'Project/RTDSP/enhance.c')
-rw-r--r--Project/RTDSP/enhance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/RTDSP/enhance.c b/Project/RTDSP/enhance.c
index f244925..2847bf6 100644
--- a/Project/RTDSP/enhance.c
+++ b/Project/RTDSP/enhance.c
@@ -103,7 +103,7 @@ volatile int m_ptr = 0;
float snr_val = 0;
float total_snr = 0;
float lambda = 0.05;
-float alpha[NUM_ALPHA] = {100, 100, 50, 10};
+float alpha[NUM_ALPHA] = {10, 10, 10, 10};
float avg = 0;
float sum = 0;
float *M[NUM_M];