-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
BPSK_QPSK_16QAM_64QAM
demodulator for 8-psk modulation
- 2011-10-27 13:00:57下载
- 积分:1
-
cs_cvx
压缩传感,压缩感知,压缩采样,稀疏表达,稀疏表示,的入门例子(compressive sensing, compressed sensing)
- 2009-12-13 09:19:56下载
- 积分:1
-
twodimentrls
The 2D RLS algorithms is used to enhanced image contrast by adaptive filtering techniques by less error and better speed recursively.
- 2013-11-11 03:33:08下载
- 积分:1
-
Simple-PSO
A source code in matlab for pso(particle swarm intelligent)
- 2013-11-30 03:48:22下载
- 积分:1
-
Phase_Unwrapping_2D
Phase_Unwrapping_2D是图像处理中用于相位匹配的经典代码,欢迎大家下载。(Phase_Unwrapping_2D is the image processing code for phase matching of the classic, welcomed everyone to download.)
- 2011-12-01 19:54:39下载
- 积分:1
-
PM
二阶相位调制matlab精确仿真 二阶相位调制matlab精确仿真 (二阶相位调制matlab精确仿真 )
- 2013-12-24 22:22:14下载
- 积分:1
-
matlab
说明: 这是一个matlab结合神经网络的预测程序,挺全德 具体的自己看(This is a combination of neural network prediction matlab program, very specific view of ourselves all over Germany)
- 2010-04-14 12:17:04下载
- 积分:1
-
imm
image mosaicing using sift
- 2013-02-13 16:43:43下载
- 积分:1
-
hmmestimate
给定观测序列和状态序列下估计HMM模型的参数(Given the HMM parameters under observation sequence and state sequence estimation)
- 2014-02-24 23:27:19下载
- 积分:1