-
AntennaArray
多天线的角辐射功率演示,包括2种天线阵,1为线性真,一为任意布置.(A MATLAB GUI platform for displaying the radiation pattern of a narrowband beamformer with user-defined array geometry. User can specify the array geometry, directions of incoming signals, noise level, and the types of beamformer by mouse clicks. Useful for gaining insight about collaborative beamforming in sensor networks and random arrays. )
- 2009-12-19 12:57:47下载
- 积分:1
-
Simulink
薛定宇《基于MATLAB、Simulink的系统仿真技术与应用》(a famous book bout matlab simulink writed by xue ding yu)
- 2010-05-17 16:30:03下载
- 积分:1
-
wavelette
Wavelet Algorith with matlab
- 2012-09-06 02:39:11下载
- 积分:1
-
Non-sine-wave-communication
本文对非正弦波在双绞线上传输的相关技术进行了研究,并对其性能进行了仿真分析(The relevant technology of the non sine wave on the twisted-pair transmission)
- 2013-11-07 14:59:51下载
- 积分:1
-
Kalman(1)
运用matlab语言编制的卡尔曼滤波程序。(matlab kalman)
- 2012-04-18 15:02:11下载
- 积分:1
-
m10
计算机控制理论
课本案例源代码
matlab实现(computer control theroy
example codes in matlab)
- 2011-05-30 10:54:09下载
- 积分:1
-
Wavelab850
适用于压缩感知图像处理的工具包,对从事MR图像处理的朋友希望有帮助,matlab开发(wave lab forMRI processing)
- 2013-11-04 04:41:56下载
- 积分:1
-
kakamsimulation
对卡尔曼滤波原理进行了仿真! 可用于雷达脉冲受随机噪声干扰后的原始数据最优估计。(The principle of the Kalman filter simulation! Can be used for radar pulse by the random noise of the original data after the optimal estimation.)
- 2009-02-22 18:01:40下载
- 积分: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
-
基于NSCT和PCNN的图像融合算法NSCT PCNN
基于NSCT和PCNN的图像融合算法,提高了融合效果。(base on nsct-pcnn page_fusion)
- 2014-12-03 17:09:46下载
- 积分:1