blob: 56da487dc455b03b0d7ddc00cdf575098c00217c (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>Algorithmes de calculs de TFD : Sources et programmes</title>
<meta name="generator" content="VIm"/>
<meta name="author" content="Audric SCHILTKNECHT"/>
<meta name="date" content="2007-08-10T17:39:30+0200"/>
<meta name="copyright" content="GPL, Creative Commons, CC, By, Sa"/>
<meta name="keywords" content="FFT, TFD, Fourier, TIPE"/>
<meta name="description" content="Les sources des algorithmes de calculs de TFD et FFT"/>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
<meta http-equiv="content-style-type" content="text/css"/>
<meta http-equiv="expires" content="0"/>
<!--
<style type="text/css">
h1,h2
{
text-align: center;
}
.footer
{
position:absolute;
right: 50%;
}
</style>
-->
</head>
<body>
<h1>Algorithmes de calculs de Transformée de Fourier</h1>
<h3>Programme Maple : </h3>
<p>
Télécharger le fichier : <a href="Maple/TFD.mw" title="Fichier Maple">TFD.mw</a>
<br/>(Faire "clique-droit/Enregistrer sous" car sinon, cela l'ouvre dans le navigateur)
</p>
<h3>Sources Octave : </h3>
<ul>
<li>Télécharger une archive contenant tous les fichiers concernant la Transformée Directe :
<a href="Octave/TFD - Octave.zip" title="Fichier Octave - Format Zip">Format zip</a>
- <a href="Octave/TFD - Octave.tar.bz2" title="Fichier Octave - Format tar.bz2">Format tar.bz2</a></li>
<li>Télécharger une archive contenant tous les fichiers concernant la Transformée Inverse :
<a href="Octave/TFDI - Octave.zip" title="Fichier Octave - Format Zip">Format zip</a>
- <a href="Octave/TFDI - Octave.tar.bz2" title="Fichier Octave - Format tar.bz2">Format tar.bz2</a></li>
<li>Source de l'algorithme de Multiplication de polynômes (Nécessite la présence des deux archives précédentes, extraites dans le même dossier) :
<a href="Octave/Multiplication.m" title="Fichier Octave - Multiplication.m">Multiplication.m</a></li>
</ul>
<h3>Sources C++ : (Sous licence GNU/GPL)</h3>
<p>Le programme ne peut s'éxecuter que sur un système GNU/Linux.</p>
<ul>
<li>Archive contenant les sources : <a href="C/TFD - C.zip" title="Fichier C - Format Zip">Format zip</a>
- <a href="C/TFD - C.tar.bz2" title="Fichier C - Format tar.bz2">Format tar.bz2</a></li>
</ul>
<h3>Le dossier : (Sous licence <a rel="license" title="Licence Creative Commons" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">Creative Commons</a>)</h3>
<ul>
<li>Télécharger le <a href="Dossier/Dossier_TIPE_2007_TF.pdf" title="Dossier TIPE">Dossier TIPE</a> (Format PDF)</li>
<li>Télécharger les <a href="Dossier/Transparents_TIPE_2007_TF.pdf" title="Transparents">transparents de présentation</a> (Format PDF)</li>
</ul>
<p class="footer">
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/2.0/fr/80x15.png" />
</a>
</p>
</body>
</html>
|