
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
Diff: myFunctions.hpp
- Revision:
- 2:acc16e3f91ac
- Parent:
- 0:a539141b9dec
--- a/myFunctions.hpp Tue Feb 21 13:25:58 2017 +0000 +++ b/myFunctions.hpp Wed Mar 08 09:46:11 2017 +0000 @@ -17,6 +17,6 @@ // シリアル・ポートの受信割り込み void Rx(); // データを PC へ転送 -void Xfer(Array<int16_t> &xn); +void Xfer(Array<uint16_t> &xn); #endif // MY_FUNCTIONS_HPP