added fft literature
authorFrank Zirkelbach <f.zirkelbach@fkf.mpg.de>
Tue, 9 Oct 2012 13:01:08 +0000 (15:01 +0200)
committerFrank Zirkelbach <f.zirkelbach@fkf.mpg.de>
Tue, 9 Oct 2012 13:01:08 +0000 (15:01 +0200)
bibdb/bibdb.bib

index 7919d93..224ef29 100644 (file)
   URL =          "http://link.aps.org/doi/10.1103/PhysRevB.58.3641",
   publisher =    "American Physical Society",
 }
   URL =          "http://link.aps.org/doi/10.1103/PhysRevB.58.3641",
   publisher =    "American Physical Society",
 }
+
+@InProceedings{frigo98,
+  author =       "M. Frigo and S. G. Johnson",
+  booktitle =    "Acoustics, Speech and Signal Processing, 1998.
+                 Proceedings of the 1998 IEEE International Conference
+                 on",
+  title =        "{FFTW}: an adaptive software architecture for the
+                 {FFT}",
+  year =         "1998",
+  month =        may,
+  volume =       "3",
+  number =       "",
+  pages =        "1381--1384 vol.3",
+  keywords =     "DFT;FFT;FFTW;adaptive FFT program;adaptive software
+                 architecture;computer architecture;fast
+                 algorithm;floating-point operations;memory
+                 hierarchy;performance;processor
+                 pipeline;self-optimizing approach;adaptive
+                 systems;discrete Fourier transforms;fast Fourier
+                 transforms;mathematics computing;",
+  doi =          "10.1109/ICASSP.1998.681704",
+  ISSN =         "1520-6149",
+}
+
+@Article{frigo05,
+  author =       "M. Frigo and S. G. Johnson",
+  journal =      "Proceedings of the IEEE",
+  title =        "The Design and Implementation of {FFTW3}",
+  year =         "2005",
+  month =        feb,
+  volume =       "93",
+  number =       "2",
+  pages =        "216--231",
+  keywords =     "DFT algorithm;FFTW3 design;FFTW3 version;cosine
+                 transforms;discrete Fourier transform;hand optimized
+                 libraries;machine specific single instruction;multiple
+                 data instructions;sine transforms;software
+                 structure;discrete Fourier transforms;discrete cosine
+                 transforms;mathematics computing;optimising
+                 compilers;parallel programming;software libraries;",
+  doi =          "10.1109/JPROC.2004.840301",
+  ISSN =         "0018-9219",
+}
+
+@InCollection{takahashi10,
+  author =       "Daisuke Takahashi",
+  affiliation =  "Graduate School of Systems and Information
+                 Engineering, University of Tsukuba, 1-1-1 Tennodai,
+                 Tsukuba, Ibaraki, 305-8573 Japan",
+  title =        "An Implementation of Parallel 3-{D} {FFT} with 2-{D}
+                 Decomposition on a Massively Parallel Cluster of
+                 Multi-core Processors",
+  booktitle =    "Parallel Processing and Applied Mathematics",
+  series =       "Lecture Notes in Computer Science",
+  editor =       "Roman Wyrzykowski and Jack Dongarra and Konrad
+                 Karczewski and Jerzy Wasniewski",
+  publisher =    "Springer Berlin / Heidelberg",
+  ISBN =         "978-3-642-14389-2",
+  keyword =      "Computer Science",
+  pages =        "606--614",
+  volume =       "6067",
+  URL =          "http://dx.doi.org/10.1007/978-3-642-14390-8_63",
+  year =         "2010",
+}
+