-
c33
fundamentals of cbir system...
- 2010-09-28 22:12:40下载
- 积分:1
-
myclock
matlab官网的时钟程序,请大家欣赏,资源共享(the clock programme used the matlab,it is wonderful ,thanks)
- 2010-01-24 19:21:00下载
- 积分: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
-
MPSK_sim
M-PSK的MATLAB代码。MPSK,MATLAB代码(The MATLAB M-PSK code. MPSK, MATLAB code)
- 2010-05-06 20:46:59下载
- 积分:1
-
Untitled
Wireless Sensor Networks WSNs Modified LEACH P=0.1
- 2015-04-13 20:02:23下载
- 积分:1
-
ICA-algorithm
这个是关于独立成分分析的一个MATLAB程序,可以用于图像与信号的分离。(This is a MATLAB code of ICA algorithm used for image or signals separation.)
- 2020-11-18 17:19:38下载
- 积分:1
-
face-detection
可以从一幅含有头和肩部的图像中检测出人脸,并用矩形框框起来,将矩形框中的人脸裁剪出来并另存为80*80的图片(Can be detected an image containing a head and shoulders of a person' s face, and the frame up with a rectangle, the human face of the rectangular box to cut out and save it as 80* 80 pictures)
- 2014-12-15 11:48:31下载
- 积分:1
-
matlabsimulation
卡尔曼滤波算法的仿真、最小二乘参数估计、整个电池管理系统的simulink仿真(Kalman filter algorithm simulation, least-squares parameter estimation, the whole of the battery management system simulink simulation)
- 2021-04-28 11:18:43下载
- 积分:1
-
8PSK
通信系统中信号调制技术,采用8PSK对信号进行调制的matlab仿真。(Communication system signal modulation technology, the signal 8PSK modulation matlab simulation.)
- 2014-12-25 10:40:35下载
- 积分:1
-
My_msk
利用matlab实现MSK调制 采用的是CPM调制的调制框图 内附CPM调制框图(MSK modulation implementation using matlab CPM modulated by the modulation block diagram)
- 2010-11-09 16:08:15下载
- 积分:1