-
chap2
《visual c++matlab图像处理与识别实用案例精选》源码(" Visual c++ matlab image processing and recognition of practical cases selected" source)
- 2009-05-09 22:48:01下载
- 积分:1
-
szcl
用matlab编写的程序集合,主要是完成括亮度变换、线性和非线性空间滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、识别(Matlab procedures used to prepare the collection, mainly including brightness achieve transformation, linear and nonlinear spatial filtering, image restoration and registration, color image processing, wavelets, image data compression, morphological image processing, recognition)
- 2009-03-28 16:12:57下载
- 积分:1
-
strong-tracking-filter
清华大学周东华教授提出的强跟踪滤波器,有效改善突发干扰下的跟踪能力。(Strong tracking filter supposed by Pro. ZHOU Dong-hua, which enhanced the tracking ability during sudden disturb.)
- 2020-12-11 11:39:19下载
- 积分:1
-
pca3
神经网络迭代法,数据量不大,用于图像压缩(Neural network iteration method, the data volume is not large, used for image compression)
- 2014-01-15 10:34:13下载
- 积分:1
-
SignalBuilder
说明: 利用simulink编写的信号产生程序,对学习simulink有一定的帮助作用。(signal builder)
- 2011-03-27 10:05:55下载
- 积分:1
-
BB
说明: 基于禁忌搜索算法的配电网无功补偿优化规划 能够降低网损
(Planning power distribution grid based on Tabu Search Algorithm for Optimal Reactive Power Compensation)
- 2012-04-20 19:28:43下载
- 积分:1
-
a-convolution-of-the-code-decoder
matlab卷积码编译码译码器设计仿真,做毕业论文很有参考价值(matlab convolutional code decoder codec design simulation, doing thesis of great reference value)
- 2014-10-25 10:24:39下载
- 积分:1
-
OAM_Purity
计算轨道角动量的纯度,解调的纯度分布情况存到一个用户自定义的TXT文档中(Calculate the purity of orbital angular momentum )
- 2015-05-08 10:43:20下载
- 积分: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
-
TMzwithdifferentPMLs
TM波的FDTD计算 使用不同的吸收边界条件(TM-wave FDTD calculations using different absorbing boundary conditions)
- 2009-12-28 19:02:14下载
- 积分:1