-
mo6
AN EXCELLENT SIMULINK MODEL OF DC MOTORS MODELLED USING OPERATIONAL PRINCIPLES OF DC MOTORS
- 2010-05-27 01:26:54下载
- 积分:1
-
code-Digital-Watermarking-Using-Discrete-Wavelet-
Digital Watermarking Using Discrete Wavelet Transform (DWT) & Singular Value Decomposition (SVD) & Checking its Robustness in the presence of JPEG Image Compression
- 2014-10-05 02:42:34下载
- 积分:1
-
Matlab-Chinese-Manual
matlab中文手册,主要包括一些基本的函数的说明与使用,适用于matlab初学者(Matlab Chinese manual, including description of some of the basic function and use, suitable for beginners matlab)
- 2014-12-05 09:51:18下载
- 积分:1
-
guidefilter
引导滤波guidedfilter的opencv实现(guidedfilter s opencv version)
- 2015-04-01 22:56:18下载
- 积分:1
-
Fig7x281
MATLAB 异步电机变转差率控制 simulink 模型 可供参考(Simlink Model of Variable Slip Rate Control for Asynchronous Motor Based on MATLAB)
- 2019-05-28 15:07:11下载
- 积分: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
-
1_speed_control_pid
DC MOTOR CONTROL PID USING MATLAB and SIMULINK
- 2010-03-08 05:56:37下载
- 积分:1
-
OFDM_DVB
说明: 关于MATLAB DVB的 有兴趣的可以看看,主要还是在DVB中OFDM的仿真 !说明是英文的哦!(On the MATLAB DVB interested can look at, mainly in DVB in OFDM simulation! Description is in English Oh!)
- 2008-09-17 22:59:21下载
- 积分:1
-
SPWM
用于实现整流器的SPWM控制的matlab程序(a program used to achieve the SPWM control of rectifiers)
- 2011-05-11 17:07:03下载
- 积分:1
-
lichuandilv
双层隔振的评价指标,力传递率的计算,以力传递率为目标的优化设计分析(Evaluation of double isolation, computing power transfer rate, in order to optimize the design of power transmission rate target analysis)
- 2016-12-13 22:05:14下载
- 积分:1