Quick fix for reduced gain at higher decimation factors

This commit is contained in:
Ross Owen
2015-11-16 17:25:58 +00:00
parent 079b7f8f79
commit f995c15020

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]; c_audio <: output[i]*decimationfactor;
} }
} }
else else