-
corr
fmri数据一个roi与全脑体素做相关,返回corr map(fmri data in a roi do with the whole brain voxel-related return corr map)
- 2010-11-10 17:05:26下载
- 积分:1
-
Diagonal
Matriz Zic Zac Gen.
Expample:
1 3 6
2 5
4
- 2009-06-03 23:42:22下载
- 积分:1
-
energygray1
计算视频图像中每一帧的能量,matlab 代码,可以用于分析图像原能量与编码解码后,误差与原图像能量的倍数关系(computing the energy of each frame in image processing)
- 2013-11-27 20:58:33下载
- 积分:1
-
adaptse1
利用MATLAB实现变长自适应滤波,实现语音增强的功能(MATLAB realize the use of variable length adaptive filtering, realize the function of speech enhancement)
- 2012-04-11 19:53:40下载
- 积分:1
-
61996
2d and 3d brain plots in matlab
- 2015-03-03 15:04:14下载
- 积分:1
-
pegasisSSS
Pegasis wsn routing u can download IT
- 2015-03-11 06:50:47下载
- 积分:1
-
hanpao
包括最小二乘法、SVM、神经网络、1_k近邻法,使用高阶累积量对MPSK信号进行调制识别,分数阶傅里叶变换计算方面。( Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Using high-order cumulants of MPSK signal modulation recognition, Fractional Fourier transform computing.)
- 2017-01-10 13:12:14下载
- 积分:1
-
贝叶斯正则化算法提高 BP 网络的推广能力
采用贝叶斯正则化算法提高 BP 网络的推广能力。 在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。(Bayesian regularization algorithm to improve the generalization ability of BP network. In this example, we use two training methods, namely LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to train BP network so that it can fit a sine additional white noise sample data.)
- 2016-09-06 09:05:45下载
- 积分:1
-
duo_encode
采用多种方式的调制技术,在通信中具备抗干扰,抗多径等各种功能。(Modulation technique using a variety of ways, in communication with jamming, anti-multipath and other functions.)
- 2010-12-10 18:18:39下载
- 积分: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