-
fit
Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数,
其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。(Matlab provides a fast way to achieve polynomial fitting function polyfit () function,
The format: p = polyfit (x, y, n) where x, y as the sample vector, n is the number of items of polynomial fitting. The following proposed f (x) = sinx+ x, the interval-3,3】 【intervals on the order of 0.5 to fit.)
- 2021-02-19 12:09:44下载
- 积分:1
-
ipf
这是一个时间序列的高通滤波matlab函数!(This is a time series of high-pass filter function matlab!)
- 2009-04-09 15:31:44下载
- 积分:1
-
LSTVBLAST
文章论述了LST系统vblast检测算法的仿真比较。(This article discusses the LST system vblast Simulation Comparison of detection algorithm.)
- 2010-10-23 01:13:37下载
- 积分:1
-
HMM
hidden markove modeling for text dependent speaker recognition
- 2009-05-06 08:04:49下载
- 积分:1
-
GoogleChart
基于Googlechar 的图表实现,可以运行的(basic on Googl char,it can work !with Chars)
- 2013-11-07 16:46:43下载
- 积分:1
-
basic-pso
基本粒子群算法的matlab实现,粒子群是二维的,其中已给出多个测试函数。(Particle swarm optimization matlab implementation, PSO is a two-dimensional, which has given more than one test function.)
- 2011-07-27 11:31:10下载
- 积分:1
-
MATLAB
MATLAB作业用,MATLAB实验用,MATLAB数字信号处理,信号与系统(MATLAB work with, MATLAB experiment, MATLAB Digital Signal Processing, Signals and Systems)
- 2013-11-09 20:28:00下载
- 积分:1
-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1
-
023906-01
张学工模式识别课件清华大学出版社。word版本(Zhang workers Pattern Recognition Courseware)
- 2013-03-20 20:51:30下载
- 积分:1
-
FFT
此代码是用MATLAB进行对数据做FFT变换(This code is done using MATLAB FFT transform data)
- 2014-05-05 20:47:23下载
- 积分:1