Removed multiplication by decimation factor (lib_mic_array fixed)

This commit is contained in:
Ross Owen
2015-12-08 12:09:45 +00:00
parent 3f14321029
commit 47e5629acd

View File

@@ -72,7 +72,7 @@ void pdm_process(streaming chanend c_ds_output_0, streaming chanend c_ds_output_
{ {
for(int i = 0; i < NUM_PDM_MICS; i++) for(int i = 0; i < NUM_PDM_MICS; i++)
{ {
c_audio <: output[i]*decimationfactor; c_audio <: output[i];
} }
} }
else else