搜索资源列表
myfft_ifft
- FFT and IFFT for 16-bits wave, you can use this instead of convolution calculate, input samples must be 2^n. If its not 2^n samples just stuff zero in last array. I already make it to C++ class you can new a calss and do it easy
conv_fft_ifft
- include FFT IFFT and using FFT to calculate convolution and round off. Its useful for wave 16 bits.