From 2d050709fc5ac315e31f0d46f21e621dc02d80a0 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Thu, 22 Mar 2018 21:32:31 +0000 Subject: Added SNR readings --- Project/RTDSP/.launches/RTDSP.launch | 2 +- Project/RTDSP/audio/avg_readings.xlsx | Bin 8310 -> 8490 bytes Project/RTDSP/enhance.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Project') diff --git a/Project/RTDSP/.launches/RTDSP.launch b/Project/RTDSP/.launches/RTDSP.launch index 81f81c8..59d6eba 100644 --- a/Project/RTDSP/.launches/RTDSP.launch +++ b/Project/RTDSP/.launches/RTDSP.launch @@ -13,7 +13,7 @@ - + diff --git a/Project/RTDSP/audio/avg_readings.xlsx b/Project/RTDSP/audio/avg_readings.xlsx index 7959848..784c7e5 100644 Binary files a/Project/RTDSP/audio/avg_readings.xlsx and b/Project/RTDSP/audio/avg_readings.xlsx differ 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]; -- cgit