shiner-chen / fft

fft and cross-correlation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USE GUIDE:

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:

  1. make
  2. make run
  3. open matlab and run plot_result.m

FFT-标准正弦信号 FFT-含噪声信号 FFT-互相关时延计算

UPDATES

  1. Add and test function @fft_real and @ifft_real for Real Input Signal, In 2014.04.15
  2. Replace @cos and @sin from <math.h> bu using 2 tables, In 2014.04.15

AUTHOR:

xiahouzuoxin@163.com

2014-04-09

About

fft and cross-correlation


Languages

Language:C 84.0%Language:MATLAB 14.6%Language:Makefile 1.4%