lab 1 code

Dependencies:   CMSIS-DSP_for_STM32F746G BSP_DISCO_F746NG

Revision:
25:5412779376a7
Parent:
23:d938f87dd1ee
Child:
26:023edf8cea6c
--- a/main.cpp	Wed Jan 01 06:30:01 2020 +0000
+++ b/main.cpp	Wed Jan 01 06:47:21 2020 +0000
@@ -99,6 +99,8 @@
     BSP_AUDIO_OUT_SetAudioFrameSlot(CODEC_AUDIOFRAME_SLOT_02);
     if (BSP_AUDIO_OUT_Play((uint16_t *)AUDIO_BUFFER_OUT, AUDIO_BLOCK_SIZE * 2) != AUDIO_OK) { printf("BSP_AUDIO_OUT_Play error\n"); }
 
+    /* Initialize signal processing filters */
+    initalize_signal_processing();
 
     timer.start();
     while (1) {