-
WAVEPACKETyasuo
说明: 本程序是利用小波包进行图像的压缩的简单的编程(This procedure is the use of wavelet packet image compression for simple programming)
- 2011-03-12 20:53:51下载
- 积分:1
-
cheby
构造N次切比雪夫逼近多项式,实现多项式插值(Structure N times Chebyshev polynomial approximation)
- 2011-04-20 14:32:10下载
- 积分:1
-
singlehex2num
Convert single precision IEEE hexadecimal string to number. By Matthias Nö ll.
- 2013-07-31 09:22:17下载
- 积分:1
-
RBF-network
RBF网络在matlab开发环境中的实现实例,有利于初学者学习与掌握(RBF network in matlab to achieve the development environment example, be helpful for beginners to learn and master
)
- 2012-05-03 18:22:18下载
- 积分:1
-
FUZZY_NETWORK
Simple Matlab Code for Neural Network Hebb Learning Rule.
It is good for NN beginners students. It can be applied for simple tasks e.g. Logic and , or , not and simple images classification.
- 2015-02-14 21:56:58下载
- 积分:1
-
work
实现高分辨率遥感图像和低分辨率图像的融合算法的研究源代码(To achieve high-resolution remote sensing image fusion algorithm and a low-resolution image of the source code for research)
- 2015-04-17 11:54:20下载
- 积分: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
-
MATLAB-practical--material
MATLAB实用源代码和一些资料,感觉挺有用的(MATLAB practical source code and material)
- 2013-04-10 11:41:56下载
- 积分:1
-
PL_logdist_or_norm
描述对数距离/正态阴影衰落路径损耗模型的MATLAB程序(A description of the number of distance/normal shadow fading MATLAB program path loss model)
- 2021-04-19 20:38:50下载
- 积分:1
-
viterbi_Program_Matlab
说明: Viterbi编码器和译码器的MATLAB实现,适合各种编码方式,包括213,217,219等,是一种通用的程序(Viterbi encoder and decoder in MATLAB to achieve, for a variety of encoding, including the 213,217,219, etc., is a common procedure)
- 2010-04-28 09:56:14下载
- 积分:1