-
surfacewater1
mat lab code to computte surface water on the satelite image
- 2010-11-08 17:05:15下载
- 积分:1
-
wavelet_denoising3_19
这是利用二维小波变化对图像进行消噪的例程,图像所含噪声主要是白噪声,主要集中在高频部分,程序给予了实现(Routine changes in the two-dimensional wavelet image denoising, image noise is mainly contained in the white noise is mainly concentrated in the high frequency part of the program given to the realization)
- 2013-03-28 18:07:00下载
- 积分:1
-
group-velocity-and-phase-velocity
电磁场和电磁波中相速度和群速度是个难点,本程序形象描述二者关系(Analog of the group velocity and phase velocity)
- 2012-05-03 15:29:52下载
- 积分:1
-
MMA_16
MMA盲均衡算法,上传供交流,希望大家提供宝贵的意见(MMA blind equalization algorithm, uploads for the exchange, we hope to provide valuable advice)
- 2021-04-20 21:08:50下载
- 积分:1
-
Fourth-order-runge-kutta-formula
四阶龙格库塔公式代码 控制水箱的程序,方便简单(Fourth-order Runge-Kutta formula code control tank program, convenient and simple)
- 2013-11-08 14:48:36下载
- 积分:1
-
untitled
three phase rectifier
- 2009-12-24 05:44:07下载
- 积分:1
-
StandardAtmosphere
说明: matlab程序,用于计算标准的大气廓线,(matlab procedures used to calculate the standard atmospheric profiles,)
- 2008-10-30 08:44:23下载
- 积分: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
-
ff
说明: gaussian file, sech pulse , average power calculation , loss and enumeration files are included.
- 2012-11-25 22:35:19下载
- 积分:1
-
kaSat
设计并仿真了适合Ka 频段卫星移动信道的信号传输体制仿真结果为最终实现方案提供
了可靠的数据同时针对所设计的Turbo 编码和GMSK 调制相结合的信号传输体制提出了迭
代信道估计算法明显改善了系统的误码率BER 性能(Designed and simulated for Ka-band mobile satellite channel signal transmission system simulation results for the final program provides reliable data also for the design of the Turbo coding and GMSK modulation combined signal transmission system proposed iterative channel estimation algorithm significantly improved the system bit error rate BER performance)
- 2010-11-29 01:20:51下载
- 积分:1