Difference between revisions of "Fast Fourier Transform Library & Arduino"

From ESE205 Wiki
Jump to navigation Jump to search
Line 17: Line 17:
  
 
==Process==
 
==Process==
 +
===An Example===
  
 
==Authors==
 
==Authors==

Revision as of 05:31, 4 December 2018

Overview

Introduction

As the name suggests the Fast Fourier Transform Library enables for the timely computation of a signal's discrete Fourier transform. Instructions on how to download the latest release can be found here. A fast Fourier transform (fFt) would be of interest to any wishing to take a signal or data set from the time domain to the frequency domain.

Materials & Prerequisites

Materials

All items one needs to utilize an fFt with an Arduino are:

    *Computer
    *Arduino
    *USB connector

Prerequisites

Next download latest open-source Arduino Software here.

Process

An Example

Authors

  • Jordan Gewirtz
  • Nish Chakraburtty
  • Chanel Lynn

Group Link

eBox project page here

eBox log page here

External References