Output the audio signal with filtering by IIR filter in the Quad-SPI flash memory using onboard CODEC. QSPI フラッシュメモリのオーディオデータを遮断周波数可変の IIR フィルタを通してボードに搭載されているCODEC で出力するプログラム.
Dependencies: BSP_DISCO_F746NG_patch_fixed F746_GUI LCD_DISCO_F746NG QSPI_DISCO_F746NG TS_DISCO_F746NG mbed
Revision 1:a1be09c2533a, committed 2016-04-07
- Comitter:
- MikamiUitOpen
- Date:
- Thu Apr 07 00:32:00 2016 +0000
- Parent:
- 0:2eb96a7cf9b9
- Commit message:
- 2
Changed in this revision
F746_GUI.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2eb96a7cf9b9 -r a1be09c2533a F746_GUI.lib --- a/F746_GUI.lib Fri Apr 01 05:03:20 2016 +0000 +++ b/F746_GUI.lib Thu Apr 07 00:32:00 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#a2686ef737c2 +http://mbed.org/users/MikamiUitOpen/code/F746_GUI/#fe6ff954824a
diff -r 2eb96a7cf9b9 -r a1be09c2533a main.cpp --- a/main.cpp Fri Apr 01 05:03:20 2016 +0000 +++ b/main.cpp Thu Apr 07 00:32:00 2016 +0000 @@ -8,7 +8,7 @@ // モノラルデータ: 標本化周波数 16 kHz のもの // IIR フィルタ ---- 低域通過および高域通過フィルタ // -// 2016/04/01, Copyright (c) 2016 MIKAMI, Naoki +// 2016/04/07, Copyright (c) 2016 MIKAMI, Naoki //-------------------------------------------------------------- #include "LCD_DISCO_F746NG.h" @@ -127,7 +127,7 @@ if (function.Touched(3)) // STOP stopOk = true; - function.DrawTouched(0); + function.TouchedColor(0); function.Draw(1); }