The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
Hi, this program is for my Java assignment.. this is a simple program which make use of JTable, MDI, text file, array, etc... if you like this program, pls vote me :D Just compile and run the program. javac FacultyBookList_Main java FacultyBookList_Main
標簽: program this assignment JTable
上傳時間: 2013-12-13
上傳用戶:時代電子小智
In this work an implementation of a geometric nonlinear controller for chaos synchronization in a Field Programmable Gate array (FPGA) is presented. The Lorenz chaotic system is used to show the implementation of chaos synchronization via nonlinear controller implemented in a Xilinx FPGA Virtex-II 2v2000ft896-4. The main idea is to design a nonlinear geometric controller which synchronizes a slave Lorenz system to a master system and then implement them into the FPGA.
標簽: synchronization implementation controller geometric
上傳時間: 2013-12-17
上傳用戶:3到15
In this paper, a new method is introduced to implement chaotic generators based on the Henon map and Lorenz chaotic generators given by the state equations using the Field Programmable Gate array (FPGA). The aim of this method is to increase the frequency of the chaotic generators. The new method is based on the MATLAB® Software, Xilinx System Generator, Xilinx Alliance tools and Synplicity Synplify.
標簽: introduced generators implement chaotic
上傳時間: 2017-07-24
上傳用戶:qq521
A spatiotemporal chaotic map is digitized to develop a highly paralleled PRBS generator that accommodates to FPGA (Field Programmable Gate array) implementation in present paper.
標簽: spatiotemporal paralleled digitized generator
上傳時間: 2013-12-12
上傳用戶:Andy123456
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer array from lowest to highest and then checks if two numbers in the array added with eachother equals another integer.
標簽: sourcecode quicksort algorithm together
上傳時間: 2017-07-26
上傳用戶:lht618
I used MFC. that code is not perfect and have some problem. But its function is Ok. You just fix and use array of display buffer. That is about How to play RAW graphic file. rotate, mirr, plus, divide ... etc
標簽: function perfect problem used
上傳時間: 2017-07-30
上傳用戶:皇族傳媒
Desired beamformer, Beam patterns for broadband array
標簽: beamformer Desired
上傳時間: 2014-01-13
上傳用戶:牧羊人8920
1.入門教程文件夾 在該文件夾中包括了JavaScript的大部分知識,可以幫助讀者快速入門。主要包括:JavaScript語言概述,JavaScript語言入門,JavaScript事件處理,JavaScript基于對象編程,文檔對象模型(DOM),String、Math、array等數據對象,Window及相關頂級對象,Document對象等 。 2.視頻動畫文件夾 在該文件夾中包括5個視頻動畫,可以通過他們快速學習JavaScript。
標簽: JavaScript 入門教程 分
上傳時間: 2017-09-02
上傳用戶:sdq_123
The running time of quicksort can be improved in practice by taking advantage of the fast running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a subarray with fewer than k elements, let it simply return without sorting the subarray. After the top-level call to quicksort returns, run insertion sort on the entire array to finish the sorting process.
標簽: running advantage quicksort improved
上傳時間: 2013-12-01
上傳用戶:梧桐