-
Fouriertransfor_new
主要实现对图像的二维傅里叶变换,并以一种更加直观的方式显示结果。(Main realization of image 2 d Fourier transform, and in a more intuitive way to show results.)
- 2012-04-16 20:56:54下载
- 积分:1
-
matlab-GA
该程序是利用遗传算法求解f=21.5+x1sin(4*pi*x1)+x2sin(20*pi*x2)在-3.0<=x1<=12.1 和 4.1<=x2<=5.8 上的最大值 (The program is the use of genetic algorithms f = 21.5+x1sin (4* pi* x1)+x2sin (20* pi* x2)-3.0 < = x1 < = 12.1 and 4.1 < = x2 < = maximum of 5.8 on the)
- 2015-01-12 15:06:20下载
- 积分:1
-
9-10
自适应滤波原理(国外教材)计算机作业的MATLAB程序,调试通过,有一定的参考价值。(Principles of Adaptive Filtering (foreign materials) MATLAB computer operating procedures, testing is passed, there is a certain reference value.)
- 2009-06-07 14:38:20下载
- 积分:1
-
Folder
Matlab codes for calculating RMS Value and finding roots.
- 2010-01-24 14:26:37下载
- 积分:1
-
matlab-difference-in-fplot-and-Plot
matlab中fplot与Plot的区别,希望对大家有所帮助。(matlab difference in fplot and Plot, we want to help.)
- 2011-01-20 10:40:43下载
- 积分:1
-
motor
实时监控电机的运转速率,保证电机的正常运转(Real-time monitoring of the motor running speed, to ensure the normal operation of the motor)
- 2011-05-21 02:03:19下载
- 积分:1
-
MaskLiver
首先对图像网格化,选择网格坐标位置作为标记种子点添充目标物体。matlab
(first images of the grid, select grid coordinates position as a marker seed Tim charge of target objects. Matlab)
- 2007-04-12 08:45:02下载
- 积分:1
-
figure1
fig文件用来显示计算出的太阳辐射随时间变化曲线(this figure show the solar radiation change with time)
- 2012-05-03 14:13:38下载
- 积分:1
-
HOG-LBP-detection
该程序分别提取正负样本图像的HOG和LBP特征,利用支持向量机进行样本训练,得到行人分类器。利用训练好的分类器进行检测,实验结果表明,该方法可以有效检测出图像中的行人,并达到了较好的检测结果。(A novel approach based on combining Histogram of oriented gradients (HOG) and LocalBinary Pattern(LBP) is suggested in the program.Also liner SVM is acted as the classifier,and the experiment suggests that the method can better deal with human detection.)
- 2021-04-21 13:38:49下载
- 积分:1
-
ipc
inter-process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC methods are divided into methods for message passing, synchronization, shared memory, and remote procedure calls (RPC). The method of IPC used may vary based on the bandwidth and latency of communication between the threads, and the type of data being communicated.
- 2014-10-10 10:19:21下载
- 积分:1