-
shuzhijisuan
该文档第一部分总结了matlab中的基本函数其表达式,编程以及范例。第二部分讲了如何插值拟合以及查表。里面有非常详细的解释,并且配有程序范例。(The first part of the document summarizes the basic function of matlab in its expression, programming, and example. The second part of the talk about how to fit and look-up table interpolation. There are very detailed explanation, and with a program example.)
- 2010-10-01 14:16:07下载
- 积分:1
-
RLS
使用MATLAB编写的rls滤波器程序代码!(Prepared using the MATLAB code filter rls!)
- 2008-07-21 21:00:33下载
- 积分:1
-
chap01_12
先进pid matlab 仿真 刘金琨 第版 第一章程序 pid matlab simulink liujinkunc hap01_12.rar
- 2009-07-17 21:27:24下载
- 积分:1
-
lagrangepoly
本代码能实现拉格朗日函数拟合,经验证具有很好的插值拟合效果。(This code can achieve the Lagrangian function fitting, interpolation proven with good fitting effect.)
- 2013-12-25 18:40:08下载
- 积分:1
-
信息隐藏AMENDE
在matlab中实现文本、音频、图片、视频的隐写和恢复(Implement the text, audio, picture, and video steganography)
- 2020-07-02 00:20:01下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1
-
gatool
说明: 该文件夹中,包含的为遗传算法工具箱的程序。(The folder that contains the genetic algorithm toolbox for the procedure.)
- 2010-03-26 10:20:13下载
- 积分:1
-
walker
模拟人的步行,是一个很好的模拟程序!!!( WALKER Human gait.
This model, developed by Nikolaus Troje, is a five-term Fourier series
with vector-valued coefficients that are the principal components for
data obtained in motion capture experiments involving subjects wearing
reflective markers walking on a treadmill. The components, which are
also known as "postures" or "eigenwalkers", correspond to the static
position, forward motion, sideways sway, and two hopping/bouncing
movements that differ in the phase relationship between the upper and
lower portions of the body. The postures are also classified by gender.
Sliders allow you to vary the amount that each component contributes to
the overall motion. A slider setting greater than 1.0 overemphasizes
the characteristic. Can you see whether positive values of the gender
coefficient correspond to male or female subjects?)
- 2012-03-22 14:31:26下载
- 积分:1
-
Houghlinedetect.doc
有关使用matlab下使用hough函数实现直线检测的方法,并可对任意两条直线计算两者的夹角(using hough function detect the straight lines under the Matlab)
- 2012-05-16 15:54:32下载
- 积分:1
-
maxmin1
HILBERT-HUANG TANSFORM 进行曲线拟和时求信号极大极小值的两种方法(SYSTEMS-CSF TANSFORM for curve fitting and time for signal minimax Two methods)
- 2007-04-30 22:15:25下载
- 积分:1