
Realtime sound spectrogram using FFT or linear prediction. Spectrogram is displayed on the display of PC. リアルタイム・スペクトログラム.解析の手法:FFT,線形予測法.スペクトログラムは PC のディスプレー装置に表示される.PC 側のプログラム:F446_Spectrogram.
Dependencies: Array_Matrix mbed SerialTxRxIntr F446_AD_DA UIT_FFT_Real
Revision 3:74a50c14d3fd, committed 2017-03-08
- Comitter:
- MikamiUitOpen
- Date:
- Wed Mar 08 09:57:41 2017 +0000
- Parent:
- 2:acc16e3f91ac
- Child:
- 4:fe1885675421
- Commit message:
- 4
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 08 09:46:11 2017 +0000 +++ b/main.cpp Wed Mar 08 09:57:41 2017 +0000 @@ -1,5 +1,5 @@ //--------------------------------------------------------------------- -// スペクトログラム (Nucleo-F446RE 用),条件等を PC から受け取るテスト +// スペクトログラム (Nucleo-F446RE 用) // // ● ST-Link Firmware の V2.J28.M16 で動作確認 //
--- a/mbed.bld Wed Mar 08 09:46:11 2017 +0000 +++ b/mbed.bld Wed Mar 08 09:57:41 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/ef9c61f8c49f \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/e1686b8d5b90 \ No newline at end of file