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

From ESE205 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
==Materials & Prerequisites==
 
==Materials & Prerequisites==
 +
===Materials===
 
All items one needs to utilize an fFt with an Arduino is:
 
All items one needs to utilize an fFt with an Arduino is:
 
     *Computer
 
     *Computer
 
     *Arduino
 
     *Arduino
 
     *USB connector
 
     *USB connector
 +
===Prerequisites===
 
Next download latest open-source Arduino Software [https://www.arduino.cc/en/Main/Software here].
 
Next download latest open-source Arduino Software [https://www.arduino.cc/en/Main/Software here].
 +
 
==Process==
 
==Process==
  

Revision as of 05:23, 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 is:

    *Computer
    *Arduino
    *USB connector

Prerequisites

Next download latest open-source Arduino Software here.

Process

Authors

  • Jordan Gewirtz
  • Nish Chakraburtty
  • Chanel Lynn

Group Link

eBox project page here

eBox log page here

External References