2020-03-12から1日間の記事一覧

DFT

pp.43-44 テキストのサンプルコードに正規化の項を加えて函数化した。 ▶C版 #define _USE_MATH_DEFINES #include <iostream> #include <cmath> void dft(const double* samples, double* spectrums_real, double* spectrums_imag, double* spectrums_abs, const int N) { cons</cmath></iostream>…