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.
標(biāo)簽: iterations performs Bailey number
上傳時(shí)間: 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
標(biāo)簽: program this assignment JTable
上傳時(shí)間: 2013-12-13
上傳用戶:時(shí)代電子小智
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.
標(biāo)簽: synchronization implementation controller geometric
上傳時(shí)間: 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.
標(biāo)簽: introduced generators implement chaotic
上傳時(shí)間: 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.
標(biāo)簽: spatiotemporal paralleled digitized generator
上傳時(shí)間: 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.
標(biāo)簽: sourcecode quicksort algorithm together
上傳時(shí)間: 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
標(biāo)簽: function perfect problem used
上傳時(shí)間: 2017-07-30
上傳用戶:皇族傳媒
Desired beamformer, Beam patterns for broadband Array
標(biāo)簽: beamformer Desired
上傳時(shí)間: 2014-01-13
上傳用戶:牧羊人8920
1.入門教程文件夾 在該文件夾中包括了JavaScript的大部分知識(shí),可以幫助讀者快速入門。主要包括:JavaScript語言概述,JavaScript語言入門,JavaScript事件處理,JavaScript基于對(duì)象編程,文檔對(duì)象模型(DOM),String、Math、Array等數(shù)據(jù)對(duì)象,Window及相關(guān)頂級(jí)對(duì)象,Document對(duì)象等 。 2.視頻動(dòng)畫文件夾 在該文件夾中包括5個(gè)視頻動(dòng)畫,可以通過他們快速學(xué)習(xí)JavaScript。
標(biāo)簽: JavaScript 入門教程 分
上傳時(shí)間: 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.
標(biāo)簽: running advantage quicksort improved
上傳時(shí)間: 2013-12-01
上傳用戶:梧桐
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1