2021-10-25 19:58:56 索煒達(dá)電子 989
項(xiàng)目編號(hào):E1749
文件大小:221K
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
使用指南:
本項(xiàng)目使用C語(yǔ)言對(duì)FFT算法進(jìn)行重新實(shí)現(xiàn),然后通過(guò)FFT計(jì)算互相關(guān)。使用FFT計(jì)算互相關(guān)將把性能從O(N^2)提高到O(N*log(N))
Fllow使用此項(xiàng)目的步驟:
目錄│文件列表:
└ fft
│ Config.h
│ cos_tb.h
│ FFT-互相關(guān)時(shí)延計(jì)算.png
│ FFT-含噪聲信號(hào).png
│ FFT-標(biāo)準(zhǔn)正弦信號(hào).png
│ main.c
│ Makefile
│ plot_result.asv
│ plot_result.m
│ sin_cos_tb_gen.m
│ sin_tb.h
│ test.fft
│ test.xcorr
│ test_fft.txt
│ test_xcorr.txt
│ xcorr.c
│ zx_fft.c
│ zx_fft.h
│ zx_math.c
└ zx_math.h