-
CV
说明: 计算曲率,只是其中的一个子程序,xiwangkeyibangdaodajia,youbudongdekeyiwenwo(Calculate the curvature)
- 2012-10-28 17:03:55下载
- 积分:1
-
RBMLIB_DBN
限制玻尔兹曼机和深度信念网络的matlab代码,有具体例子(matlab code Restricted Boltzmann machine and Deep Belief networks, with specific examples)
- 2020-11-26 11:39:30下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
3D-FDTD
3d 平面波 科技进行仿真平面波的传播 应用在matlab 当中,直观简洁(3d plane wave)
- 2011-11-15 04:45:20下载
- 积分:1
-
三谱混合相位子波估计 wavelet extimation trispectrum
三谱混合相位子波估计!! 这是我的一篇文章所涉及到的matlab 源代码,对搞物探的人很有帮助!hosa, hos_2, S4M是程序中用到的工具箱!(three mixed-phase spectra wave estimated! ! This is my one article, which was involved in the Matlab source code, engaged in geophysical helpful to the people! Hosa, hos_2, 4 months/S4M procedure is to use the Toolbox!)
- 2020-10-24 18:40:02下载
- 积分:1
-
pharray
基于相位阵列,可以生产任意数量的独立波束。(Phased Array demo.You can generate any number of independent beams, each one with its own direction and focalization.)
- 2014-08-15 22:33:25下载
- 积分:1
-
神经网络
模拟人思维的第二种方式。这是一个非线性动力学系统,其特色在于信息的分布式存储和并行协同处理。虽然单个神经元的结构极其简单,功能有限,但大量神经元构成的网络系统所能实现的行为却是极其丰富多彩的。(he second way to simulate human thinking. This is a non-linear dynamic system, which is characterized by distributed storage of information and parallel cooperative processing. Although the structure of a single neuron is extremely simple and its function is limited, the behavior of the network system composed of a large number of neurons is extremely rich and colorful.)
- 2020-06-18 02:00:02下载
- 积分:1
-
useGUI2
matlab下的GUI使用指导视频,让你快速掌握GUI的使用(GUI using matlab under the guidance of video, let you quickly master the use of GUI)
- 2009-04-09 10:34:27下载
- 积分:1
-
lgdt3305
Support for LG Electronics LGDT3304 and LGDT3305 - VSB QAM.
- 2015-03-13 10:13:16下载
- 积分:1
-
gaot
说明: 北卡的遗传算法工具箱,亲测能用。欢迎大家下载试用(North Carolina genetic algorithm toolbox, for pro test)
- 2019-11-19 11:50:25下载
- 积分:1