HW: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
For this homework assignment I wanted to try and see if I could find a correlation between a dragsters rear tire expansion in comparison to its velocity by using either the method of Laplace transform or the Fourier series. To help me with my model I will me using the Army's dragster for some of my data. If you would like to check it out you can find it at [http://www.goarmy.com/army-racing/nhra-top-fuel/dragster.html]. If you want to watch a video of dragster tires click here : http://www.youtube.com/v/V3yj_OGezWc?version=3
*[[Signals and systems|Signals and Systems]]
==Fourier Transform Applications==




'''Data:'''
Unfortunately, the Fourier Transform isn't a Transformer.
* Outside tire diameter = 36.5" or up to 40.5" due to tire expansion
[[Image:transformer_roolbar.jpg]]
So, what is a Fourier Transform?
<br>Check any of the other pages on this site to find fifty different ways to explain what a Fourier Transform is. If you already know what it is, or you're too lazy to look at the other pages, here's my super trite description: A Fourier Transform is a bunch of sinusoids of different frequencies and time offsets added together create a just about any function you want. A Fourier Transform is the way of representing a function in the frequency domain instead of the time domain. This is especially helpful in Linear Time Invariant Systems, As we are learning this quarter.


* Inside tire diameter = 16"


* Width of tire = 17"
== Fourier Transform Applications ==
===The "Fast" Fourier Transform===


* Air pressure in tire = 7 psi


* Volume of Tire = 9.82 ft^3 **(you have to add about 1.5ft^3 to account for possible expansion)**
<b>What is a Fast Fourier Transform? (FFT)</b><br>


* Fastest quarter mile time = 4.428 sec
It's an algorithm that can compute the discrete Fourier transform faster than other algorithms. In digital systems, continuous Fourier Transforms are sampled, turning them into discrete Fourier Transforms which then can be computed and manipulated using Digital Signal Processing.


* Fastest quarter mile speed = 337.58
An intuitive brute force way of computing a Fourier Transform means rearranging the the summation so that you don't compute the transform in sequential order - you group similar elements together and simplify before combining them. This cuts down the adding and multiplying, thus cutting computation time down by about 100 times.


'''Equations:'''
<br><b> Cooley-Turkey Algorithm </b>
Volume = [(pi)*(R^2)(h)-(pi)*(r)(h)]


y = .075/(Vmax-Vmin) **(this is the number of inches that the tire should expand given the current velocity.)**
One of the most popular FFT algorithms is the Cooley-Turkey algorithm. Which I will explain on Friday.

Latest revision as of 21:23, 31 October 2010

For this homework assignment I wanted to try and see if I could find a correlation between a dragsters rear tire expansion in comparison to its velocity by using either the method of Laplace transform or the Fourier series. To help me with my model I will me using the Army's dragster for some of my data. If you would like to check it out you can find it at [1]. If you want to watch a video of dragster tires click here : http://www.youtube.com/v/V3yj_OGezWc?version=3


Data:

  • Outside tire diameter = 36.5" or up to 40.5" due to tire expansion
  • Inside tire diameter = 16"
  • Width of tire = 17"
  • Air pressure in tire = 7 psi
  • Volume of Tire = 9.82 ft^3 **(you have to add about 1.5ft^3 to account for possible expansion)**
  • Fastest quarter mile time = 4.428 sec
  • Fastest quarter mile speed = 337.58

Equations: Volume = [(pi)*(R^2)(h)-(pi)*(r)(h)]

y = .075/(Vmax-Vmin) **(this is the number of inches that the tire should expand given the current velocity.)**