Skip to content

yaoyutaoTom/CZTransform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chirp Z-Transform

The CZT is similar to the FFT-Algorithm of the Discrete Fourier transform (used gcc compiler in makefile)

  • C Language

  • env (Linux/OS X)

  • CZTs order - O(log(n^n))

  • make command

    • make ------------ [make build]
    • make build ------ create directory(obj and bin) and compile this project
    • make clean ------ remove binary and object file(directory)
    • make clear ------ [make clean]
    • make delete ----- [make delete]
    • make rebuild ---- [make clean and make build]
    • make run -------- [make build] and execute binary file
    • make test ------- [make run and make clean]
    • make .PHONY -- [make build and make clean]
  • screenshot

    screenshot Not Found

  • about czt-algo : link to wikipedia(Chirp Z-transform)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.5%
  • Makefile 11.5%