-
PID_Program
《先进pid控制matlab仿真》光盘源码()
- 2007-10-16 11:01:36下载
- 积分:1
-
cwdenoise
复小波分解的程序,对信号进行去噪,只有一个程序,实现复小波的分解(Complex wavelet decomposition process, the signal denoising, only one procedure to achieve the decomposition of complex wavelet)
- 2021-03-30 20:29:09下载
- 积分:1
-
impicitBPM
This file is m-file about Implicit BPM for directional coupler waveguide.
- 2012-03-31 11:06:15下载
- 积分:1
-
adaboost
基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST(face detection code based on ADABOOST using inheritance strategies, and it includs the calculation and extraction of features, the training and cascade of ADABOOST, and the data will be trained out at last,annotations is also given as well , it can help you research ADBOOST)
- 2011-09-07 08:45:02下载
- 积分:1
-
MPCcontrol
模型预测控制实例,包含一段MPC控制的程序和仿真数据(model predict control)
- 2020-12-05 15:19:23下载
- 积分:1
-
TSP路径规划
TSP问题实现多目标点的路径规划,使其路径最短(The TSP problem realizes the path planning of multiple target points, making the shortest path.)
- 2018-10-31 23:15:04下载
- 积分:1
-
face_detection
%Reading RGB 图像
i=imread("face8.jpg") ;
I=rgb2gray(i) ;
BW=im2bw(I) ;
figure,imshow(BW)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%减少消耗的背景部分
[n1 n2]=size(BW) ;
r=floor(n1/10) ;
c=floor(n2/10) ;
x 1 = 1 ; x 2 = r ;
s = r * c;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-01 23:02:33下载
- 积分:1
-
bw_fragile_robust
matlab编写的对二值图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达100个字节。提取时可验证是否被修改过,如修改不严重,可提取隐藏信息,如果修改过多,则只能确定是否有修改,而不知道隐藏的信息是什么(matlab prepared binary image of the digital watermark added and extraction procedures. Compression package has sample images. Can add watermarks, the results of the changes are not easily distinguishable from the naked eye, does not affect use. Can be added to the information length of 100 bytes. Verifiable extraction has been modified, such as modification is not serious, can extract hidden information, if too many modifications, you can only determine whether changes were needed, they do not know what information is hidden)
- 2008-02-20 13:29:42下载
- 积分:1
-
MATLABlesson
这本书,是通过一些实际的例子来让你学习MATLAB。(This book, through some actual examples to learn MATLAB.)
- 2010-05-25 21:54:32下载
- 积分:1
-
Ch06
机器学习实战 第六章
Machine Learning in Action Charpter6 instance(Machine Learning in Action Charpter6 instance)
- 2015-02-11 20:49:24下载
- 积分:1