-
hamming_code
汉明码的编译码MATLAB程序,对刚开始学习编码有帮助(Hamming code for encoding and decoding MATLAB program)
- 2010-01-11 22:19:58下载
- 积分:1
-
rsgeng
说明: 该函数利用高斯频谱产生一维的高斯随机起伏地表。(RSGENG generates 1D Gaussian random rough surfaces with Gaussian Spectrum.)
- 2011-03-22 13:35:29下载
- 积分:1
-
getEvrthDist
Function that calculates disturbance response time characteristics
- 2014-08-19 00:03:17下载
- 积分:1
-
OLS_sparsereprention
基于稀疏表示的正交最小二乘法,使用的语言是matlab,应用比较广阔,设计信号处理中的信号回归,图像处理的压缩等。(Sparse representation based on orthogonal least squares method, the language used is matlab, relatively broad application, design signal processing signal return, image processing, compression and so on.)
- 2013-11-26 11:08:47下载
- 积分:1
-
3-2-1
OMP算法对一维噪声信号去噪,具体过程可参考M.Elad的matlab包,容易理解,思路清晰(OMP algorithm for one-dimensional noise signal de-noising, the specific process may refer M.Elad the matlab package, easy to understand, clear thinking)
- 2020-08-16 11:38:25下载
- 积分:1
-
newcros
New ccross talk algorithm
- 2009-06-06 13:28:59下载
- 积分:1
-
stft-upload
Performs Short Time Fourier Transform
- 2011-02-07 12:55:00下载
- 积分:1
-
Mtlabprograms
说明: 四维超混沌系统,平衡点 图像,李雅普诺夫指数,完全同步(Four-dimensional hyperchaotic system, balance the image, Lyapunov exponent, fully synchronized)
- 2011-04-04 00:03:24下载
- 积分:1
-
guass_noise
高斯噪声产生的代码,含有射频噪声干扰的代码(Gaussian noise code, containing RF noise code)
- 2021-03-21 19:59:16下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1