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.
資源簡介: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...
上傳時間: 2014-01-05
上傳用戶:libenshu01
資源簡介:This set of simulation files performs a computational complexity performance comparison of the two methods mentioned in the paper. The source is ANSI-C compliant, hence any C-compiler can be used to compile the source code. It has been test...
上傳時間: 2014-12-22
上傳用戶:aig85
資源簡介:) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variabl...
上傳時間: 2017-05-30
上傳用戶:yuchunhai1990
資源簡介:一個游戲 the hardware for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store marbles (beans). -- -- The display indicates the number of marbles in each bin at any given t...
上傳時間: 2015-06-10
上傳用戶:cc1015285075
資源簡介:the code is a example of DOBC.
上傳時間: 2015-06-13
上傳用戶:牧羊人8920
資源簡介:The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region ...
上傳時間: 2013-12-13
上傳用戶:cylnpy
資源簡介:open gl source code for a nice scenic view which outsources the lighting and shading properties
上傳時間: 2017-07-24
上傳用戶:yepeng139
資源簡介:UCL Common Code Library Routines common to a number of multimedia tools. The library originates from work on the RAT project: these are portions that are not directly related to an audio tool and potentially useful elsewhere.
上傳時間: 2013-12-25
上傳用戶:xiaohuanhuan
資源簡介:The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
上傳時間: 2013-12-23
上傳用戶:風之驕子
資源簡介:The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities i...
上傳時間: 2015-02-05
上傳用戶:TF2015
資源簡介:Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the...
上傳時間: 2013-12-26
上傳用戶:com1com2
資源簡介:WebHangman a game can be play on the website contain the total code of JAVA
上傳時間: 2013-12-16
上傳用戶:星仔
資源簡介:The present LS-SVMlab toolbox contains Matlab/C implementations for a number of LS-SVM algorithms.
上傳時間: 2014-11-12
上傳用戶:氣溫達上千萬的
資源簡介:This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
上傳時間: 2015-10-08
上傳用戶:xieguodong1234
資源簡介:The creation of believable and endearing characters in computer graphics presents a number of technical challenges, including the modeling, animation and rendering of complex shapes such as heads, hands, and clothing.
上傳時間: 2014-01-23
上傳用戶:gdgzhym
資源簡介:Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to...
上傳時間: 2015-10-27
上傳用戶:plsee
資源簡介:The Ntrip RTCM Multiclient "NtripRTCMMC" simultaneously reads a number of real-time RTK data streams in RTCM 2.x format (basicly message types 18 and 19) as received from an Ntrip Broadcaster. It decodes the streams and generates raw and...
上傳時間: 2015-11-15
上傳用戶:一諾88
資源簡介:It can also accept a number of ftp connection (multithreaded), and with most of the commercial ftp server functions. Server supports all basic ftp orders and to provide a simple user interface management, virtual directory support. This art...
上傳時間: 2013-12-17
上傳用戶:拔絲土豆
資源簡介:Yet another Java implementation for the addictive Minesweeper game. This game comes with a number of options unavailable in Windows s version, such as allowing more than one mines in a square.
上傳時間: 2014-01-06
上傳用戶:zhaiyanzhong
資源簡介:The problem of image registration subsumes a number of problems and techniques in multiframe image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature t...
上傳時間: 2016-01-20
上傳用戶:520
資源簡介:The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This...
上傳時間: 2014-11-29
上傳用戶:zhangliming420
資源簡介:Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.
上傳時間: 2016-01-30
上傳用戶:gonuiln
資源簡介:How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically a...
上傳時間: 2013-12-21
上傳用戶:gxmm
資源簡介:Foreword The four case studies that follow each have a number of common features. They each illustrate the birth of an idea and show how that idea can be realised into a marketable product. Each case study deals with engineering design and...
上傳時間: 2016-02-17
上傳用戶:熊少鋒
資源簡介:The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. ...
上傳時間: 2014-11-16
上傳用戶:hoperingcong
資源簡介:This book reflects the efforts of a number of experienced Linux professionals to prepare for the LPIC-2 beta-exam. It is -- and always will be -- a work in progress.
上傳時間: 2014-01-10
上傳用戶:拔絲土豆
資源簡介:software to find the threshold of an LDPC code in a Gaussian channel
上傳時間: 2016-12-03
上傳用戶:fnhhs
資源簡介:This the unix command wc [word count]. Write wc and the name of a file, wc will return the number of words in the file.
上傳時間: 2013-12-22
上傳用戶:woshiayin
資源簡介:This is a simple code sample to interpolate a 3d set of points using the bezier algorithm minimized to 4 points.
上傳時間: 2017-04-23
上傳用戶:牛布牛
資源簡介:this code is a implementation of the Discrete cosinuss transformation. In this code I have used the direct méthode of calcul by used the equation without used the maatrix multiplication.
上傳時間: 2013-12-19
上傳用戶:lanwei