-
333
图形的原始信号和加噪声后的信号,以及原始信号的matlab程序,能够较好的实现信号的仿真(The graph after the original signal and processing noise signals, as well as the original signal matlab program, to be better able to achieve signal simulation)
- 2010-03-14 18:34:05下载
- 积分:1
-
PCA
邓蔡写的PCA算法,很详细,值得初学者借鉴(DengCai write PCA algorithm, very detailed, is worth reference for beginners)
- 2012-04-21 23:01:06下载
- 积分:1
-
k-wave-toolbox-version-1.1
采用k空间方法仿真超声声场及光声、剪切波传播等的专用matlab工具箱程序包,能模拟非均匀介质情况下的波动传播情况,功能强大,(k-wave toolbox for ultrasound simulation)
- 2020-09-09 21:18:03下载
- 积分:1
-
DeltaRule
Delta Rule Matlab code
- 2014-11-26 14:23:38下载
- 积分:1
-
videotraffic
This source code simulates a Video Traffic Model
- 2011-02-01 21:35:16下载
- 积分:1
-
M-Files
二次三角形元的有限元分析函数,可以直接调用,程序很好(Quadratic triangular element of the finite element analysis functions can directly call the program a good)
- 2010-06-02 12:25:08下载
- 积分:1
-
GUI
图像二值化,边缘提取包含sobel、log、canny等方法,还有图像直方图均衡化,对比度增强等(Image binarization, edge extraction includes sobel, log, canny and other methods, as well as image histogram equalization, contrast enhancement and so on.)
- 2020-06-22 15:20:02下载
- 积分:1
-
paper
this is very usfull book in matalb
try to download it
regards
- 2010-05-11 15:20:34下载
- 积分: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
-
pso
基本粒子群算法源代码,欢迎大家下载使用,谢谢支持!(Particle swarm optimization source code, welcome to download and use, Thank you!)
- 2011-01-25 12:23:02下载
- 积分:1