File: fft.stdout

package info (click to toggle)
pocl 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 29,768 kB
  • sloc: lisp: 151,669; ansic: 135,425; cpp: 65,801; python: 1,846; sh: 1,084; ruby: 255; pascal: 231; tcl: 180; makefile: 174; asm: 81; java: 72; xml: 49
file content (8 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
input_vec: [16](0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0)
Computing FFT...
input_vec: [16](28,0,-4,9.65685,-4,4,-4,1.65685,-4,0,-4,-1.65685,-4,-4,-4,-9.65685)
output_vec: [16](28,0,-4,9.65685,-4,4,-4,1.65685,-4,0,-4,-1.65685,-4,-4,-4,-9.65685)
Computing inverse FFT...
input_vec: [16](1.19209e-07,0,1,-7.35137e-08,2,3.17865e-08,3,1.39091e-08,4,0,5,4.56956e-08,6,-3.17865e-08,7,1.39091e-08)
output_vec: [16](1.19209e-07,0,1,-7.35137e-08,2,3.17865e-08,3,1.39091e-08,4,0,5,4.56956e-08,6,-3.17865e-08,7,1.39091e-08)
!!!! TUTORIAL COMPLETED SUCCESSFULLY !!!!