-
matrix
求图象灰度共生矩阵的代码,希望对大家有用(Image Gray Level Co-occurrence matrix for the code, in the hope that useful)
- 2007-11-28 11:00:58下载
- 积分:1
-
QR-matrix
该程序是QR解矩阵特征值的,matlab程序(The program is the solution matrix eigenvalue QR)
- 2011-08-29 14:21:29下载
- 积分:1
-
fun_wvd
维格纳-威尔分布实用程序,仅供参考,用于学习交流(Wigner-Will Distribution)
- 2013-10-21 10:18:33下载
- 积分:1
-
genetic-algorithm
说明: 遗传算法 用MATLAB实现遗传算法程序(genetic algorithm)
- 2010-04-19 18:20:33下载
- 积分:1
-
OpticalFlow
说明: 自己编写的计算光流场的MATLAB程序,基于梯度的方法,非常简单(I have written a MATLAB calculation of optical flow procedures, based on the gradient method and it is very simple)
- 2010-04-28 15:01:35下载
- 积分:1
-
matlab2
瑞利信道下,2发2收,最大似然译码,空时编码,MATLAB仿真实现(Rayleigh channel, 2 admission, maximum likelihood decoding, space-time coding, MATLAB simulation)
- 2013-09-10 19:06:04下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
Audio-Processing
音频系统,coding, modulation, AWGN, 通过最小距离探测码元,解码,播放。根据不同的SNR,测试在多小的SNR情况下,人耳能识别音频。(Audio systems, coding, modulation, AWGN, by minimizing the distance detection symbol, decoding, playing. Depending on the SNR, the test in the case of multiple small SNR, the human ear can identify audio.)
- 2014-02-20 02:58:39下载
- 积分:1
-
DelayTime_MutualInformation
互信息法计算延迟时间的一种方法,可用于构建高维相空间矩阵(A method of calculating the delay time of the mutual information method, can be used to construct the high dimension space matrix)
- 2017-10-10 21:29:30下载
- 积分:1
-
excercise_PCA
Matlab Coce for PCA 5
- 2012-05-08 21:09:30下载
- 积分:1