File: discrete.htm

package info (click to toggle)
extrema 4.3.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,212 kB
  • ctags: 6,452
  • sloc: cpp: 86,428; sh: 8,229; makefile: 814
file content (46 lines) | stat: -rw-r--r-- 1,784 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<HTML>
<HEAD>
<TITLE>Discrete Fourier series</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF" fgcolor="#000000">

<p> <font size="+1" color="green"><B>Discrete Fourier series</B></font></P>
<p>
 Given <code>2N</code> samples of real data <img src="fft4.png">
 (where <i>j</i> <code>= 0;1;2;...;2N-1</code>) taken at equally spaced intervals
 <img src="fft5.png">, where <i>T</i> is the period, the corresponding
 Fourier series is:</p>
<p>
 <center><img align="top" src="fft6.png"></center></p>
<p>
 where &nbsp;<img src="fft7.png">&nbsp; and
 &nbsp;<img src="fft1.png">&nbsp; is the mean value of
 &nbsp;<img src="fft8.png">.</p>
<p>
 From the original <code>2N</code> data points, we have exactly <code>2N</code>
 calculated coefficients, that is, we have <code>N+1</code>
 &nbsp;<img src="H.png">'s and <code>N-1</code>
 &nbsp;<img src="G.png">'s with "real" information.</p>
<p>
 If <i>t</i><code>=0</code> at &nbsp;<img src="fft9.png">, then for each
 <img src="fft10.png"> we have &nbsp;<img src="fft11.png">,
 for <i>j</i> <code>= 0;1;...;2N-1</code>, and so</p>
<p>
 <center><img align="top" src="fft12.png"></center></p>
<p>
 The amplitude, <i>A</i>, and the phase, <i>P</i>, are calculated as follows:</p>
<p>
 <center><img align="top" src="fft13.png"></center></p>
<p>
 <center><img align="top" src="fft14.png"></center></p>
<p>
 <center><img align="top" src="fft15.png"></center></p>
<p>
 <center><img align="top" src="fft16.png"></center></p>
<P>
 <a href="coefficients.htm"><img align="top" border="0" src="../../../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">Fourier coefficients</font></a><br />
 <a href="restrictions.htm"><img align="top" border="0" src="../../../shadow_right.gif">&nbsp;
 <font size="+1" color="olive">Restrictions</font></a></P>
</BODY>
</HTML>