-
convolution
convolution algorithm compression
- 2010-11-10 06:16:13下载
- 积分:1
-
imhist
实现图像的直方图,该函数功能强大,已经通过matlab运行(it can realize a image s hist! )
- 2010-05-23 21:45:23下载
- 积分:1
-
4-Simple-Fuzzy-PID-Controllers
this code simulates a 4fuzzy PID cotroller for ball-baem system and 3 other systems.
- 2013-07-26 16:09:53下载
- 积分:1
-
matlab
针对jsp问题下的遗传算法,并应用matlab解决该问题的实例(Jsp problem, genetic algorithms, and applications matlab to solve the problem instance)
- 2013-03-25 21:47:07下载
- 积分:1
-
floyd
MATLAB最短路径,最基础的计算网络最短路径的算法 floyd - 最短路问题
Syntax: [d,path]=floyd(a,sp,ep) (MATLAB shortest path, the most basic computing network shortest path algorithm)
- 2013-04-10 21:01:30下载
- 积分:1
-
BPSK
源码是BPSK单载波调制方式下对整个系统的调制与解调(Source is a single carrier BPSK modulation of the system under modulation and demodulation)
- 2010-06-17 13:47:09下载
- 积分:1
-
google-map-training
此程序主要是用Matlab进行点云数据的三维建模,对用Matlab进行三维重建有实用价值。
(The procedure is to use Matlab for modeling three-dimensional point cloud data on the three-dimensional reconstruction with Matlab has practical value.)
- 2011-01-19 14:30:42下载
- 积分:1
-
Hopfield
对hopfield网络的一个matlab实现,自己编写的一个程序,可视化的界面(Hopfield network on a matlab implementation of a program I have written, visual interface)
- 2011-04-25 12:53:51下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
LFM_freq_domain
线性调频信号不同时宽带宽积情况下频域分析及作图(Linear FM signal is not under the same time bandwidth product frequency domain analysis and graphing)
- 2010-05-05 19:40:47下载
- 积分:1