-
codeandanswer
《MATLAB 7.X程序设计》-王建卫-源代码及习题答案(" MATLAB 7.X program design" - Wang Wei- the source code and answer exercises)
- 2009-03-19 16:05:13下载
- 积分:1
-
pudn2124356
useful MATLAB tips for programmers
- 2012-06-16 15:56:48下载
- 积分:1
-
matlabCheseboard
利用matlab软件来绘制Chessboard,可以用于摄像机张正友方法的标定(Using matlab software to draw the Chessboard, the camera can be used to calibrate the method of Zhang Zhengyou)
- 2015-01-08 20:15:15下载
- 积分:1
-
用Matlab实现一副图片中多个人脸的识别 facedetection
用Matlab实现一副图片中多个人脸的识别,另附有一片文章以帮助了解,识别效果非常好,适应性很强。(Using matlab to achieve multiple faces recognition in a picture,and attach a text to help understand, the effect is very good,strong adaptability.)
- 2020-06-28 11:00:02下载
- 积分:1
-
QAM
QAM调制的MATLAB仿真程序,是深入理解调制解调的一个很好的例子。(QAM modulation MATLAB simulation program, an in-depth understanding of modulation and demodulation of a good example.)
- 2007-11-03 22:10:00下载
- 积分:1
-
HDF5.0_chinese
HDF5的中文使用说明,找了很久才找到的资料,HDF5编程的很好的入门资料。(The Chinese use HDF5, looking for a long time to find information, HDF5 programming is a good introductory information.)
- 2014-01-23 13:59:04下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
newton-raphson
Newton-Raphson method for all real roots of the polynomial
计算多项式实根的Newton-Raphson算法源代码(nonlinear fitting)
- 2011-10-07 01:41:23下载
- 积分:1
-
mohu
此为模糊PID自适应控制程序,可以用于仿真或者实验,经过本人验证可直接运行(This is a fuzzy adaptive PID control procedures can be used to simulate or experiment can be run directly after I verify)
- 2014-10-29 21:57:52下载
- 积分:1
-
bagging
Breiman的bagging算法,是bootstrap aggregating的缩写,是最早的Ensemble算法之一,它也是最直接容易实现,又有着另人惊讶的好效果的算法之一。(Breiman’s bagging, short for bootstrap aggregating, is one of the earliest ensemble based algorithms.)
- 2021-05-13 23:30:02下载
- 积分:1