Difference between revisions of "Fast Fourier Transform Library & Arduino"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==Materials & Prerequisites== | ==Materials & Prerequisites== | ||
===Materials=== | ===Materials=== | ||
− | All items one needs to utilize an fFt with an Arduino | + | All items one needs to utilize an fFt with an Arduino are: |
*Computer | *Computer | ||
*Arduino | *Arduino | ||
*USB connector | *USB connector | ||
+ | |||
===Prerequisites=== | ===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]. |
Revision as of 05:27, 4 December 2018
Contents
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
Authors
- Jordan Gewirtz
- Nish Chakraburtty
- Chanel Lynn
Group Link
eBox project page here
eBox log page here