Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, can do either fixed or floating point with just a recompile, and is efficient enough for all but the most demanding applications.
標簽: platform-specific optimizations complicated FFT
上傳時間: 2016-04-07
上傳用戶:h886166
消息中間件(Message—OrientedMiddleware,簡稱MOM)提供客戶和服務器的同步和異步連接,并且在任意的時刻對消息進行傳送和存儲轉發。消息的傳輸一般都支持Point—to—Point模式和Publish/Subscribe模式。消息中間件為大規模分布式環境下應用程序的集成提供了一種有力的集成工具。越來越多的分布式應用采用消息中間件,通過消息中間件把應用擴展到不同的操作系統和不同的網絡環境。
標簽: OrientedMiddleware Message
上傳時間: 2013-12-20
上傳用戶:天誠24
// // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.
標簽: Sample Histogram Grabber sample
上傳時間: 2013-12-15
上傳用戶:ryb
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
標簽: CENTRES KMEANS OPTIONS cluster
上傳時間: 2014-01-07
上傳用戶:zhouli
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRADF is the gradient of the `energy function F.
標簽: Carlo Monte algorithm sampling
上傳時間: 2013-12-02
上傳用戶:jkhjkh1982
遺傳算法和“貨郎擔” 問題: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."
標簽: traveling salesman problem finite
上傳時間: 2013-12-24
上傳用戶:watch100
New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
標簽: classification algorithm for training
上傳時間: 2014-12-20
上傳用戶:stvnash
“手機銀行”也稱為移動銀行,它是通過移動通信網絡將客戶的手機連接至銀行,實現利用手機界面完成各種金融理財業務的服務系統。“手機銀行”服務的推出,使得手機不再只是一個通信工具,還能進行金融理財,同時也成為了一個移動POS(point of sales)機,使其成為繼銀行柜臺、自助銀行、電話銀行、網上銀行之后的新的服務渠道。
上傳時間: 2014-01-03
上傳用戶:frank1234
The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples. The returned model has the form 1) if input1 is A11 and input 2 is A12 then output =f1(input1,input2) 2) if input1 is A21 and input 2 is A22 then output =f2(input1,input2) 看不懂,據高手說,非常有用。
標簽: identification neuro-fuzzy implemented analysis
上傳時間: 2014-01-12
上傳用戶:zgu489
This exercise is aimed at exploring how rate control and adaptation of carrier sense threshold can affect spatial reuse (and hence aggregate throughput) in a multi-hop network.
標簽: adaptation exploring threshold exercise
上傳時間: 2016-05-07
上傳用戶:D&L37