Skip to content

Sound-Linux-More/zxfft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 m/zx_plot_result.m

FFT-cross-correlation time delay calculation FFT-Noisy signal FFT-standard sine signal

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:

[email protected]

2014-04-09

Packages

No packages published

Languages

  • C 82.9%
  • MATLAB 14.5%
  • Makefile 2.6%