-
gabp-m-files
传算法对BP网络权值阈值进行优化的matlab源代码(matlab code )
- 2009-02-01 22:12:30下载
- 积分:1
-
plotpointsGradient
This function allow to plot a series of points represented in omogeneous
coordinates or euclidean ones
- 2010-07-22 16:55:16下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
ELM2011[1]
说明: 极限学习机在新环境下的应用,及其快速的算法(Extreme Learning Machine for applications in the new environment)
- 2011-02-21 15:00:51下载
- 积分:1
-
Euler-ODE-Solver
A forward Euler method has been implemented and a simple differential equation solved to compare the performance of the Euler method with Runge-Kutta method.
- 2011-06-28 05:51:32下载
- 积分:1
-
plinecoeff
此程序采用matlab语言进行编写,主要功能是根据数据画出研究生教材中数值分析的三次样条曲线(This program is written using matlab language, the main function is a cubic spline curve based on the data shown in numerical analysis textbook for graduate students)
- 2014-11-19 21:08:27下载
- 积分:1
-
VTKread_v2
Read .vtk files into matlab enviornment.
works only for binary file type
- 2009-06-24 23:40:46下载
- 积分:1
-
PSO
说明: 这是粒子群优化算法的实现,求解多模态函数非常使用(This is the Particle Swarm Optimization algorithm to solve multi-modal function is the use of)
- 2008-10-24 13:59:37下载
- 积分:1
-
somesvmtestexamplecode
说明: 基于matlab的svm算法练习的几个事例代码(matlab svm source code)
- 2009-08-27 15:42:34下载
- 积分:1
-
space.time.code.2t2r
该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收。内附主要程序的用途说明.(folder to the space-time block codes-Convolutional Codes cascade system simulation program, antenna configuration for the two 2 admission. Containing the main proceedings Description.)
- 2006-10-22 03:36:04下载
- 积分:1