Skip to content

Lucifer-02/FFT-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Thông tin trình biên dịch trên Windows10:

gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)

Hướng dẫn thực thi:

  • B1: biên dịch file 'FFT.c' thành file 'FFT'(bắt buộc tên này) với lệnh: gcc FFT.c -o FFT -lm
  • B2: chạy file 'Display_Signal.py' sau khi đã cài các module 'numpy', 'matplotlib', 'subprocess' để trực quan hóa kết quả.

About

Implement Fast Fourier Transform from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published