This project use C language to relize FFT algorithm, and then calculate cross-correlation by FFT. Use FFT to calculate cross-correlation will improve the performance from O(N^2) to O(n*log(n))
Fllow steps to use this projects:
- make
- make run
- open matlab and run plot_result.m
FFT-标准正弦信号 FFT-含噪声信号 FFT-互相关时延计算
- Add and test function @fft_real and @ifft_real for Real Input Signal, In 2014年04月15日
- Replace @cos and @sin from <math.h> bu using 2 tables, In 2014年04月15日
2014年04月09日