-
cubic_spline
numerical analysis technique for interpolation
- 2010-09-01 14:24:36下载
- 积分:1
-
luv2rgb
LAB2RGB Convert an image from CIELAB to RGB
function [R, G, B] = Lab2RGB(L, a, b)
function [R, G, B] = Lab2RGB(I)
function I = Lab2RGB(...)
- 2010-05-14 08:26:09下载
- 积分:1
-
spline_matlab
该程序是利用MATLAB编写,用于三次样条曲线的生成。(The program is written in MATLAB for the cubic spline curve generation.)
- 2011-06-25 18:26:28下载
- 积分:1
-
scatter_LDS
Scatter plot for large data set (tested for 10 million points)
- 2014-02-06 17:57:49下载
- 积分:1
-
22500794GA-SVM
本程序事实现遗传算法(GA)优化支持向量机(SVM),具有很好的学习价值。(This procedure to achieve something genetic algorithm (GA) optimization support vector machine (SVM), having a good learning value.)
- 2017-03-13 19:40:13下载
- 积分: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
-
Power-Load-Forecasting-Model
Elman神经网络的数据预测—电力负荷预测模型研究(Elman neural network data prediction- Power Load Forecasting Model)
- 2013-07-11 09:30:55下载
- 积分:1
-
view_EMGwave
读取数据,能够通过MATLAB读取多通道信号数据(Read the data, multi-channel signal data can be read by MATLAB)
- 2015-01-13 14:25:22下载
- 积分:1
-
0
说明: 正余弦函数发生器设计是需要的地址对应值,希望对你有帮助(Cosine function generator is designed to address needs of the corresponding value, want to help you)
- 2010-05-21 19:12:03下载
- 积分:1
-
fuzzy
用模糊控制方式控制锅炉水位,用模糊控制方式控制锅炉水位(Using fuzzy control of boiler water level control with fuzzy control of boiler water level control)
- 2009-05-16 18:06:35下载
- 积分:1