-
mp3write
写mp3文件格式的matlab 源程序(Mp3 file format to write the matlab source code)
- 2007-07-21 12:05:16下载
- 积分:1
-
Wheel-Mobile-Robot(WMR)
robot simulation for matlab programming
- 2011-12-10 15:08:46下载
- 积分:1
-
pmsm_ideal
synchronous motor matlab simulink
- 2013-12-19 01:02:14下载
- 积分:1
-
NASA数据容量
说明: 在NASA原始数据基础上,提取容量数据(Based on the original NASA data, capacity data was extracted)
- 2018-12-28 10:59:10下载
- 积分:1
-
1394_VisionTools
说明: 1394 接口视觉工具箱 (英文工具箱,非常经典)(1394 interface visual toolbox (English toolbox, very classic))
- 2008-09-22 15:20:15下载
- 积分:1
-
kmean
利用k-means的算法实现图像区域分割,主程序只能运行灰度图像,彩色图像需另写调用程序(Using the k-means algorithm for image segmentation, the main program will only run grayscale image, color image subject to write the calling program)
- 2013-11-04 20:02:42下载
- 积分:1
-
spectxx
Wave Spectrum Radial Plot
- 2013-01-10 07:56:56下载
- 积分:1
-
PSOPID_ASP
this is PSO algorithm code that integrated with PID controller. This code example has been used for ASP system.
- 2013-12-26 10:11:20下载
- 积分:1
-
new
It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.
In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:44:52下载
- 积分:1
-
fit_ML_rayleigh
fit_ML_rayleigh - Maximum Likelihood fit of the rayleigh distribution of i.i.d. samples!.
Given the samples of a rayleigh distribution, the PDF parameter is found
fits data to the probability of the form:
p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format: result = fit_ML_rayleigh( x,hAx )
input: x - vector, samples with rayleigh distribution to be parameterized
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
s - fitted parameter
CRB - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type- ML
- 2011-02-09 19:10:54下载
- 积分:1