-
ImageFiltering
说明: 各种滤波器包括高斯、维纳、laplace、中值滤波器(Various filters, including Gaussian, Wiener, laplace, median filter)
- 2010-04-13 17:00:44下载
- 积分:1
-
多种光栅反射谱传输谱仿真
说明: 针对多种光栅,传输谱反射谱进行仿真,同时对反射谱加入切趾函数抑制旁瓣,MATLAB仿真(For a variety of gratings, the transmission spectrum reflection spectrum is simulated, and the apodization function is added to the reflection spectrum to suppress side lobes, MATLAB simulation)
- 2020-07-02 05:40:02下载
- 积分:1
-
Matlab-Simulink-and-Labview-Help.1
single Point positioning
- 2012-01-21 08:08:51下载
- 积分:1
-
Kalman_filter
本程序是卡尔曼滤波的源程序包。内含卡尔曼滤波的常用matlab代码(This procedure is Kalman filtering of the source package. Contains the usual Kalman filter matlab code)
- 2010-07-12 20:51:04下载
- 积分:1
-
sancengmoxing
构建了一个三层模型,并与雷克子波进行卷积,实现了地层正演模型(Construction of a three-tier model, and with Leike Zi wave convolution to achieve the stratigraphic forward model)
- 2010-09-19 15:39:32下载
- 积分: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
-
MATLAB-APPLICATION-FOR-SIGNAL-PROCESSING
tutorial on matlab signal processing commands
- 2013-12-04 00:16:54下载
- 积分:1
-
IEEE33节点算例
IEEE33节点配电网电磁暂态仿真模型,包含配电网无限大电源母线,三相对称的支路与负荷模型,以及各负荷点处测量单元。(The electromagnetic transient simulation model of IEEE33 node distribution network includes the infinite bus of distribution network, the three-phase symmetrical branch and load model, and the measuring unit at each load point.)
- 2018-01-16 14:40:33下载
- 积分:1
-
jtmatlabandex
精通matlab-综合辅导与指南(附例程)(Matlab-versed in a comprehensive counseling and guidance (with routine))
- 2009-10-10 17:03:55下载
- 积分:1
-
PMSM
永磁同步电机的在各种仿真,均可运行,m文件和simulink文件都有。(Permanent magnet synchronous motors in a variety of simulation can be run, m files and simulink files have.)
- 2011-07-26 09:13:52下载
- 积分:1