IMOKURI / fast-fourier-transform-example

fft sample program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFT sample program

Build Status

Feature

  1. Generate Random Number (-1 <= n <= 1) ... *1
  2. Low/High/Band Pass and Band Stop Filtering of *1 ... *2
  3. DFT of *1 and *2 ... *3
  4. Drawing Chart of *1 ~ *3

Chart

Time Scale Chart

Frequency Scale Chart

Parameter

  • Number of Data
  • Cutoff Frequency(Low/High)
  • Transition Band

Filter Design

  • Window Method with Hamming Window

About

fft sample program

License:MIT License


Languages

Language:Haskell 100.0%