-
C6713
Who to start working with C6713 Texas instrument
- 2011-07-13 18:55:22下载
- 积分:1
-
MATLAB
说明: 回声状态网络模型算法实现,回归算法采用脊回归算法(Esn model algorithm implementation)
- 2019-08-20 17:18:52下载
- 积分:1
-
Bayesian parameter est
贝叶斯参数估计 输入:train_patterns, train_targets, sigma 输出:均值,协方差(function [mu, sigma] = Bayesian_parameter_est(train_patterns, train_targets, sigma)
)
- 2010-05-14 12:26:30下载
- 积分:1
-
Motion_Est_Alg_FSS
Motion estimation algorithm - four step search
- 2011-10-04 15:36:04下载
- 积分:1
-
CompareTo
Compare To Source Code for Andriod.
- 2014-01-01 11:14:59下载
- 积分:1
-
newmark和牛顿威尔逊方法
将newmark算法和牛顿威尔逊算法综合起来,结合两种算法的优势求解一般性动力学方程,线性和非线性都可以。(The Newmark algorithm and Newton Wilson algorithm are combined to solve the general dynamic equation, both linear and non-linear.)
- 2019-04-15 16:50:45下载
- 积分:1
-
DVBS2_HMatrix
Source code to Generate DVB-S2 paritycheck matrix .
- 2013-01-12 18:08:12下载
- 积分:1
-
ch1example2prg1
仿真电容的充电过程,设t=0为初始时刻,仿真步进应远远小于系统的时间系数(Simulation of capacitor charging process, based t = 0 as the initial time step simulation system should be much smaller than the time factor)
- 2009-04-20 12:50:33下载
- 积分:1
-
zero-finder.m
TESTZERO is a collection of nonlinear functions that may be used to test zero finders, that is, programs that seek a root of a scalar equation F(X)=0.
- 2011-05-04 08:46:44下载
- 积分:1
-
xiaobobao
ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x 小波图像去噪( ch3=softt(h3,thr1 clear
clc
I=imread( lena512.bmp )
imshow(I)
I=double(I)
II=I+30*randn(size(I))
figure
imshow(II,[])
[a1,h1,v1,d1]=dwt2(II, sym8 )
[a2,h2,v2,d2]=dwt2(a1, sym8 )
[a3,h3,v3,d3]=dwt2(a2, sym8 )
sigma=median(abs(d1(:)))/0.6745
x=3*sigma
thr1=x*2^(-1) thr2=x*2^(-0.5) thr3=x )
- 2012-05-26 11:08:34下载
- 积分:1