SkillAgentSearch skills...

Fft

fft and cross-correlation

Install / Use

/learn @xiahouzuoxin/Fft
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars102
CategoryDevelopment
Updated1mo ago
Forks45

Languages

C

Security Score

80/100

Audited on Feb 22, 2026

No findings