-
ronghesuanfa
基于小波变换的模糊图像融合程序。是两幅图像的处理程序。(Based on the wavelet transform of fuzzy image fusion process)
- 2010-07-23 19:22:59下载
- 积分:1
-
gsde
遗传算法程序,利用GS-DE算法进行衍射光学元件设计.(Genetic Algorithm Programming,GS-DE algorithm for diffractive optical element design.)
- 2012-04-28 10:53:10下载
- 积分:1
-
LTI
信号与系统中的LTI线性非时变系统的程式例题,将作业题目写成MATLAB程式进行模拟与判断。(Signals and systems in the LTI LTI system programming examples, job title will be written in MATLAB programming for simulation and judgments.)
- 2010-11-12 12:47:37下载
- 积分: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
-
pressure_Batch_smooth
光顺MATLAB中画出的曲线,相当于Excel中的拟合曲线的功能(Fairing draw curves in MATLAB)
- 2014-08-10 18:24:48下载
- 积分:1
-
bai-4-mfile
Intelligent control - excercise 4
- 2013-05-01 00:41:20下载
- 积分:1
-
CP0101_BANDWIDTH
由matlab仿真的,超宽带信号中估计带宽程序(By matlab simulation, ultra-wideband signal bandwidth procedure estimated)
- 2009-03-05 19:51:38下载
- 积分:1
-
OFDM1
说明: 一个OFDM通信系统的matlab源程序,相信很多学通信的同学都用得着。(an OFDM system Matlab source, I believe many of the communications school students are worthwhile.)
- 2006-01-08 22:37:45下载
- 积分:1
-
局部均值分解——LMD
说明: 该方法自适应地将一个复杂的非平稳的多分量信号分解为若干个瞬时频率具有物理意义的乘积函数(Product function,简称PF)之和,其中每一个PF分量由一个包络信号和一个纯调频信号直接求出。包络信号就是该PF分量的瞬时幅值,而PF分量的瞬时频率则可以由纯调频信号直接求出,进一步将所有PF分量的瞬时幅值和瞬时频率组合,便可以得到原始信号的完整的时频分布。(This method adaptively decomposes a complex non-stationary multi-component signal into the sum of several product functions (PF) with physical meanings at instantaneous frequencies, where each PF component consists of an envelope signal and a pure The FM signal is directly obtained. The envelope signal is the instantaneous amplitude of the PF component, and the instantaneous frequency of the PF component can be directly obtained from the pure frequency modulation signal. Further, the instantaneous amplitude of all PF components and the instantaneous frequency are combined to obtain the complete original signal. Time-frequency distribution.)
- 2020-06-30 10:22:02下载
- 积分:1
-
matlab
LEACH算法在MATLAB环境中的仿真,能出结果的哦(LEACH algorithm simulation in MATLAB environment, oh, what can the results)
- 2010-06-06 01:09:15下载
- 积分:1