-
mouse_demo
EP1C6Q240C8的examples 鼠标口测试程序(The examples I EP1C6Q240C8 mouse test procedures)
- 2007-10-22 20:51:38下载
- 积分:1
-
logistic_DWT
数字水印的matlab程序 嵌入 提取的全过程,小波域 ,空间域(digital watermark embedded in the extraction process Matlab the entire process, wavelet domain, the spatial domain)
- 2007-05-27 13:51:49下载
- 积分:1
-
Self_collimation
二维光子晶体自聚焦光束的FDTD模拟程序 配PML吸收边界(Two-dimensional photonic crystal since the FDTD simulation program focused beam with PML absorbing boundary)
- 2012-08-28 14:23:03下载
- 积分:1
-
tongxunluchengxu
这是我从一本书上看着例子编的源程序,很好的对学习很有帮助(This is what I look at an example of a book compiled on the source, very good very helpful for learning)
- 2010-03-10 17:52:45下载
- 积分:1
-
LTE_Link_Level_1.2_r553
LTE系统下行物理层链路级仿真平台,源于国外大学(LTE downlink physical layer link level simulation platform)
- 2011-04-26 20:58:55下载
- 积分:1
-
pso_matlab
这是自适应PSO的函数优化完整程序,可移植性好 可用于多种智能计算中(This is a complete program, adaptive PSO function optimization and portability can be used for a variety of intelligent computing)
- 2012-04-11 17:42:08下载
- 积分:1
-
fanh
计算临界转速的小程序,考虑了轴的分布质量,但是不包括振型(Calculated critical speed of small programs, considering the quality of the axis of the distribution, but does not include the vibration mode)
- 2011-06-06 22:59:05下载
- 积分:1
-
wvd
用matlab对信号进行WVD变换和伪wvd变换(Using matlab for signal conversion and pseudo-WVD transform wvd)
- 2020-11-23 08:49:33下载
- 积分: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
-
MATLAB3
还是工具箱 希望能够给大家提供帮助 呵呵 也希望站长批准我成为你们的会员 (This is the toolbox. Hope it can be helpful. Hope administrator can approve my willingness to be the member. Thanks.)
- 2005-08-04 10:15:12下载
- 积分:1