Spectrum analyzer using DISCO-F746NG. Spectrum is calculated by FFT or linear prediction. The vowel data is in "vowel_data.hpp"
Dependencies: BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG UIT_FFT_Real mbed BUTTON_GROUP
Revision 6:f385940fbdb1, committed 2018-10-09
- Comitter:
- MikamiUitOpen
- Date:
- Tue Oct 09 10:34:47 2018 +0000
- Parent:
- 5:3da45b682898
- Commit message:
- 7
Changed in this revision
diff -r 3da45b682898 -r f385940fbdb1 BSP_DISCO_F746NG.lib --- a/BSP_DISCO_F746NG.lib Tue Nov 24 12:21:53 2015 +0000 +++ b/BSP_DISCO_F746NG.lib Tue Oct 09 10:34:47 2018 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/ST/code/BSP_DISCO_F746NG/#c9112f0c67e3 +https://developer.mbed.org/teams/ST/code/BSP_DISCO_F746NG/#458ab1edf6b2
diff -r 3da45b682898 -r f385940fbdb1 UIT_FFT_Real.lib --- a/UIT_FFT_Real.lib Tue Nov 24 12:21:53 2015 +0000 +++ b/UIT_FFT_Real.lib Tue Oct 09 10:34:47 2018 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/MikamiUitOpen/code/UIT_FFT_Real/#559a63853f3f +http://mbed.org/users/MikamiUitOpen/code/UIT_FFT_Real/#9649d0e2bb4a
diff -r 3da45b682898 -r f385940fbdb1 main.cpp --- a/main.cpp Tue Nov 24 12:21:53 2015 +0000 +++ b/main.cpp Tue Oct 09 10:34:47 2018 +0000 @@ -2,7 +2,7 @@ // Demo waveform and spectrum display // Tap the screen to begin the spectrum analyzer // -// 2015/11/24, Copyright (c) 2015 MIKAMI, Naoki +// 2018/10/09, Copyright (c) 2018 MIKAMI, Naoki //----------------------------------------------------------- #include "vowel_data.hpp"
diff -r 3da45b682898 -r f385940fbdb1 mbed.bld --- a/mbed.bld Tue Nov 24 12:21:53 2015 +0000 +++ b/mbed.bld Tue Oct 09 10:34:47 2018 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/7c328cabac7e \ No newline at end of file