Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / third_party / kraken / hosted / explanations / fft.html
blob4dbf17d3fe1dff7f27cbba4ca3f8e74e63ee31ae
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <meta charset=utf8>
7 <!--
8 Copyright (C) 2007 Apple Inc. All rights reserved.
9 Copyright (C) 2010 Mozilla Foundation
11 Redistribution and use in source and binary forms, with or without
12 modification, are permitted provided that the following conditions
13 are met:
14 1. Redistributions of source code must retain the above copyright
15 notice, this list of conditions and the following disclaimer.
16 2. Redistributions in binary form must reproduce the above copyright
17 notice, this list of conditions and the following disclaimer in the
18 documentation and/or other materials provided with the distribution.
20 THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
21 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
24 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
27 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
28 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 -->
33 <title>Kraken JavaScript Benchmark: Gaussian Blur</title>
34 <link rel="stylesheet" href="../kraken.css">
35 <script>
37 </script>
38 <style> #display { border: 5px solid rgb(0,0,50);}</style>
39 </head>
41 <body>
42 <div id="content">
43 <h2>Kraken JavaScript Benchmark: Fast Fourier Transform</h2>
44 <div id="results">
45 <p>This benchmark performs a <a href="http://en.wikipedia.org/wiki/Fast_Fourier_transform">Fast Fourier Transform</a> on an Audio sample using code from <a href="http://github.com/corbanbrook/dsp.js/">DSP.js</a>.</p>
46 </div>
47 </div>
48 </body>
49 </html>