Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
算法(algorithm),在数学(算学)和计算机科学之中,为任何良定义的具体计算步骤的一个序列,常用于计算、数据处理和自动推理。精确而言,算法是一个表示为有限长列表的有效方法。算法应包含清晰定义的指令用于计算函数。
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
C procedures commonly used algorithm sets. Common C language code link. Contact enhancement of the C language code capac...
A hill climbing algorithm for finding the minimum of a function fitnessfun in the real space.
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulati...
This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data is...
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds...
EM algorithm with a Rauch-Tung-Striebel smoother and an M step,内有说明
利用Partition-Ligation algorithm计算生物SNP的单倍型频率
This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Estimating Speed from Si...
This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within ...