-
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
-
MATLAB-Code-for-Speed-Control-of-three-phase-Indu
MATLAB Code for Speed Control of three phase Induction motor using Variable Rotor Resistance
- 2014-12-04 13:36:25下载
- 积分:1
-
Buck_cmc
MATLAB buck 电路 电流控制 可调节各种参数(Buck converter with Current Mode Control)
- 2015-06-12 06:38:48下载
- 积分:1
-
2PSK
在二进制数字调制中,当正弦载波的相位随二进制数字基带信号离散变化时,则产生二进制移相键控(2PSK)信号。 通常用已调信号载波的 0°和 180°分别表示二进制数字基带信号的 1 和 0,用matlab实现其功能。(In binary digital modulation, phase when the sine wave with the discrete binary digital baseband signal changes, then generates a binary phase shift keying (2PSK) signal. Usually expressed respectively 1 and 0 binary digital baseband signal with the modulated signal carrier of 0 ° and 180 °, to achieve its function with matlab.)
- 2013-05-02 20:24:03下载
- 积分:1
-
SEA_det_v1.3
一种的新的球形译码算法,结果给出复杂度和误码率(New kind of spherical decoding algorithm, the results given the complexity and error rate)
- 2011-09-16 13:42:51下载
- 积分:1
-
ios_components_and_8_demos
ios components with 8 demos
uploded by: Pedro sidi larbi sabra tlemcen alg
- 2015-04-07 22:02:40下载
- 积分:1
-
6
说明: 模糊控制器的设计不依靠被控对象的模型,而是依靠控制专家或操作者的经验知识。模糊控制的突出优点是能够比较容易地将人的控制经验溶入到控制器中,但若缺乏一定的控制经验,很难设计出高水平的模糊控制器。而且,由于模糊控制器采用了IF-THRN控制规则,不便于控制参数的学习和调整,使得构造具有自适应的模糊控制器较困难。
自适应模糊控制是指具有自适应学习算法的模糊逻辑系统,其学习算法是依靠数据信息来调整模糊逻辑系统的参数。一个自适应模糊控制器可以用一个单一的自适应模糊系统构成,也可以用若干个自适应模糊系统构成。与传统的自适应控制相比,自适应模糊控制的优越性在于它可以利用操作人员提供的语言模糊性信息,对具有高度不确定因素的系统尤为重要(Fuzzy controller design does not rely on the controlled object model, but on control expert knowledge or experience of the operator. Highlight the advantages of fuzzy control is the ability to more easily control the experience of people integrated into the controller, but if a certain lack of control experience, it is difficult to design a high-level fuzzy controller. Moreover, since the fuzzy controller using the IF-THRN control rules is not easy to learn and adjust the control parameters, making construction more difficult adaptive fuzzy controller. Adaptive fuzzy control refers to the fuzzy logic system with adaptive learning algorithm, which is to rely on the data information learning algorithm to adjust the parameters of fuzzy logic systems. An adaptive fuzzy controller with a single adaptive fuzzy system configuration, you can also use a number of adaptive fuzzy system structure. Compared with the traditional adaptive control, adaptive fuzzy control advantages is that it can tak)
- 2015-04-21 16:50:50下载
- 积分:1
-
GPSsignalgeneration
利用Matlab生成GPS C/A 码的基带信号。
(1)产生卫星PRN 号码为“5”的一组C/A 码;
(2)循环生成25 页的导航数据,GPS 时间可填入一固定的已知数值;
(3)生成C/A 码扩频信号,每个C/A 码码片给出4 个采样数据;
(4)基带信号采用方波信号,电平为0 和1,占空比为50 %,
不加入噪声,进一步生成某个特定的中频信号(The baseband signal is generated using Matlab GPS C/A code. (1) generate satellite PRN number " 5" is a set of C/A code (2) loop generates 25 navigation data, GPS time can be filled with a fixed known value (3) generated C/A code spread spectrum signals, each C/A code chip sample data is given 4 (4) a baseband signal using a square wave signal with a level of 0 and a duty cycle of 50 , the noise was not added, and further generates a a specific frequency signal)
- 2014-03-14 15:32:26下载
- 积分:1
-
AdvancedPIDControl
说明: 先进PID控制及其MATLAB仿真
1、所有仿真程序按章归类,光盘中的程序名与书中一一对应。
2、将光盘中的仿真程序拷入硬盘MATLAB运行的路径中,便可仿真运行。
3、本书仿真程序在MATLAB 5.3版下运行成功,并适用于其他版本。
(Advanced PID Control and MATLAB Simulation
1, all the simulation procedures are classified by chapter, the program name CD-one correspondence with the book.
2, CD-ROM drive copyed MATLAB simulation program running path, simulation can be run.
3, the book version of simulation program in MATLAB 5.3 running successfully, and apply to other versions.)
- 2010-04-26 14:43:22下载
- 积分:1
-
mf
说明: test1: a simple example for optical flow:
1 take the camera man picture for example
2 move it with subpixels (interpolate to get the result)
3 optical flow to estimate the motion
test2-7 simple examples for picture rotation and translations
- 2012-06-09 02:11:30下载
- 积分:1